Shades of Electric Indigo #8011FF
Tints of Electric Indigo #8011FF
RGB
CMYK
RGB Variations
Color information
#8011FF (or 0x8011FF) is known color: Electric Indigo. HEX triplet: 80, 11 and FF. RGB value is (128,17,255). Sum of RGB (Red+Green+Blue) = 128+17+255=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #8011FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8011FF is #7FEE00. Grayscale: #4C4C4C. Windows color (decimal): -8384001 or 16716160. OLE color: 16716160.
HSL color Cylindrical-coordinate representation of color #8011FF: hue angle of 267.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8011FF is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 17 | 255 | - |
| CMYK | 0.50 | 0.93 | 0 | 0 |
| HSL | 267.98º | 1% | 0.53% | - |
| HSV(B) | 267.98º | 0.93% | 1% | - |
| XYZ | 27.15 | 12.21 | 95.53 | - |
| YUV | 77.32 | 228.27 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 255 | 0.50 | 0.93 | 0 | 0 | 267.98 | 1 | 0.53 |
| Hex | 80 | 11 | FF | 32 | 5D | 0 | 0 | 10C | 64 | 35 |
| Octal | 200 | 21 | 377 | 62 | 135 | 0 | 0 | 414 | 144 | 65 |
| Binary | 10000000 | 10001 | 11111111 | 110010 | 1011101 | 0 | 0 | 100001100 | 1100100 | 110101 |
Color Harmonies of #8011FF
Complementary color
Monochromatic Colors of #8011FF
Black with #8011FF
Text Example
Text Example
White with #8011FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8011FF; }
p { color: rgb(128,17,255); }
H1.HeaderClassName
{
color: #8011FF;
}
.AnyTagClassName
{
color: #8011FF;
}
</style>
background-color css
<style>
a { background-color: #8011FF; }
a { background-color: rgb(128,17,255); }
div.DivClassName
{
background-color: #8011FF;
}
.BgClassName
{
background-color: #8011FF;
}
</style>
border-color css
<style>
span { border-color: #8011FF; }
span { border-color: rgb(128,17,255); }
td.TdClassName
{
border-color: #8011FF;
}
.TagClassName
{
border-color: #8011FF;
}
</style>