Shades of Electric Indigo #8411FE
Tints of Electric Indigo #8411FE
RGB
CMYK
RGB Variations
Color information
#8411FE (or 0x8411FE) is known color: Electric Indigo. HEX triplet: 84, 11 and FE. RGB value is (132,17,254). Sum of RGB (Red+Green+Blue) = 132+17+254=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #8411FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8411FE is #7BEE01. Grayscale: #4D4D4D. Windows color (decimal): -8121858 or 16650628. OLE color: 16650628.
HSL color Cylindrical-coordinate representation of color #8411FE: hue angle of 269.11º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8411FE is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 17 | 254 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.00 |
| HSL | 269.11º | 0.99% | 0.53% | - |
| HSV(B) | 269.11º | 0.93% | 1% | - |
| XYZ | 27.61 | 12.46 | 94.72 | - |
| YUV | 78.4 | 227.1 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 254 | 0.48 | 0.93 | 0 | 0.00 | 269.11 | 0.99 | 0.53 |
| Hex | 84 | 11 | FE | 30 | 5D | 0 | 0 | 10D | 63 | 35 |
| Octal | 204 | 21 | 376 | 60 | 135 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000100 | 10001 | 11111110 | 110000 | 1011101 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #8411FE
Complementary color
Monochromatic Colors of #8411FE
Black with #8411FE
Text Example
Text Example
White with #8411FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8411FE; }
p { color: rgb(132,17,254); }
H1.HeaderClassName
{
color: #8411FE;
}
.AnyTagClassName
{
color: #8411FE;
}
</style>
background-color css
<style>
a { background-color: #8411FE; }
a { background-color: rgb(132,17,254); }
div.DivClassName
{
background-color: #8411FE;
}
.BgClassName
{
background-color: #8411FE;
}
</style>
border-color css
<style>
span { border-color: #8411FE; }
span { border-color: rgb(132,17,254); }
td.TdClassName
{
border-color: #8411FE;
}
.TagClassName
{
border-color: #8411FE;
}
</style>