Shades of Persian Blue #042ECD
Tints of Persian Blue #042ECD
RGB
CMYK
RGB Variations
Color information
#042ECD (or 0x042ECD) is known color: Persian Blue. HEX triplet: 04, 2E and CD. RGB value is (4,46,205). Sum of RGB (Red+Green+Blue) = 4+46+205=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #042ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ECD is #FBD132. Grayscale: #323232. Windows color (decimal): -16503091 or 13446660. OLE color: 13446660.
HSL color Cylindrical-coordinate representation of color #042ECD: hue angle of 227.46º 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 #042ECD is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 46 | 205 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.20 |
| HSL | 227.46º | 0.96% | 0.41% | - |
| HSV(B) | 227.46º | 0.98% | 0.8% | - |
| XYZ | 12.05 | 6.39 | 58.36 | - |
| YUV | 51.57 | 214.59 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 205 | 0.98 | 0.78 | 0 | 0.20 | 227.46 | 0.96 | 0.41 |
| Hex | 4 | 2E | CD | 62 | 4E | 0 | 14 | E3 | 60 | 29 |
| Octal | 4 | 56 | 315 | 142 | 116 | 0 | 24 | 343 | 140 | 51 |
| Binary | 100 | 101110 | 11001101 | 1100010 | 1001110 | 0 | 10100 | 11100011 | 1100000 | 101001 |
Color Harmonies of #042ECD
Complementary color
Monochromatic Colors of #042ECD
Black with #042ECD
Text Example
Text Example
White with #042ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042ECD; }
p { color: rgb(4,46,205); }
H1.HeaderClassName
{
color: #042ECD;
}
.AnyTagClassName
{
color: #042ECD;
}
</style>
background-color css
<style>
a { background-color: #042ECD; }
a { background-color: rgb(4,46,205); }
div.DivClassName
{
background-color: #042ECD;
}
.BgClassName
{
background-color: #042ECD;
}
</style>
border-color css
<style>
span { border-color: #042ECD; }
span { border-color: rgb(4,46,205); }
td.TdClassName
{
border-color: #042ECD;
}
.TagClassName
{
border-color: #042ECD;
}
</style>