Shades of Electric Indigo #5D04DA
Tints of Electric Indigo #5D04DA
RGB
CMYK
RGB Variations
Color information
#5D04DA (or 0x5D04DA) is known color: Electric Indigo. HEX triplet: 5D, 04 and DA. RGB value is (93,4,218). Sum of RGB (Red+Green+Blue) = 93+4+218=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D04DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D04DA is #A2FB25. Grayscale: #363636. Windows color (decimal): -10681126 or 14287965. OLE color: 14287965.
HSL color Cylindrical-coordinate representation of color #5D04DA: hue angle of 264.95º 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 #5D04DA is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 4 | 218 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.15 |
| HSL | 264.95º | 0.96% | 0.44% | - |
| HSV(B) | 264.95º | 0.98% | 0.85% | - |
| XYZ | 17.21 | 7.48 | 66.87 | - |
| YUV | 55.01 | 219.99 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 218 | 0.57 | 0.98 | 0 | 0.15 | 264.95 | 0.96 | 0.44 |
| Hex | 5D | 4 | DA | 39 | 62 | 0 | F | 109 | 60 | 2C |
| Octal | 135 | 4 | 332 | 71 | 142 | 0 | 17 | 411 | 140 | 54 |
| Binary | 1011101 | 100 | 11011010 | 111001 | 1100010 | 0 | 1111 | 100001001 | 1100000 | 101100 |
Color Harmonies of #5D04DA
Complementary color
Monochromatic Colors of #5D04DA
Black with #5D04DA
Text Example
Text Example
White with #5D04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D04DA; }
p { color: rgb(93,4,218); }
H1.HeaderClassName
{
color: #5D04DA;
}
.AnyTagClassName
{
color: #5D04DA;
}
</style>
background-color css
<style>
a { background-color: #5D04DA; }
a { background-color: rgb(93,4,218); }
div.DivClassName
{
background-color: #5D04DA;
}
.BgClassName
{
background-color: #5D04DA;
}
</style>
border-color css
<style>
span { border-color: #5D04DA; }
span { border-color: rgb(93,4,218); }
td.TdClassName
{
border-color: #5D04DA;
}
.TagClassName
{
border-color: #5D04DA;
}
</style>