Shades of Persian Blue #042CCF
Tints of Persian Blue #042CCF
RGB
CMYK
RGB Variations
Color information
#042CCF (or 0x042CCF) is known color: Persian Blue. HEX triplet: 04, 2C and CF. RGB value is (4,44,207). Sum of RGB (Red+Green+Blue) = 4+44+207=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #042CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CCF is #FBD330. Grayscale: #313131. Windows color (decimal): -16503601 or 13577220. OLE color: 13577220.
HSL color Cylindrical-coordinate representation of color #042CCF: hue angle of 228.18º 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 #042CCF is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 44 | 207 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.19 |
| HSL | 228.18º | 0.96% | 0.41% | - |
| HSV(B) | 228.18º | 0.98% | 0.81% | - |
| XYZ | 12.21 | 6.33 | 59.61 | - |
| YUV | 50.62 | 216.25 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 207 | 0.98 | 0.79 | 0 | 0.19 | 228.18 | 0.96 | 0.41 |
| Hex | 4 | 2C | CF | 62 | 4F | 0 | 13 | E4 | 60 | 29 |
| Octal | 4 | 54 | 317 | 142 | 117 | 0 | 23 | 344 | 140 | 51 |
| Binary | 100 | 101100 | 11001111 | 1100010 | 1001111 | 0 | 10011 | 11100100 | 1100000 | 101001 |
Color Harmonies of #042CCF
Complementary color
Monochromatic Colors of #042CCF
Black with #042CCF
Text Example
Text Example
White with #042CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042CCF; }
p { color: rgb(4,44,207); }
H1.HeaderClassName
{
color: #042CCF;
}
.AnyTagClassName
{
color: #042CCF;
}
</style>
background-color css
<style>
a { background-color: #042CCF; }
a { background-color: rgb(4,44,207); }
div.DivClassName
{
background-color: #042CCF;
}
.BgClassName
{
background-color: #042CCF;
}
</style>
border-color css
<style>
span { border-color: #042CCF; }
span { border-color: rgb(4,44,207); }
td.TdClassName
{
border-color: #042CCF;
}
.TagClassName
{
border-color: #042CCF;
}
</style>