Shades of Persian Blue #2420AA
Tints of Persian Blue #2420AA
RGB
CMYK
RGB Variations
Color information
#2420AA (or 0x2420AA) is known color: Persian Blue. HEX triplet: 24, 20 and AA. RGB value is (36,32,170). Sum of RGB (Red+Green+Blue) = 36+32+170=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #2420AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2420AA is #DBDF55. Grayscale: #303030. Windows color (decimal): -14409558 or 11149348. OLE color: 11149348.
HSL color Cylindrical-coordinate representation of color #2420AA: hue angle of 241.74º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2420AA is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 32 | 170 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.33 |
| HSL | 241.74º | 0.68% | 0.4% | - |
| HSV(B) | 241.74º | 0.81% | 0.67% | - |
| XYZ | 8.5 | 4.31 | 38.41 | - |
| YUV | 48.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 170 | 0.79 | 0.81 | 0 | 0.33 | 241.74 | 0.68 | 0.4 |
| Hex | 24 | 20 | AA | 4F | 51 | 0 | 21 | F2 | 44 | 28 |
| Octal | 44 | 40 | 252 | 117 | 121 | 0 | 41 | 362 | 104 | 50 |
| Binary | 100100 | 100000 | 10101010 | 1001111 | 1010001 | 0 | 100001 | 11110010 | 1000100 | 101000 |
Color Harmonies of #2420AA
Complementary color
Monochromatic Colors of #2420AA
Black with #2420AA
Text Example
Text Example
White with #2420AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2420AA; }
p { color: rgb(36,32,170); }
H1.HeaderClassName
{
color: #2420AA;
}
.AnyTagClassName
{
color: #2420AA;
}
</style>
background-color css
<style>
a { background-color: #2420AA; }
a { background-color: rgb(36,32,170); }
div.DivClassName
{
background-color: #2420AA;
}
.BgClassName
{
background-color: #2420AA;
}
</style>
border-color css
<style>
span { border-color: #2420AA; }
span { border-color: rgb(36,32,170); }
td.TdClassName
{
border-color: #2420AA;
}
.TagClassName
{
border-color: #2420AA;
}
</style>