Shades of Electric Indigo #5D02DC
Tints of Electric Indigo #5D02DC
RGB
CMYK
RGB Variations
Color information
#5D02DC (or 0x5D02DC) is known color: Electric Indigo. HEX triplet: 5D, 02 and DC. RGB value is (93,2,220). Sum of RGB (Red+Green+Blue) = 93+2+220=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D02DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D02DC is #A2FD23. Grayscale: #353535. Windows color (decimal): -10681636 or 14418525. OLE color: 14418525.
HSL color Cylindrical-coordinate representation of color #5D02DC: hue angle of 265.05º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D02DC is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 2 | 220 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.14 |
| HSL | 265.05º | 0.98% | 0.44% | - |
| HSV(B) | 265.05º | 0.99% | 0.86% | - |
| XYZ | 17.45 | 7.54 | 68.25 | - |
| YUV | 54.06 | 221.65 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 220 | 0.58 | 0.99 | 0 | 0.14 | 265.05 | 0.98 | 0.44 |
| Hex | 5D | 2 | DC | 3A | 63 | 0 | E | 109 | 62 | 2C |
| Octal | 135 | 2 | 334 | 72 | 143 | 0 | 16 | 411 | 142 | 54 |
| Binary | 1011101 | 10 | 11011100 | 111010 | 1100011 | 0 | 1110 | 100001001 | 1100010 | 101100 |
Color Harmonies of #5D02DC
Complementary color
Monochromatic Colors of #5D02DC
Black with #5D02DC
Text Example
Text Example
White with #5D02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D02DC; }
p { color: rgb(93,2,220); }
H1.HeaderClassName
{
color: #5D02DC;
}
.AnyTagClassName
{
color: #5D02DC;
}
</style>
background-color css
<style>
a { background-color: #5D02DC; }
a { background-color: rgb(93,2,220); }
div.DivClassName
{
background-color: #5D02DC;
}
.BgClassName
{
background-color: #5D02DC;
}
</style>
border-color css
<style>
span { border-color: #5D02DC; }
span { border-color: rgb(93,2,220); }
td.TdClassName
{
border-color: #5D02DC;
}
.TagClassName
{
border-color: #5D02DC;
}
</style>