413
413 is the HTTP status code Content Too Large — the upload exceeds what the server will accept.
- Odd
- Composite
Where 413 fits
Why 413 is special
413 is the code behind almost every failed file upload. Servers and proxies set body-size limits independently, so a request can pass the application's own check and still be refused by a reverse proxy in front of it — which is why the limit that actually bites is often not the one in the code.
Not just a mathematical number
413is also used in ways where ordinary arithmetic doesn't apply — each listed below with what genuinely does and doesn't follow from it.
- Mathematical number
A genuine quantity — its mathematical properties (prime, square, factors, and so on) are real facts about it.
A genuine quantity that ordinary arithmetic applies to — it can be prime, even, a perfect square, added to another number meaningfully, and so on.
- Code
Also used as a code — HTTP status codes.
An assigned identifier from a fixed registry or standard — its digits don't represent an amount, and arithmetic on it is meaningless (HTTP status 404 + 1 is not a 'better' status; it's a different, unrelated code).
Factors & digit properties
- Divisors (4)
- 1, 7, 59, 413
- Prime factorisation
- 7 × 59
- Digit sum
- 8
- Digital root
- 8
Representations
- Decimal
- 413
- Binary
- 110011101
- Octal
- 635
- Hexadecimal
- 19d
- Roman numeral
- CDXIII
- Scientific notation
- 4.130 × 10^2
Other mathematical patterns
- Deficient number
- Semiprime
Related numbers & connections
413 refuses a request body that exceeds a size limit — one that may be set by the application, the web server or a proxy in front of both.
Numbers Around Us
- appears inHTTP status codes
why?
Strength 0.50, confidence "high".
Technology & computing
Body-size limits are set independently by the application, the web server and any reverse proxy in front of them. An upload can satisfy the code's own check and still be refused by a proxy configured years earlier, which is why 413 is so often debugged in the wrong layer first.
DocumentedTechnology & computing
Common questions
Is 413 a prime number?
No, 413 is not prime.
What are the factors of 413?
The factors of 413 are 1, 7, 59, 413.
What is 413 in Roman numerals?
413 in Roman numerals is CDXIII.
About this page's data
Mathematical facts:computed directly from the number's value — nothing to source or verify externally.
Contextual records: 1 reviewer-confirmed record, sourced and reviewed before publication.
Last reviewed: 3 August 2026