Shades of Persian Blue #043FCF
Tints of Persian Blue #043FCF
RGB
CMYK
RGB Variations
Color information
#043FCF (or 0x043FCF) is known color: Persian Blue. HEX triplet: 04, 3F and CF. RGB value is (4,63,207). Sum of RGB (Red+Green+Blue) = 4+63+207=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #043FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043FCF is #FBC030. Grayscale: #3D3D3D. Windows color (decimal): -16498737 or 13582084. OLE color: 13582084.
HSL color Cylindrical-coordinate representation of color #043FCF: hue angle of 222.56º 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 #043FCF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 63 | 207 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.19 |
| HSL | 222.56º | 0.96% | 0.41% | - |
| HSV(B) | 222.56º | 0.98% | 0.81% | - |
| XYZ | 13.09 | 8.09 | 59.9 | - |
| YUV | 61.78 | 209.95 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 207 | 0.98 | 0.70 | 0 | 0.19 | 222.56 | 0.96 | 0.41 |
| Hex | 4 | 3F | CF | 62 | 46 | 0 | 13 | DF | 60 | 29 |
| Octal | 4 | 77 | 317 | 142 | 106 | 0 | 23 | 337 | 140 | 51 |
| Binary | 100 | 111111 | 11001111 | 1100010 | 1000110 | 0 | 10011 | 11011111 | 1100000 | 101001 |
Color Harmonies of #043FCF
Complementary color
Monochromatic Colors of #043FCF
Black with #043FCF
Text Example
Text Example
White with #043FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FCF; }
p { color: rgb(4,63,207); }
H1.HeaderClassName
{
color: #043FCF;
}
.AnyTagClassName
{
color: #043FCF;
}
</style>
background-color css
<style>
a { background-color: #043FCF; }
a { background-color: rgb(4,63,207); }
div.DivClassName
{
background-color: #043FCF;
}
.BgClassName
{
background-color: #043FCF;
}
</style>
border-color css
<style>
span { border-color: #043FCF; }
span { border-color: rgb(4,63,207); }
td.TdClassName
{
border-color: #043FCF;
}
.TagClassName
{
border-color: #043FCF;
}
</style>