Shades of Persian Blue #043EE6
Tints of Persian Blue #043EE6
RGB
CMYK
RGB Variations
Color information
#043EE6 (or 0x043EE6) is known color: Persian Blue. HEX triplet: 04, 3E and E6. RGB value is (4,62,230). Sum of RGB (Red+Green+Blue) = 4+62+230=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 230 (90.23% from 255 or 77.70% from 296); Max value from RGB is 230 - color contains mainly: blue. Hex color #043EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043EE6 is #FBC119. Grayscale: #3F3F3F. Windows color (decimal): -16498970 or 15089156. OLE color: 15089156.
HSL color Cylindrical-coordinate representation of color #043EE6: hue angle of 224.6º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043EE6 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 62 | 230 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.10 |
| HSL | 224.6º | 0.97% | 0.46% | - |
| HSV(B) | 224.6º | 0.98% | 0.9% | - |
| XYZ | 16.06 | 9.18 | 75.79 | - |
| YUV | 63.81 | 221.78 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 230 | 0.98 | 0.73 | 0 | 0.10 | 224.6 | 0.97 | 0.46 |
| Hex | 4 | 3E | E6 | 62 | 49 | 0 | A | E1 | 61 | 2E |
| Octal | 4 | 76 | 346 | 142 | 111 | 0 | 12 | 341 | 141 | 56 |
| Binary | 100 | 111110 | 11100110 | 1100010 | 1001001 | 0 | 1010 | 11100001 | 1100001 | 101110 |
Color Harmonies of #043EE6
Complementary color
Monochromatic Colors of #043EE6
Black with #043EE6
Text Example
Text Example
White with #043EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043EE6; }
p { color: rgb(4,62,230); }
H1.HeaderClassName
{
color: #043EE6;
}
.AnyTagClassName
{
color: #043EE6;
}
</style>
background-color css
<style>
a { background-color: #043EE6; }
a { background-color: rgb(4,62,230); }
div.DivClassName
{
background-color: #043EE6;
}
.BgClassName
{
background-color: #043EE6;
}
</style>
border-color css
<style>
span { border-color: #043EE6; }
span { border-color: rgb(4,62,230); }
td.TdClassName
{
border-color: #043EE6;
}
.TagClassName
{
border-color: #043EE6;
}
</style>