Shades of Electric Indigo #5802DC
Tints of Electric Indigo #5802DC
RGB
CMYK
RGB Variations
Color information
#5802DC (or 0x5802DC) is known color: Electric Indigo. HEX triplet: 58, 02 and DC. RGB value is (88,2,220). Sum of RGB (Red+Green+Blue) = 88+2+220=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #5802DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5802DC is #A7FD23. Grayscale: #333333. Windows color (decimal): -11009316 or 14418520. OLE color: 14418520.
HSL color Cylindrical-coordinate representation of color #5802DC: hue angle of 263.67º 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 #5802DC is Cyan = 0.6, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 2 | 220 | - |
| CMYK | 0.6 | 0.99 | 0 | 0.14 |
| HSL | 263.67º | 0.98% | 0.44% | - |
| HSV(B) | 263.67º | 0.99% | 0.86% | - |
| XYZ | 16.96 | 7.29 | 68.22 | - |
| YUV | 52.57 | 222.49 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 220 | 0.6 | 0.99 | 0 | 0.14 | 263.67 | 0.98 | 0.44 |
| Hex | 58 | 2 | DC | 3C | 63 | 0 | E | 108 | 62 | 2C |
| Octal | 130 | 2 | 334 | 74 | 143 | 0 | 16 | 410 | 142 | 54 |
| Binary | 1011000 | 10 | 11011100 | 111100 | 1100011 | 0 | 1110 | 100001000 | 1100010 | 101100 |
Color Harmonies of #5802DC
Complementary color
Monochromatic Colors of #5802DC
Black with #5802DC
Text Example
Text Example
White with #5802DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5802DC; }
p { color: rgb(88,2,220); }
H1.HeaderClassName
{
color: #5802DC;
}
.AnyTagClassName
{
color: #5802DC;
}
</style>
background-color css
<style>
a { background-color: #5802DC; }
a { background-color: rgb(88,2,220); }
div.DivClassName
{
background-color: #5802DC;
}
.BgClassName
{
background-color: #5802DC;
}
</style>
border-color css
<style>
span { border-color: #5802DC; }
span { border-color: rgb(88,2,220); }
td.TdClassName
{
border-color: #5802DC;
}
.TagClassName
{
border-color: #5802DC;
}
</style>