Shades of Electric Indigo #8012FE
Tints of Electric Indigo #8012FE
RGB
CMYK
RGB Variations
Color information
#8012FE (or 0x8012FE) is known color: Electric Indigo. HEX triplet: 80, 12 and FE. RGB value is (128,18,254). Sum of RGB (Red+Green+Blue) = 128+18+254=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #8012FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8012FE is #7FED01. Grayscale: #4C4C4C. Windows color (decimal): -8383746 or 16650880. OLE color: 16650880.
HSL color Cylindrical-coordinate representation of color #8012FE: hue angle of 267.97º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8012FE is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 18 | 254 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.00 |
| HSL | 267.97º | 0.99% | 0.53% | - |
| HSV(B) | 267.97º | 0.93% | 1% | - |
| XYZ | 27.01 | 12.18 | 94.69 | - |
| YUV | 77.79 | 227.44 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 254 | 0.50 | 0.93 | 0 | 0.00 | 267.97 | 0.99 | 0.53 |
| Hex | 80 | 12 | FE | 32 | 5D | 0 | 0 | 10C | 63 | 35 |
| Octal | 200 | 22 | 376 | 62 | 135 | 0 | 0 | 414 | 143 | 65 |
| Binary | 10000000 | 10010 | 11111110 | 110010 | 1011101 | 0 | 0 | 100001100 | 1100011 | 110101 |
Color Harmonies of #8012FE
Complementary color
Monochromatic Colors of #8012FE
Black with #8012FE
Text Example
Text Example
White with #8012FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8012FE; }
p { color: rgb(128,18,254); }
H1.HeaderClassName
{
color: #8012FE;
}
.AnyTagClassName
{
color: #8012FE;
}
</style>
background-color css
<style>
a { background-color: #8012FE; }
a { background-color: rgb(128,18,254); }
div.DivClassName
{
background-color: #8012FE;
}
.BgClassName
{
background-color: #8012FE;
}
</style>
border-color css
<style>
span { border-color: #8012FE; }
span { border-color: rgb(128,18,254); }
td.TdClassName
{
border-color: #8012FE;
}
.TagClassName
{
border-color: #8012FE;
}
</style>