Shades of Electric Indigo #8413FF
Tints of Electric Indigo #8413FF
RGB
CMYK
RGB Variations
Color information
#8413FF (or 0x8413FF) is known color: Electric Indigo. HEX triplet: 84, 13 and FF. RGB value is (132,19,255). Sum of RGB (Red+Green+Blue) = 132+19+255=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #8413FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8413FF is #7BEC00. Grayscale: #4E4E4E. Windows color (decimal): -8121345 or 16716676. OLE color: 16716676.
HSL color Cylindrical-coordinate representation of color #8413FF: hue angle of 268.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8413FF is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 19 | 255 | - |
| CMYK | 0.48 | 0.93 | 0 | 0 |
| HSL | 268.73º | 1% | 0.54% | - |
| HSV(B) | 268.73º | 0.93% | 1% | - |
| XYZ | 27.8 | 12.59 | 95.57 | - |
| YUV | 79.69 | 226.94 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 255 | 0.48 | 0.93 | 0 | 0 | 268.73 | 1 | 0.54 |
| Hex | 84 | 13 | FF | 30 | 5D | 0 | 0 | 10D | 64 | 36 |
| Octal | 204 | 23 | 377 | 60 | 135 | 0 | 0 | 415 | 144 | 66 |
| Binary | 10000100 | 10011 | 11111111 | 110000 | 1011101 | 0 | 0 | 100001101 | 1100100 | 110110 |
Color Harmonies of #8413FF
Complementary color
Monochromatic Colors of #8413FF
Black with #8413FF
Text Example
Text Example
White with #8413FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8413FF; }
p { color: rgb(132,19,255); }
H1.HeaderClassName
{
color: #8413FF;
}
.AnyTagClassName
{
color: #8413FF;
}
</style>
background-color css
<style>
a { background-color: #8413FF; }
a { background-color: rgb(132,19,255); }
div.DivClassName
{
background-color: #8413FF;
}
.BgClassName
{
background-color: #8413FF;
}
</style>
border-color css
<style>
span { border-color: #8413FF; }
span { border-color: rgb(132,19,255); }
td.TdClassName
{
border-color: #8413FF;
}
.TagClassName
{
border-color: #8413FF;
}
</style>