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