Shades of Persian Blue #042FDE
Tints of Persian Blue #042FDE
RGB
CMYK
RGB Variations
Color information
#042FDE (or 0x042FDE) is known color: Persian Blue. HEX triplet: 04, 2F and DE. RGB value is (4,47,222). Sum of RGB (Red+Green+Blue) = 4+47+222=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 222 (87.11% from 255 or 81.32% from 273); Max value from RGB is 222 - color contains mainly: blue. Hex color #042FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FDE is #FBD021. Grayscale: #353535. Windows color (decimal): -16502818 or 14561028. OLE color: 14561028.
HSL color Cylindrical-coordinate representation of color #042FDE: hue angle of 228.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FDE is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 47 | 222 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.13 |
| HSL | 228.17º | 0.96% | 0.44% | - |
| HSV(B) | 228.17º | 0.98% | 0.87% | - |
| XYZ | 14.25 | 7.33 | 69.77 | - |
| YUV | 54.09 | 222.75 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 222 | 0.98 | 0.79 | 0 | 0.13 | 228.17 | 0.96 | 0.44 |
| Hex | 4 | 2F | DE | 62 | 4F | 0 | D | E4 | 60 | 2C |
| Octal | 4 | 57 | 336 | 142 | 117 | 0 | 15 | 344 | 140 | 54 |
| Binary | 100 | 101111 | 11011110 | 1100010 | 1001111 | 0 | 1101 | 11100100 | 1100000 | 101100 |
Color Harmonies of #042FDE
Complementary color
Monochromatic Colors of #042FDE
Black with #042FDE
Text Example
Text Example
White with #042FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042FDE; }
p { color: rgb(4,47,222); }
H1.HeaderClassName
{
color: #042FDE;
}
.AnyTagClassName
{
color: #042FDE;
}
</style>
background-color css
<style>
a { background-color: #042FDE; }
a { background-color: rgb(4,47,222); }
div.DivClassName
{
background-color: #042FDE;
}
.BgClassName
{
background-color: #042FDE;
}
</style>
border-color css
<style>
span { border-color: #042FDE; }
span { border-color: rgb(4,47,222); }
td.TdClassName
{
border-color: #042FDE;
}
.TagClassName
{
border-color: #042FDE;
}
</style>