422
422 is the HTTP status code Unprocessable Content — the request was well formed but semantically wrong.
- Even
- Composite
Where 422 fits
Why 422 is special
422 covers the gap between 'I cannot parse this' and 'I will not do this'. The JSON is valid, the fields are present, and the values still make no sense — an end date before a start date, an email that is syntactically fine but already taken. It originated in the WebDAV extension and was absorbed into mainstream API practice.
Not just a mathematical number
422is 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, 2, 211, 422
- Prime factorisation
- 2 × 211
- Digit sum
- 8
- Digital root
- 8
Representations
- Decimal
- 422
- Scientific notation
- 4.220 × 10^2
Roman numerals
C D X X I I
CDXXII uses the subtractive pair CD: a hundred before five hundred — five hundred minus a hundred.
Binary
1 1 0 1 0 0 1 1 0
1 × 256 + 1 × 128 + 0 × 64 + 1 × 32 + 0 × 16 + 0 × 8 + 1 × 4 + 1 × 2 + 0 × 1 = 422
Octal
6 4 6
6 × 64 + 4 × 8 + 6 × 1 = 422
Hexadecimal
1 a 6
1 × 256 + a × 16 + 6 × 1 = 422
Read as powers of two: 256 + 128 + 32 + 4 + 2 = 422.
In historical numeral systems
Egyptian
4 coils of rope, 2 hobbles, 2 strokes
4 × 100 + 2 × 10 + 2 × 1 = 422. The signs are simply repeated and added; where they sit on the line is a matter of layout, not value.
Babylonian
7 vertical wedges (sixties place), 2 vertical wedges (units place)
7 × 60 + 2 = 422. Places are separated by a space on the tablet, with the higher place written first.
Greek (Ionic)
upsilon, then kappa, then beta, marked as a numeral
upsilon-kappa-beta + keraia
upsilon + kappa + beta written in descending order and added — the letters carry their values wherever they stand, so this is addition, not place value.
Hebrew numerals
tav, then kaf, then bet
tav-kaf-bet
tav (400) + kaf (20) + bet (2) = 422, written in descending order.
Systems that simply cannot reach this value are left out. Where a script needs a font most readers do not have, the reading is given instead of the glyphs — see number systems for each system in full.
Other mathematical patterns
- Deficient number
- Semiprime
Related numbers & connections
422 covers well-formed requests whose meaning is impossible.
400 means the server could not parse the request at all; 422 means it parsed perfectly and the content makes no sense. APIs that collapse both into 400 lose the ability to tell a client whether to fix its syntax or its logic.
View 400 →Numbers Around Us
- appears inHTTP status codes
why?
Strength 0.50, confidence "high".
Other connections
- contrasts with400
why?
Strength 0.50, confidence "high".
Technology & computing
422 marks the gap between parsing and sense. The request is well-formed JSON with all required fields, and it still cannot be acted on — an end date before its start date, a quantity of minus three. It came from the WebDAV extension and became standard API practice long before it was folded into the core specification.
DocumentedTechnology & computing
Common questions
Is 422 a prime number?
No, 422 is not prime.
What are the factors of 422?
The factors of 422 are 1, 2, 211, 422.
What is 422 in Roman numerals?
422 in Roman numerals is CDXXII. CD is subtractive: a hundred before five hundred — five hundred minus a hundred. Written additively it would be CCCCXXII, which Roman inscriptions used freely — the strict subtractive form is a later convention.
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: 15 July 2026