Shades of Electric Indigo #5800ED
Tints of Electric Indigo #5800ED
RGB
CMYK
RGB Variations
Color information
#5800ED (or 0x5800ED) is known color: Electric Indigo. HEX triplet: 58, 00 and ED. RGB value is (88,0,237). Sum of RGB (Red+Green+Blue) = 88+0+237=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 237 (92.97% from 255 or 72.92% from 325); Max value from RGB is 237 - color contains mainly: blue. Hex color #5800ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5800ED is #A7FF12. Grayscale: #343434. Windows color (decimal): -11009811 or 15532120. OLE color: 15532120.
HSL color Cylindrical-coordinate representation of color #5800ED: hue angle of 262.28º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800ED is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 0 | 237 | - |
| CMYK | 0.63 | 1 | 0 | 0.07 |
| HSL | 262.28º | 1% | 0.46% | - |
| HSV(B) | 262.28º | 1% | 0.93% | - |
| XYZ | 19.31 | 8.19 | 80.68 | - |
| YUV | 53.33 | 231.65 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 237 | 0.63 | 1 | 0 | 0.07 | 262.28 | 1 | 0.46 |
| Hex | 58 | 0 | ED | 3F | 64 | 0 | 7 | 106 | 64 | 2E |
| Octal | 130 | 0 | 355 | 77 | 144 | 0 | 7 | 406 | 144 | 56 |
| Binary | 1011000 | 0 | 11101101 | 111111 | 1100100 | 0 | 111 | 100000110 | 1100100 | 101110 |
Color Harmonies of #5800ED
Complementary color
Monochromatic Colors of #5800ED
Black with #5800ED
Text Example
Text Example
White with #5800ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5800ED; }
p { color: rgb(88,0,237); }
H1.HeaderClassName
{
color: #5800ED;
}
.AnyTagClassName
{
color: #5800ED;
}
</style>
background-color css
<style>
a { background-color: #5800ED; }
a { background-color: rgb(88,0,237); }
div.DivClassName
{
background-color: #5800ED;
}
.BgClassName
{
background-color: #5800ED;
}
</style>
border-color css
<style>
span { border-color: #5800ED; }
span { border-color: rgb(88,0,237); }
td.TdClassName
{
border-color: #5800ED;
}
.TagClassName
{
border-color: #5800ED;
}
</style>