Shades of Persian Blue #2420AB
Tints of Persian Blue #2420AB
RGB
CMYK
RGB Variations
Color information
#2420AB (or 0x2420AB) is known color: Persian Blue. HEX triplet: 24, 20 and AB. RGB value is (36,32,171). Sum of RGB (Red+Green+Blue) = 36+32+171=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #2420AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2420AB is #DBDF54. Grayscale: #303030. Windows color (decimal): -14409557 or 11214884. OLE color: 11214884.
HSL color Cylindrical-coordinate representation of color #2420AB: hue angle of 241.73º 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 #2420AB is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 32 | 171 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.33 |
| HSL | 241.73º | 0.68% | 0.4% | - |
| HSV(B) | 241.73º | 0.81% | 0.67% | - |
| XYZ | 8.59 | 4.35 | 38.91 | - |
| YUV | 49.04 | 196.83 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 171 | 0.79 | 0.81 | 0 | 0.33 | 241.73 | 0.68 | 0.4 |
| Hex | 24 | 20 | AB | 4F | 51 | 0 | 21 | F2 | 44 | 28 |
| Octal | 44 | 40 | 253 | 117 | 121 | 0 | 41 | 362 | 104 | 50 |
| Binary | 100100 | 100000 | 10101011 | 1001111 | 1010001 | 0 | 100001 | 11110010 | 1000100 | 101000 |
Color Harmonies of #2420AB
Complementary color
Monochromatic Colors of #2420AB
Black with #2420AB
Text Example
Text Example
White with #2420AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2420AB; }
p { color: rgb(36,32,171); }
H1.HeaderClassName
{
color: #2420AB;
}
.AnyTagClassName
{
color: #2420AB;
}
</style>
background-color css
<style>
a { background-color: #2420AB; }
a { background-color: rgb(36,32,171); }
div.DivClassName
{
background-color: #2420AB;
}
.BgClassName
{
background-color: #2420AB;
}
</style>
border-color css
<style>
span { border-color: #2420AB; }
span { border-color: rgb(36,32,171); }
td.TdClassName
{
border-color: #2420AB;
}
.TagClassName
{
border-color: #2420AB;
}
</style>