Shades of Electric Indigo #8005ED
Tints of Electric Indigo #8005ED
RGB
CMYK
RGB Variations
Color information
#8005ED (or 0x8005ED) is known color: Electric Indigo. HEX triplet: 80, 05 and ED. RGB value is (128,5,237). Sum of RGB (Red+Green+Blue) = 128+5+237=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #8005ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8005ED is #7FFA12. Grayscale: #434343. Windows color (decimal): -8387091 or 15533440. OLE color: 15533440.
HSL color Cylindrical-coordinate representation of color #8005ED: hue angle of 271.81º 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 #8005ED is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 5 | 237 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.07 |
| HSL | 271.81º | 0.96% | 0.47% | - |
| HSV(B) | 271.81º | 0.98% | 0.93% | - |
| XYZ | 24.24 | 10.81 | 80.93 | - |
| YUV | 68.23 | 223.25 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 237 | 0.46 | 0.98 | 0 | 0.07 | 271.81 | 0.96 | 0.47 |
| Hex | 80 | 5 | ED | 2E | 62 | 0 | 7 | 110 | 60 | 2F |
| Octal | 200 | 5 | 355 | 56 | 142 | 0 | 7 | 420 | 140 | 57 |
| Binary | 10000000 | 101 | 11101101 | 101110 | 1100010 | 0 | 111 | 100010000 | 1100000 | 101111 |
Color Harmonies of #8005ED
Complementary color
Monochromatic Colors of #8005ED
Black with #8005ED
Text Example
Text Example
White with #8005ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8005ED; }
p { color: rgb(128,5,237); }
H1.HeaderClassName
{
color: #8005ED;
}
.AnyTagClassName
{
color: #8005ED;
}
</style>
background-color css
<style>
a { background-color: #8005ED; }
a { background-color: rgb(128,5,237); }
div.DivClassName
{
background-color: #8005ED;
}
.BgClassName
{
background-color: #8005ED;
}
</style>
border-color css
<style>
span { border-color: #8005ED; }
span { border-color: rgb(128,5,237); }
td.TdClassName
{
border-color: #8005ED;
}
.TagClassName
{
border-color: #8005ED;
}
</style>