Shades of Persian Blue #043AC6
Tints of Persian Blue #043AC6
RGB
CMYK
RGB Variations
Color information
#043AC6 (or 0x043AC6) is known color: Persian Blue. HEX triplet: 04, 3A and C6. RGB value is (4,58,198). Sum of RGB (Red+Green+Blue) = 4+58+198=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 198 (77.73% from 255 or 76.15% from 260); Max value from RGB is 198 - color contains mainly: blue. Hex color #043AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043AC6 is #FBC539. Grayscale: #393939. Windows color (decimal): -16500026 or 12990980. OLE color: 12990980.
HSL color Cylindrical-coordinate representation of color #043AC6: hue angle of 223.3º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043AC6 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 58 | 198 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.22 |
| HSL | 223.3º | 0.96% | 0.4% | - |
| HSV(B) | 223.3º | 0.98% | 0.78% | - |
| XYZ | 11.76 | 7.13 | 54.18 | - |
| YUV | 57.81 | 207.11 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 198 | 0.98 | 0.71 | 0 | 0.22 | 223.3 | 0.96 | 0.4 |
| Hex | 4 | 3A | C6 | 62 | 47 | 0 | 16 | DF | 60 | 28 |
| Octal | 4 | 72 | 306 | 142 | 107 | 0 | 26 | 337 | 140 | 50 |
| Binary | 100 | 111010 | 11000110 | 1100010 | 1000111 | 0 | 10110 | 11011111 | 1100000 | 101000 |
Color Harmonies of #043AC6
Complementary color
Monochromatic Colors of #043AC6
Black with #043AC6
Text Example
Text Example
White with #043AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043AC6; }
p { color: rgb(4,58,198); }
H1.HeaderClassName
{
color: #043AC6;
}
.AnyTagClassName
{
color: #043AC6;
}
</style>
background-color css
<style>
a { background-color: #043AC6; }
a { background-color: rgb(4,58,198); }
div.DivClassName
{
background-color: #043AC6;
}
.BgClassName
{
background-color: #043AC6;
}
</style>
border-color css
<style>
span { border-color: #043AC6; }
span { border-color: rgb(4,58,198); }
td.TdClassName
{
border-color: #043AC6;
}
.TagClassName
{
border-color: #043AC6;
}
</style>