Shades of Electric Indigo #8001FF
Tints of Electric Indigo #8001FF
RGB
CMYK
RGB Variations
Color information
#8001FF (or 0x8001FF) is known color: Electric Indigo. HEX triplet: 80, 01 and FF. RGB value is (128,1,255). Sum of RGB (Red+Green+Blue) = 128+1+255=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #8001FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8001FF is #7FFE00. Grayscale: #434343. Windows color (decimal): -8388097 or 16712064. OLE color: 16712064.
HSL color Cylindrical-coordinate representation of color #8001FF: hue angle of 270º 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 #8001FF is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 1 | 255 | - |
| CMYK | 0.50 | 1.00 | 0 | 0 |
| HSL | 270º | 1% | 0.5% | - |
| HSV(B) | 270º | 1% | 1% | - |
| XYZ | 26.96 | 11.83 | 95.47 | - |
| YUV | 67.93 | 233.58 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 255 | 0.50 | 1.00 | 0 | 0 | 270 | 1 | 0.5 |
| Hex | 80 | 1 | FF | 32 | 64 | 0 | 0 | 10E | 64 | 32 |
| Octal | 200 | 1 | 377 | 62 | 144 | 0 | 0 | 416 | 144 | 62 |
| Binary | 10000000 | 1 | 11111111 | 110010 | 1100100 | 0 | 0 | 100001110 | 1100100 | 110010 |
Color Harmonies of #8001FF
Complementary color
Monochromatic Colors of #8001FF
Black with #8001FF
Text Example
Text Example
White with #8001FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001FF; }
p { color: rgb(128,1,255); }
H1.HeaderClassName
{
color: #8001FF;
}
.AnyTagClassName
{
color: #8001FF;
}
</style>
background-color css
<style>
a { background-color: #8001FF; }
a { background-color: rgb(128,1,255); }
div.DivClassName
{
background-color: #8001FF;
}
.BgClassName
{
background-color: #8001FF;
}
</style>
border-color css
<style>
span { border-color: #8001FF; }
span { border-color: rgb(128,1,255); }
td.TdClassName
{
border-color: #8001FF;
}
.TagClassName
{
border-color: #8001FF;
}
</style>