Shades of Electric Indigo #8000FE
Tints of Electric Indigo #8000FE
RGB
CMYK
RGB Variations
Color information
#8000FE (or 0x8000FE) is known color: Electric Indigo. HEX triplet: 80, 00 and FE. RGB value is (128,0,254). Sum of RGB (Red+Green+Blue) = 128+0+254=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #8000FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8000FE is #7FFF01. Grayscale: #424242. Windows color (decimal): -8388354 or 16646272. OLE color: 16646272.
HSL color Cylindrical-coordinate representation of color #8000FE: hue angle of 270.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000FE is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 0 | 254 | - |
| CMYK | 0.50 | 1 | 0 | 0.00 |
| HSL | 270.24º | 1% | 0.5% | - |
| HSV(B) | 270.24º | 1% | 1% | - |
| XYZ | 26.79 | 11.74 | 94.62 | - |
| YUV | 67.23 | 233.41 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 254 | 0.50 | 1 | 0 | 0.00 | 270.24 | 1 | 0.5 |
| Hex | 80 | 0 | FE | 32 | 64 | 0 | 0 | 10E | 64 | 32 |
| Octal | 200 | 0 | 376 | 62 | 144 | 0 | 0 | 416 | 144 | 62 |
| Binary | 10000000 | 0 | 11111110 | 110010 | 1100100 | 0 | 0 | 100001110 | 1100100 | 110010 |
Color Harmonies of #8000FE
Complementary color
Monochromatic Colors of #8000FE
Black with #8000FE
Text Example
Text Example
White with #8000FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000FE; }
p { color: rgb(128,0,254); }
H1.HeaderClassName
{
color: #8000FE;
}
.AnyTagClassName
{
color: #8000FE;
}
</style>
background-color css
<style>
a { background-color: #8000FE; }
a { background-color: rgb(128,0,254); }
div.DivClassName
{
background-color: #8000FE;
}
.BgClassName
{
background-color: #8000FE;
}
</style>
border-color css
<style>
span { border-color: #8000FE; }
span { border-color: rgb(128,0,254); }
td.TdClassName
{
border-color: #8000FE;
}
.TagClassName
{
border-color: #8000FE;
}
</style>