Shades of Persian Blue #043ADA
Tints of Persian Blue #043ADA
RGB
CMYK
RGB Variations
Color information
#043ADA (or 0x043ADA) is known color: Persian Blue. HEX triplet: 04, 3A and DA. RGB value is (4,58,218). Sum of RGB (Red+Green+Blue) = 4+58+218=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #043ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043ADA is #FBC525. Grayscale: #3B3B3B. Windows color (decimal): -16500006 or 14301700. OLE color: 14301700.
HSL color Cylindrical-coordinate representation of color #043ADA: hue angle of 224.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043ADA is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 58 | 218 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.15 |
| HSL | 224.86º | 0.96% | 0.44% | - |
| HSV(B) | 224.86º | 0.98% | 0.85% | - |
| XYZ | 14.22 | 8.11 | 67.15 | - |
| YUV | 60.09 | 217.11 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 218 | 0.98 | 0.73 | 0 | 0.15 | 224.86 | 0.96 | 0.44 |
| Hex | 4 | 3A | DA | 62 | 49 | 0 | F | E1 | 60 | 2C |
| Octal | 4 | 72 | 332 | 142 | 111 | 0 | 17 | 341 | 140 | 54 |
| Binary | 100 | 111010 | 11011010 | 1100010 | 1001001 | 0 | 1111 | 11100001 | 1100000 | 101100 |
Color Harmonies of #043ADA
Complementary color
Monochromatic Colors of #043ADA
Black with #043ADA
Text Example
Text Example
White with #043ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043ADA; }
p { color: rgb(4,58,218); }
H1.HeaderClassName
{
color: #043ADA;
}
.AnyTagClassName
{
color: #043ADA;
}
</style>
background-color css
<style>
a { background-color: #043ADA; }
a { background-color: rgb(4,58,218); }
div.DivClassName
{
background-color: #043ADA;
}
.BgClassName
{
background-color: #043ADA;
}
</style>
border-color css
<style>
span { border-color: #043ADA; }
span { border-color: rgb(4,58,218); }
td.TdClassName
{
border-color: #043ADA;
}
.TagClassName
{
border-color: #043ADA;
}
</style>