Shades of Persian Blue #042FCC
Tints of Persian Blue #042FCC
RGB
CMYK
RGB Variations
Color information
#042FCC (or 0x042FCC) is known color: Persian Blue. HEX triplet: 04, 2F and CC. RGB value is (4,47,204). Sum of RGB (Red+Green+Blue) = 4+47+204=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #042FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FCC is #FBD033. Grayscale: #333333. Windows color (decimal): -16502836 or 13381380. OLE color: 13381380.
HSL color Cylindrical-coordinate representation of color #042FCC: hue angle of 227.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FCC is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 47 | 204 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.2 |
| HSL | 227.1º | 0.96% | 0.41% | - |
| HSV(B) | 227.1º | 0.98% | 0.8% | - |
| XYZ | 11.97 | 6.42 | 57.73 | - |
| YUV | 52.04 | 213.75 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 204 | 0.98 | 0.77 | 0 | 0.2 | 227.1 | 0.96 | 0.41 |
| Hex | 4 | 2F | CC | 62 | 4D | 0 | 14 | E3 | 60 | 29 |
| Octal | 4 | 57 | 314 | 142 | 115 | 0 | 24 | 343 | 140 | 51 |
| Binary | 100 | 101111 | 11001100 | 1100010 | 1001101 | 0 | 10100 | 11100011 | 1100000 | 101001 |
Color Harmonies of #042FCC
Complementary color
Monochromatic Colors of #042FCC
Black with #042FCC
Text Example
Text Example
White with #042FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042FCC; }
p { color: rgb(4,47,204); }
H1.HeaderClassName
{
color: #042FCC;
}
.AnyTagClassName
{
color: #042FCC;
}
</style>
background-color css
<style>
a { background-color: #042FCC; }
a { background-color: rgb(4,47,204); }
div.DivClassName
{
background-color: #042FCC;
}
.BgClassName
{
background-color: #042FCC;
}
</style>
border-color css
<style>
span { border-color: #042FCC; }
span { border-color: rgb(4,47,204); }
td.TdClassName
{
border-color: #042FCC;
}
.TagClassName
{
border-color: #042FCC;
}
</style>