Shades of Electric Indigo #8005EC
Tints of Electric Indigo #8005EC
RGB
CMYK
RGB Variations
Color information
#8005EC (or 0x8005EC) is known color: Electric Indigo. HEX triplet: 80, 05 and EC. RGB value is (128,5,236). Sum of RGB (Red+Green+Blue) = 128+5+236=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #8005EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8005EC is #7FFA13. Grayscale: #434343. Windows color (decimal): -8387092 or 15467904. OLE color: 15467904.
HSL color Cylindrical-coordinate representation of color #8005EC: hue angle of 271.95º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8005EC is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 5 | 236 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.07 |
| HSL | 271.95º | 0.96% | 0.47% | - |
| HSV(B) | 271.95º | 0.98% | 0.93% | - |
| XYZ | 24.1 | 10.75 | 80.16 | - |
| YUV | 68.11 | 222.75 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 236 | 0.46 | 0.98 | 0 | 0.07 | 271.95 | 0.96 | 0.47 |
| Hex | 80 | 5 | EC | 2E | 62 | 0 | 7 | 110 | 60 | 2F |
| Octal | 200 | 5 | 354 | 56 | 142 | 0 | 7 | 420 | 140 | 57 |
| Binary | 10000000 | 101 | 11101100 | 101110 | 1100010 | 0 | 111 | 100010000 | 1100000 | 101111 |
Color Harmonies of #8005EC
Complementary color
Monochromatic Colors of #8005EC
Black with #8005EC
Text Example
Text Example
White with #8005EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8005EC; }
p { color: rgb(128,5,236); }
H1.HeaderClassName
{
color: #8005EC;
}
.AnyTagClassName
{
color: #8005EC;
}
</style>
background-color css
<style>
a { background-color: #8005EC; }
a { background-color: rgb(128,5,236); }
div.DivClassName
{
background-color: #8005EC;
}
.BgClassName
{
background-color: #8005EC;
}
</style>
border-color css
<style>
span { border-color: #8005EC; }
span { border-color: rgb(128,5,236); }
td.TdClassName
{
border-color: #8005EC;
}
.TagClassName
{
border-color: #8005EC;
}
</style>