Shades of Electric Indigo #8410FF
Tints of Electric Indigo #8410FF
RGB
CMYK
RGB Variations
Color information
#8410FF (or 0x8410FF) is known color: Electric Indigo. HEX triplet: 84, 10 and FF. RGB value is (132,16,255). Sum of RGB (Red+Green+Blue) = 132+16+255=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #8410FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8410FF is #7BEF00. Grayscale: #4D4D4D. Windows color (decimal): -8122113 or 16715908. OLE color: 16715908.
HSL color Cylindrical-coordinate representation of color #8410FF: hue angle of 269.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8410FF is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 16 | 255 | - |
| CMYK | 0.48 | 0.94 | 0 | 0 |
| HSL | 269.12º | 1% | 0.53% | - |
| HSV(B) | 269.12º | 0.94% | 1% | - |
| XYZ | 27.75 | 12.5 | 95.56 | - |
| YUV | 77.93 | 227.93 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 255 | 0.48 | 0.94 | 0 | 0 | 269.12 | 1 | 0.53 |
| Hex | 84 | 10 | FF | 30 | 5E | 0 | 0 | 10D | 64 | 35 |
| Octal | 204 | 20 | 377 | 60 | 136 | 0 | 0 | 415 | 144 | 65 |
| Binary | 10000100 | 10000 | 11111111 | 110000 | 1011110 | 0 | 0 | 100001101 | 1100100 | 110101 |
Color Harmonies of #8410FF
Complementary color
Monochromatic Colors of #8410FF
Black with #8410FF
Text Example
Text Example
White with #8410FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8410FF; }
p { color: rgb(132,16,255); }
H1.HeaderClassName
{
color: #8410FF;
}
.AnyTagClassName
{
color: #8410FF;
}
</style>
background-color css
<style>
a { background-color: #8410FF; }
a { background-color: rgb(132,16,255); }
div.DivClassName
{
background-color: #8410FF;
}
.BgClassName
{
background-color: #8410FF;
}
</style>
border-color css
<style>
span { border-color: #8410FF; }
span { border-color: rgb(132,16,255); }
td.TdClassName
{
border-color: #8410FF;
}
.TagClassName
{
border-color: #8410FF;
}
</style>