Shades of Electric Indigo #8005FE
Tints of Electric Indigo #8005FE
RGB
CMYK
RGB Variations
Color information
#8005FE (or 0x8005FE) is known color: Electric Indigo. HEX triplet: 80, 05 and FE. RGB value is (128,5,254). Sum of RGB (Red+Green+Blue) = 128+5+254=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #8005FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8005FE is #7FFA01. Grayscale: #454545. Windows color (decimal): -8387074 or 16647552. OLE color: 16647552.
HSL color Cylindrical-coordinate representation of color #8005FE: hue angle of 269.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8005FE is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 5 | 254 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.00 |
| HSL | 269.64º | 0.99% | 0.51% | - |
| HSV(B) | 269.64º | 0.98% | 1% | - |
| XYZ | 26.85 | 11.85 | 94.64 | - |
| YUV | 70.16 | 231.75 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 254 | 0.50 | 0.98 | 0 | 0.00 | 269.64 | 0.99 | 0.51 |
| Hex | 80 | 5 | FE | 32 | 62 | 0 | 0 | 10E | 63 | 33 |
| Octal | 200 | 5 | 376 | 62 | 142 | 0 | 0 | 416 | 143 | 63 |
| Binary | 10000000 | 101 | 11111110 | 110010 | 1100010 | 0 | 0 | 100001110 | 1100011 | 110011 |
Color Harmonies of #8005FE
Complementary color
Monochromatic Colors of #8005FE
Black with #8005FE
Text Example
Text Example
White with #8005FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8005FE; }
p { color: rgb(128,5,254); }
H1.HeaderClassName
{
color: #8005FE;
}
.AnyTagClassName
{
color: #8005FE;
}
</style>
background-color css
<style>
a { background-color: #8005FE; }
a { background-color: rgb(128,5,254); }
div.DivClassName
{
background-color: #8005FE;
}
.BgClassName
{
background-color: #8005FE;
}
</style>
border-color css
<style>
span { border-color: #8005FE; }
span { border-color: rgb(128,5,254); }
td.TdClassName
{
border-color: #8005FE;
}
.TagClassName
{
border-color: #8005FE;
}
</style>