Shades of Electric Indigo #8018FE
Tints of Electric Indigo #8018FE
RGB
CMYK
RGB Variations
Color information
#8018FE (or 0x8018FE) is known color: Electric Indigo. HEX triplet: 80, 18 and FE. RGB value is (128,24,254). Sum of RGB (Red+Green+Blue) = 128+24+254=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #8018FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8018FE is #7FE701. Grayscale: #505050. Windows color (decimal): -8382210 or 16652416. OLE color: 16652416.
HSL color Cylindrical-coordinate representation of color #8018FE: hue angle of 267.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8018FE is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 24 | 254 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.00 |
| HSL | 267.13º | 0.99% | 0.55% | - |
| HSV(B) | 267.13º | 0.91% | 1% | - |
| XYZ | 27.12 | 12.4 | 94.73 | - |
| YUV | 81.32 | 225.46 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 254 | 0.50 | 0.91 | 0 | 0.00 | 267.13 | 0.99 | 0.55 |
| Hex | 80 | 18 | FE | 32 | 5B | 0 | 0 | 10B | 63 | 37 |
| Octal | 200 | 30 | 376 | 62 | 133 | 0 | 0 | 413 | 143 | 67 |
| Binary | 10000000 | 11000 | 11111110 | 110010 | 1011011 | 0 | 0 | 100001011 | 1100011 | 110111 |
Color Harmonies of #8018FE
Complementary color
Monochromatic Colors of #8018FE
Black with #8018FE
Text Example
Text Example
White with #8018FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8018FE; }
p { color: rgb(128,24,254); }
H1.HeaderClassName
{
color: #8018FE;
}
.AnyTagClassName
{
color: #8018FE;
}
</style>
background-color css
<style>
a { background-color: #8018FE; }
a { background-color: rgb(128,24,254); }
div.DivClassName
{
background-color: #8018FE;
}
.BgClassName
{
background-color: #8018FE;
}
</style>
border-color css
<style>
span { border-color: #8018FE; }
span { border-color: rgb(128,24,254); }
td.TdClassName
{
border-color: #8018FE;
}
.TagClassName
{
border-color: #8018FE;
}
</style>