Shades of Persian Blue #042CDF
Tints of Persian Blue #042CDF
RGB
CMYK
RGB Variations
Color information
#042CDF (or 0x042CDF) is known color: Persian Blue. HEX triplet: 04, 2C and DF. RGB value is (4,44,223). Sum of RGB (Red+Green+Blue) = 4+44+223=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #042CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CDF is #FBD320. Grayscale: #333333. Windows color (decimal): -16503585 or 14625796. OLE color: 14625796.
HSL color Cylindrical-coordinate representation of color #042CDF: hue angle of 229.04º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042CDF is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 44 | 223 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.13 |
| HSL | 229.04º | 0.96% | 0.45% | - |
| HSV(B) | 229.04º | 0.98% | 0.87% | - |
| XYZ | 14.27 | 7.15 | 70.44 | - |
| YUV | 52.45 | 224.25 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 223 | 0.98 | 0.80 | 0 | 0.13 | 229.04 | 0.96 | 0.45 |
| Hex | 4 | 2C | DF | 62 | 50 | 0 | D | E5 | 60 | 2D |
| Octal | 4 | 54 | 337 | 142 | 120 | 0 | 15 | 345 | 140 | 55 |
| Binary | 100 | 101100 | 11011111 | 1100010 | 1010000 | 0 | 1101 | 11100101 | 1100000 | 101101 |
Color Harmonies of #042CDF
Complementary color
Monochromatic Colors of #042CDF
Black with #042CDF
Text Example
Text Example
White with #042CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042CDF; }
p { color: rgb(4,44,223); }
H1.HeaderClassName
{
color: #042CDF;
}
.AnyTagClassName
{
color: #042CDF;
}
</style>
background-color css
<style>
a { background-color: #042CDF; }
a { background-color: rgb(4,44,223); }
div.DivClassName
{
background-color: #042CDF;
}
.BgClassName
{
background-color: #042CDF;
}
</style>
border-color css
<style>
span { border-color: #042CDF; }
span { border-color: rgb(4,44,223); }
td.TdClassName
{
border-color: #042CDF;
}
.TagClassName
{
border-color: #042CDF;
}
</style>