Shades of Persian Blue #043DD5
Tints of Persian Blue #043DD5
RGB
CMYK
RGB Variations
Color information
#043DD5 (or 0x043DD5) is known color: Persian Blue. HEX triplet: 04, 3D and D5. RGB value is (4,61,213). Sum of RGB (Red+Green+Blue) = 4+61+213=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 213 (83.59% from 255 or 76.62% from 278); Max value from RGB is 213 - color contains mainly: blue. Hex color #043DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DD5 is #FBC22A. Grayscale: #3C3C3C. Windows color (decimal): -16499243 or 13974788. OLE color: 13974788.
HSL color Cylindrical-coordinate representation of color #043DD5: hue angle of 223.64º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DD5 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 61 | 213 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.16 |
| HSL | 223.64º | 0.96% | 0.43% | - |
| HSV(B) | 223.64º | 0.98% | 0.84% | - |
| XYZ | 13.73 | 8.17 | 63.8 | - |
| YUV | 61.29 | 213.62 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 213 | 0.98 | 0.71 | 0 | 0.16 | 223.64 | 0.96 | 0.43 |
| Hex | 4 | 3D | D5 | 62 | 47 | 0 | 10 | E0 | 60 | 2B |
| Octal | 4 | 75 | 325 | 142 | 107 | 0 | 20 | 340 | 140 | 53 |
| Binary | 100 | 111101 | 11010101 | 1100010 | 1000111 | 0 | 10000 | 11100000 | 1100000 | 101011 |
Color Harmonies of #043DD5
Complementary color
Monochromatic Colors of #043DD5
Black with #043DD5
Text Example
Text Example
White with #043DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DD5; }
p { color: rgb(4,61,213); }
H1.HeaderClassName
{
color: #043DD5;
}
.AnyTagClassName
{
color: #043DD5;
}
</style>
background-color css
<style>
a { background-color: #043DD5; }
a { background-color: rgb(4,61,213); }
div.DivClassName
{
background-color: #043DD5;
}
.BgClassName
{
background-color: #043DD5;
}
</style>
border-color css
<style>
span { border-color: #043DD5; }
span { border-color: rgb(4,61,213); }
td.TdClassName
{
border-color: #043DD5;
}
.TagClassName
{
border-color: #043DD5;
}
</style>