Shades of Persian Blue #2427CE
Tints of Persian Blue #2427CE
RGB
CMYK
RGB Variations
Color information
#2427CE (or 0x2427CE) is known color: Persian Blue. HEX triplet: 24, 27 and CE. RGB value is (36,39,206). Sum of RGB (Red+Green+Blue) = 36+39+206=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #2427CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2427CE is #DBD831. Grayscale: #383838. Windows color (decimal): -14407730 or 13510436. OLE color: 13510436.
HSL color Cylindrical-coordinate representation of color #2427CE: hue angle of 238.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2427CE is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 39 | 206 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.19 |
| HSL | 238.94º | 0.7% | 0.47% | - |
| HSV(B) | 238.94º | 0.83% | 0.81% | - |
| XYZ | 12.59 | 6.28 | 58.94 | - |
| YUV | 57.14 | 212.01 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 206 | 0.83 | 0.81 | 0 | 0.19 | 238.94 | 0.7 | 0.47 |
| Hex | 24 | 27 | CE | 53 | 51 | 0 | 13 | EF | 46 | 2F |
| Octal | 44 | 47 | 316 | 123 | 121 | 0 | 23 | 357 | 106 | 57 |
| Binary | 100100 | 100111 | 11001110 | 1010011 | 1010001 | 0 | 10011 | 11101111 | 1000110 | 101111 |
Color Harmonies of #2427CE
Complementary color
Monochromatic Colors of #2427CE
Black with #2427CE
Text Example
Text Example
White with #2427CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2427CE; }
p { color: rgb(36,39,206); }
H1.HeaderClassName
{
color: #2427CE;
}
.AnyTagClassName
{
color: #2427CE;
}
</style>
background-color css
<style>
a { background-color: #2427CE; }
a { background-color: rgb(36,39,206); }
div.DivClassName
{
background-color: #2427CE;
}
.BgClassName
{
background-color: #2427CE;
}
</style>
border-color css
<style>
span { border-color: #2427CE; }
span { border-color: rgb(36,39,206); }
td.TdClassName
{
border-color: #2427CE;
}
.TagClassName
{
border-color: #2427CE;
}
</style>