Shades of Persian Blue #2429AA
Tints of Persian Blue #2429AA
RGB
CMYK
RGB Variations
Color information
#2429AA (or 0x2429AA) is known color: Persian Blue. HEX triplet: 24, 29 and AA. RGB value is (36,41,170). Sum of RGB (Red+Green+Blue) = 36+41+170=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #2429AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2429AA is #DBD655. Grayscale: #353535. Windows color (decimal): -14407254 or 11151652. OLE color: 11151652.
HSL color Cylindrical-coordinate representation of color #2429AA: hue angle of 237.76º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2429AA is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 41 | 170 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.33 |
| HSL | 237.76º | 0.65% | 0.4% | - |
| HSV(B) | 237.76º | 0.79% | 0.67% | - |
| XYZ | 8.78 | 4.86 | 38.51 | - |
| YUV | 54.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 170 | 0.79 | 0.76 | 0 | 0.33 | 237.76 | 0.65 | 0.4 |
| Hex | 24 | 29 | AA | 4F | 4C | 0 | 21 | EE | 41 | 28 |
| Octal | 44 | 51 | 252 | 117 | 114 | 0 | 41 | 356 | 101 | 50 |
| Binary | 100100 | 101001 | 10101010 | 1001111 | 1001100 | 0 | 100001 | 11101110 | 1000001 | 101000 |
Color Harmonies of #2429AA
Complementary color
Monochromatic Colors of #2429AA
Black with #2429AA
Text Example
Text Example
White with #2429AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2429AA; }
p { color: rgb(36,41,170); }
H1.HeaderClassName
{
color: #2429AA;
}
.AnyTagClassName
{
color: #2429AA;
}
</style>
background-color css
<style>
a { background-color: #2429AA; }
a { background-color: rgb(36,41,170); }
div.DivClassName
{
background-color: #2429AA;
}
.BgClassName
{
background-color: #2429AA;
}
</style>
border-color css
<style>
span { border-color: #2429AA; }
span { border-color: rgb(36,41,170); }
td.TdClassName
{
border-color: #2429AA;
}
.TagClassName
{
border-color: #2429AA;
}
</style>