Shades of Persian Blue #043DC9
Tints of Persian Blue #043DC9
RGB
CMYK
RGB Variations
Color information
#043DC9 (or 0x043DC9) is known color: Persian Blue. HEX triplet: 04, 3D and C9. RGB value is (4,61,201). Sum of RGB (Red+Green+Blue) = 4+61+201=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #043DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DC9 is #FBC236. Grayscale: #3B3B3B. Windows color (decimal): -16499255 or 13188356. OLE color: 13188356.
HSL color Cylindrical-coordinate representation of color #043DC9: hue angle of 222.64º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DC9 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 61 | 201 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.21 |
| HSL | 222.64º | 0.96% | 0.4% | - |
| HSV(B) | 222.64º | 0.98% | 0.79% | - |
| XYZ | 12.26 | 7.58 | 56.08 | - |
| YUV | 59.92 | 207.62 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 201 | 0.98 | 0.70 | 0 | 0.21 | 222.64 | 0.96 | 0.4 |
| Hex | 4 | 3D | C9 | 62 | 46 | 0 | 15 | DF | 60 | 28 |
| Octal | 4 | 75 | 311 | 142 | 106 | 0 | 25 | 337 | 140 | 50 |
| Binary | 100 | 111101 | 11001001 | 1100010 | 1000110 | 0 | 10101 | 11011111 | 1100000 | 101000 |
Color Harmonies of #043DC9
Complementary color
Monochromatic Colors of #043DC9
Black with #043DC9
Text Example
Text Example
White with #043DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DC9; }
p { color: rgb(4,61,201); }
H1.HeaderClassName
{
color: #043DC9;
}
.AnyTagClassName
{
color: #043DC9;
}
</style>
background-color css
<style>
a { background-color: #043DC9; }
a { background-color: rgb(4,61,201); }
div.DivClassName
{
background-color: #043DC9;
}
.BgClassName
{
background-color: #043DC9;
}
</style>
border-color css
<style>
span { border-color: #043DC9; }
span { border-color: rgb(4,61,201); }
td.TdClassName
{
border-color: #043DC9;
}
.TagClassName
{
border-color: #043DC9;
}
</style>