Shades of Persian Blue #2420CA
Tints of Persian Blue #2420CA
RGB
CMYK
RGB Variations
Color information
#2420CA (or 0x2420CA) is known color: Persian Blue. HEX triplet: 24, 20 and CA. RGB value is (36,32,202). Sum of RGB (Red+Green+Blue) = 36+32+202=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #2420CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2420CA is #DBDF35. Grayscale: #333333. Windows color (decimal): -14409526 or 13246500. OLE color: 13246500.
HSL color Cylindrical-coordinate representation of color #2420CA: hue angle of 241.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2420CA is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 32 | 202 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.21 |
| HSL | 241.41º | 0.73% | 0.46% | - |
| HSV(B) | 241.41º | 0.84% | 0.79% | - |
| XYZ | 11.9 | 5.67 | 56.34 | - |
| YUV | 52.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 202 | 0.82 | 0.84 | 0 | 0.21 | 241.41 | 0.73 | 0.46 |
| Hex | 24 | 20 | CA | 52 | 54 | 0 | 15 | F1 | 49 | 2E |
| Octal | 44 | 40 | 312 | 122 | 124 | 0 | 25 | 361 | 111 | 56 |
| Binary | 100100 | 100000 | 11001010 | 1010010 | 1010100 | 0 | 10101 | 11110001 | 1001001 | 101110 |
Color Harmonies of #2420CA
Complementary color
Monochromatic Colors of #2420CA
Black with #2420CA
Text Example
Text Example
White with #2420CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2420CA; }
p { color: rgb(36,32,202); }
H1.HeaderClassName
{
color: #2420CA;
}
.AnyTagClassName
{
color: #2420CA;
}
</style>
background-color css
<style>
a { background-color: #2420CA; }
a { background-color: rgb(36,32,202); }
div.DivClassName
{
background-color: #2420CA;
}
.BgClassName
{
background-color: #2420CA;
}
</style>
border-color css
<style>
span { border-color: #2420CA; }
span { border-color: rgb(36,32,202); }
td.TdClassName
{
border-color: #2420CA;
}
.TagClassName
{
border-color: #2420CA;
}
</style>