Shades of Electric Indigo #8000EF
Tints of Electric Indigo #8000EF
RGB
CMYK
RGB Variations
Color information
#8000EF (or 0x8000EF) is known color: Electric Indigo. HEX triplet: 80, 00 and EF. RGB value is (128,0,239). Sum of RGB (Red+Green+Blue) = 128+0+239=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #8000EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8000EF is #7FFF10. Grayscale: #404040. Windows color (decimal): -8388369 or 15663232. OLE color: 15663232.
HSL color Cylindrical-coordinate representation of color #8000EF: hue angle of 272.13º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000EF is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 0 | 239 | - |
| CMYK | 0.46 | 1 | 0 | 0.06 |
| HSL | 272.13º | 1% | 0.47% | - |
| HSV(B) | 272.13º | 1% | 0.94% | - |
| XYZ | 24.48 | 10.82 | 82.46 | - |
| YUV | 65.52 | 225.91 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 239 | 0.46 | 1 | 0 | 0.06 | 272.13 | 1 | 0.47 |
| Hex | 80 | 0 | EF | 2E | 64 | 0 | 6 | 110 | 64 | 2F |
| Octal | 200 | 0 | 357 | 56 | 144 | 0 | 6 | 420 | 144 | 57 |
| Binary | 10000000 | 0 | 11101111 | 101110 | 1100100 | 0 | 110 | 100010000 | 1100100 | 101111 |
Color Harmonies of #8000EF
Complementary color
Monochromatic Colors of #8000EF
Black with #8000EF
Text Example
Text Example
White with #8000EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000EF; }
p { color: rgb(128,0,239); }
H1.HeaderClassName
{
color: #8000EF;
}
.AnyTagClassName
{
color: #8000EF;
}
</style>
background-color css
<style>
a { background-color: #8000EF; }
a { background-color: rgb(128,0,239); }
div.DivClassName
{
background-color: #8000EF;
}
.BgClassName
{
background-color: #8000EF;
}
</style>
border-color css
<style>
span { border-color: #8000EF; }
span { border-color: rgb(128,0,239); }
td.TdClassName
{
border-color: #8000EF;
}
.TagClassName
{
border-color: #8000EF;
}
</style>