Shades of Electric Indigo #5800D8
Tints of Electric Indigo #5800D8
RGB
CMYK
RGB Variations
Color information
#5800D8 (or 0x5800D8) is known color: Electric Indigo. HEX triplet: 58, 00 and D8. RGB value is (88,0,216). Sum of RGB (Red+Green+Blue) = 88+0+216=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 216 (84.77% from 255 or 71.05% from 304); Max value from RGB is 216 - color contains mainly: blue. Hex color #5800D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800D8 is #A7FF27. Grayscale: #323232. Windows color (decimal): -11009832 or 14155864. OLE color: 14155864.
HSL color Cylindrical-coordinate representation of color #5800D8: hue angle of 264.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800D8 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 0 | 216 | - |
| CMYK | 0.59 | 1 | 0 | 0.15 |
| HSL | 264.44º | 1% | 0.42% | - |
| HSV(B) | 264.44º | 1% | 0.85% | - |
| XYZ | 16.42 | 7.03 | 65.46 | - |
| YUV | 50.94 | 221.15 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 216 | 0.59 | 1 | 0 | 0.15 | 264.44 | 1 | 0.42 |
| Hex | 58 | 0 | D8 | 3B | 64 | 0 | F | 108 | 64 | 2A |
| Octal | 130 | 0 | 330 | 73 | 144 | 0 | 17 | 410 | 144 | 52 |
| Binary | 1011000 | 0 | 11011000 | 111011 | 1100100 | 0 | 1111 | 100001000 | 1100100 | 101010 |
Color Harmonies of #5800D8
Complementary color
Monochromatic Colors of #5800D8
Black with #5800D8
Text Example
Text Example
White with #5800D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5800D8; }
p { color: rgb(88,0,216); }
H1.HeaderClassName
{
color: #5800D8;
}
.AnyTagClassName
{
color: #5800D8;
}
</style>
background-color css
<style>
a { background-color: #5800D8; }
a { background-color: rgb(88,0,216); }
div.DivClassName
{
background-color: #5800D8;
}
.BgClassName
{
background-color: #5800D8;
}
</style>
border-color css
<style>
span { border-color: #5800D8; }
span { border-color: rgb(88,0,216); }
td.TdClassName
{
border-color: #5800D8;
}
.TagClassName
{
border-color: #5800D8;
}
</style>