Shades of Electric Indigo #800AFF
Tints of Electric Indigo #800AFF
RGB
CMYK
RGB Variations
Color information
#800AFF (or 0x800AFF) is known color: Electric Indigo. HEX triplet: 80, 0A and FF. RGB value is (128,10,255). Sum of RGB (Red+Green+Blue) = 128+10+255=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #800AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800AFF is #7FF500. Grayscale: #484848. Windows color (decimal): -8385793 or 16714368. OLE color: 16714368.
HSL color Cylindrical-coordinate representation of color #800AFF: hue angle of 268.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800AFF is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 10 | 255 | - |
| CMYK | 0.50 | 0.96 | 0 | 0 |
| HSL | 268.9º | 1% | 0.52% | - |
| HSV(B) | 268.9º | 0.96% | 1% | - |
| XYZ | 27.06 | 12.03 | 95.5 | - |
| YUV | 73.21 | 230.59 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 255 | 0.50 | 0.96 | 0 | 0 | 268.9 | 1 | 0.52 |
| Hex | 80 | A | FF | 32 | 60 | 0 | 0 | 10D | 64 | 34 |
| Octal | 200 | 12 | 377 | 62 | 140 | 0 | 0 | 415 | 144 | 64 |
| Binary | 10000000 | 1010 | 11111111 | 110010 | 1100000 | 0 | 0 | 100001101 | 1100100 | 110100 |
Color Harmonies of #800AFF
Complementary color
Monochromatic Colors of #800AFF
Black with #800AFF
Text Example
Text Example
White with #800AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800AFF; }
p { color: rgb(128,10,255); }
H1.HeaderClassName
{
color: #800AFF;
}
.AnyTagClassName
{
color: #800AFF;
}
</style>
background-color css
<style>
a { background-color: #800AFF; }
a { background-color: rgb(128,10,255); }
div.DivClassName
{
background-color: #800AFF;
}
.BgClassName
{
background-color: #800AFF;
}
</style>
border-color css
<style>
span { border-color: #800AFF; }
span { border-color: rgb(128,10,255); }
td.TdClassName
{
border-color: #800AFF;
}
.TagClassName
{
border-color: #800AFF;
}
</style>