Shades of Electric Indigo #8000EC
Tints of Electric Indigo #8000EC
RGB
CMYK
RGB Variations
Color information
#8000EC (or 0x8000EC) is known color: Electric Indigo. HEX triplet: 80, 00 and EC. RGB value is (128,0,236). Sum of RGB (Red+Green+Blue) = 128+0+236=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #8000EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8000EC is #7FFF13. Grayscale: #404040. Windows color (decimal): -8388372 or 15466624. OLE color: 15466624.
HSL color Cylindrical-coordinate representation of color #8000EC: hue angle of 272.54º 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 #8000EC is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 0 | 236 | - |
| CMYK | 0.46 | 1 | 0 | 0.07 |
| HSL | 272.54º | 1% | 0.46% | - |
| HSV(B) | 272.54º | 1% | 0.93% | - |
| XYZ | 24.04 | 10.65 | 80.14 | - |
| YUV | 65.18 | 224.41 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 236 | 0.46 | 1 | 0 | 0.07 | 272.54 | 1 | 0.46 |
| Hex | 80 | 0 | EC | 2E | 64 | 0 | 7 | 111 | 64 | 2E |
| Octal | 200 | 0 | 354 | 56 | 144 | 0 | 7 | 421 | 144 | 56 |
| Binary | 10000000 | 0 | 11101100 | 101110 | 1100100 | 0 | 111 | 100010001 | 1100100 | 101110 |
Color Harmonies of #8000EC
Complementary color
Monochromatic Colors of #8000EC
Black with #8000EC
Text Example
Text Example
White with #8000EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000EC; }
p { color: rgb(128,0,236); }
H1.HeaderClassName
{
color: #8000EC;
}
.AnyTagClassName
{
color: #8000EC;
}
</style>
background-color css
<style>
a { background-color: #8000EC; }
a { background-color: rgb(128,0,236); }
div.DivClassName
{
background-color: #8000EC;
}
.BgClassName
{
background-color: #8000EC;
}
</style>
border-color css
<style>
span { border-color: #8000EC; }
span { border-color: rgb(128,0,236); }
td.TdClassName
{
border-color: #8000EC;
}
.TagClassName
{
border-color: #8000EC;
}
</style>