Shades of Persian Blue #0427CE
Tints of Persian Blue #0427CE
RGB
CMYK
RGB Variations
Color information
#0427CE (or 0x0427CE) is known color: Persian Blue. HEX triplet: 04, 27 and CE. RGB value is (4,39,206). Sum of RGB (Red+Green+Blue) = 4+39+206=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #0427CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0427CE is #FBD831. Grayscale: #2E2E2E. Windows color (decimal): -16504882 or 13510404. OLE color: 13510404.
HSL color Cylindrical-coordinate representation of color #0427CE: hue angle of 229.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0427CE is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 39 | 206 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.19 |
| HSL | 229.6º | 0.96% | 0.41% | - |
| HSV(B) | 229.6º | 0.98% | 0.81% | - |
| XYZ | 11.92 | 5.93 | 58.91 | - |
| YUV | 47.57 | 217.4 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 206 | 0.98 | 0.81 | 0 | 0.19 | 229.6 | 0.96 | 0.41 |
| Hex | 4 | 27 | CE | 62 | 51 | 0 | 13 | E6 | 60 | 29 |
| Octal | 4 | 47 | 316 | 142 | 121 | 0 | 23 | 346 | 140 | 51 |
| Binary | 100 | 100111 | 11001110 | 1100010 | 1010001 | 0 | 10011 | 11100110 | 1100000 | 101001 |
Color Harmonies of #0427CE
Complementary color
Monochromatic Colors of #0427CE
Black with #0427CE
Text Example
Text Example
White with #0427CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0427CE; }
p { color: rgb(4,39,206); }
H1.HeaderClassName
{
color: #0427CE;
}
.AnyTagClassName
{
color: #0427CE;
}
</style>
background-color css
<style>
a { background-color: #0427CE; }
a { background-color: rgb(4,39,206); }
div.DivClassName
{
background-color: #0427CE;
}
.BgClassName
{
background-color: #0427CE;
}
</style>
border-color css
<style>
span { border-color: #0427CE; }
span { border-color: rgb(4,39,206); }
td.TdClassName
{
border-color: #0427CE;
}
.TagClassName
{
border-color: #0427CE;
}
</style>