Shades of Persian Blue #043DED
Tints of Persian Blue #043DED
RGB
CMYK
RGB Variations
Color information
#043DED (or 0x043DED) is known color: Persian Blue. HEX triplet: 04, 3D and ED. RGB value is (4,61,237). Sum of RGB (Red+Green+Blue) = 4+61+237=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 237 (92.97% from 255 or 78.48% from 302); Max value from RGB is 237 - color contains mainly: blue. Hex color #043DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043DED is #FBC212. Grayscale: #3F3F3F. Windows color (decimal): -16499219 or 15547652. OLE color: 15547652.
HSL color Cylindrical-coordinate representation of color #043DED: hue angle of 225.32º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DED is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 61 | 237 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.07 |
| HSL | 225.32º | 0.97% | 0.47% | - |
| HSV(B) | 225.32º | 0.98% | 0.93% | - |
| XYZ | 17 | 9.48 | 81.05 | - |
| YUV | 64.02 | 225.62 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 237 | 0.98 | 0.74 | 0 | 0.07 | 225.32 | 0.97 | 0.47 |
| Hex | 4 | 3D | ED | 62 | 4A | 0 | 7 | E1 | 61 | 2F |
| Octal | 4 | 75 | 355 | 142 | 112 | 0 | 7 | 341 | 141 | 57 |
| Binary | 100 | 111101 | 11101101 | 1100010 | 1001010 | 0 | 111 | 11100001 | 1100001 | 101111 |
Color Harmonies of #043DED
Complementary color
Monochromatic Colors of #043DED
Black with #043DED
Text Example
Text Example
White with #043DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DED; }
p { color: rgb(4,61,237); }
H1.HeaderClassName
{
color: #043DED;
}
.AnyTagClassName
{
color: #043DED;
}
</style>
background-color css
<style>
a { background-color: #043DED; }
a { background-color: rgb(4,61,237); }
div.DivClassName
{
background-color: #043DED;
}
.BgClassName
{
background-color: #043DED;
}
</style>
border-color css
<style>
span { border-color: #043DED; }
span { border-color: rgb(4,61,237); }
td.TdClassName
{
border-color: #043DED;
}
.TagClassName
{
border-color: #043DED;
}
</style>