Shades of Persian Blue #2422AB
Tints of Persian Blue #2422AB
RGB
CMYK
RGB Variations
Color information
#2422AB (or 0x2422AB) is known color: Persian Blue. HEX triplet: 24, 22 and AB. RGB value is (36,34,171). Sum of RGB (Red+Green+Blue) = 36+34+171=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #2422AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2422AB is #DBDD54. Grayscale: #313131. Windows color (decimal): -14409045 or 11215396. OLE color: 11215396.
HSL color Cylindrical-coordinate representation of color #2422AB: hue angle of 240.88º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2422AB is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 34 | 171 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.33 |
| HSL | 240.88º | 0.67% | 0.4% | - |
| HSV(B) | 240.88º | 0.8% | 0.67% | - |
| XYZ | 8.65 | 4.46 | 38.93 | - |
| YUV | 50.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 171 | 0.79 | 0.80 | 0 | 0.33 | 240.88 | 0.67 | 0.4 |
| Hex | 24 | 22 | AB | 4F | 50 | 0 | 21 | F1 | 43 | 28 |
| Octal | 44 | 42 | 253 | 117 | 120 | 0 | 41 | 361 | 103 | 50 |
| Binary | 100100 | 100010 | 10101011 | 1001111 | 1010000 | 0 | 100001 | 11110001 | 1000011 | 101000 |
Color Harmonies of #2422AB
Complementary color
Monochromatic Colors of #2422AB
Black with #2422AB
Text Example
Text Example
White with #2422AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2422AB; }
p { color: rgb(36,34,171); }
H1.HeaderClassName
{
color: #2422AB;
}
.AnyTagClassName
{
color: #2422AB;
}
</style>
background-color css
<style>
a { background-color: #2422AB; }
a { background-color: rgb(36,34,171); }
div.DivClassName
{
background-color: #2422AB;
}
.BgClassName
{
background-color: #2422AB;
}
</style>
border-color css
<style>
span { border-color: #2422AB; }
span { border-color: rgb(36,34,171); }
td.TdClassName
{
border-color: #2422AB;
}
.TagClassName
{
border-color: #2422AB;
}
</style>