Shades of Persian Blue #2420B0
Tints of Persian Blue #2420B0
RGB
CMYK
RGB Variations
Color information
#2420B0 (or 0x2420B0) is known color: Persian Blue. HEX triplet: 24, 20 and B0. RGB value is (36,32,176). Sum of RGB (Red+Green+Blue) = 36+32+176=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 176 (69.14% from 255 or 72.13% from 244); Max value from RGB is 176 - color contains mainly: blue. Hex color #2420B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2420B0 is #DBDF4F. Grayscale: #313131. Windows color (decimal): -14409552 or 11542564. OLE color: 11542564.
HSL color Cylindrical-coordinate representation of color #2420B0: hue angle of 241.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2420B0 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 32 | 176 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.31 |
| HSL | 241.67º | 0.69% | 0.41% | - |
| HSV(B) | 241.67º | 0.82% | 0.69% | - |
| XYZ | 9.08 | 4.54 | 41.47 | - |
| YUV | 49.61 | 199.33 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 176 | 0.80 | 0.82 | 0 | 0.31 | 241.67 | 0.69 | 0.41 |
| Hex | 24 | 20 | B0 | 50 | 52 | 0 | 1F | F2 | 45 | 29 |
| Octal | 44 | 40 | 260 | 120 | 122 | 0 | 37 | 362 | 105 | 51 |
| Binary | 100100 | 100000 | 10110000 | 1010000 | 1010010 | 0 | 11111 | 11110010 | 1000101 | 101001 |
Color Harmonies of #2420B0
Complementary color
Monochromatic Colors of #2420B0
Black with #2420B0
Text Example
Text Example
White with #2420B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2420B0; }
p { color: rgb(36,32,176); }
H1.HeaderClassName
{
color: #2420B0;
}
.AnyTagClassName
{
color: #2420B0;
}
</style>
background-color css
<style>
a { background-color: #2420B0; }
a { background-color: rgb(36,32,176); }
div.DivClassName
{
background-color: #2420B0;
}
.BgClassName
{
background-color: #2420B0;
}
</style>
border-color css
<style>
span { border-color: #2420B0; }
span { border-color: rgb(36,32,176); }
td.TdClassName
{
border-color: #2420B0;
}
.TagClassName
{
border-color: #2420B0;
}
</style>