Shades of Electric Indigo #8411FA
Tints of Electric Indigo #8411FA
RGB
CMYK
RGB Variations
Color information
#8411FA (or 0x8411FA) is known color: Electric Indigo. HEX triplet: 84, 11 and FA. RGB value is (132,17,250). Sum of RGB (Red+Green+Blue) = 132+17+250=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #8411FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8411FA is #7BEE05. Grayscale: #4D4D4D. Windows color (decimal): -8121862 or 16388484. OLE color: 16388484.
HSL color Cylindrical-coordinate representation of color #8411FA: hue angle of 269.61º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8411FA is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 17 | 250 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.02 |
| HSL | 269.61º | 0.96% | 0.52% | - |
| HSV(B) | 269.61º | 0.93% | 0.98% | - |
| XYZ | 26.97 | 12.21 | 91.38 | - |
| YUV | 77.95 | 225.1 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 250 | 0.47 | 0.93 | 0 | 0.02 | 269.61 | 0.96 | 0.52 |
| Hex | 84 | 11 | FA | 2F | 5D | 0 | 2 | 10E | 60 | 34 |
| Octal | 204 | 21 | 372 | 57 | 135 | 0 | 2 | 416 | 140 | 64 |
| Binary | 10000100 | 10001 | 11111010 | 101111 | 1011101 | 0 | 10 | 100001110 | 1100000 | 110100 |
Color Harmonies of #8411FA
Complementary color
Monochromatic Colors of #8411FA
Black with #8411FA
Text Example
Text Example
White with #8411FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8411FA; }
p { color: rgb(132,17,250); }
H1.HeaderClassName
{
color: #8411FA;
}
.AnyTagClassName
{
color: #8411FA;
}
</style>
background-color css
<style>
a { background-color: #8411FA; }
a { background-color: rgb(132,17,250); }
div.DivClassName
{
background-color: #8411FA;
}
.BgClassName
{
background-color: #8411FA;
}
</style>
border-color css
<style>
span { border-color: #8411FA; }
span { border-color: rgb(132,17,250); }
td.TdClassName
{
border-color: #8411FA;
}
.TagClassName
{
border-color: #8411FA;
}
</style>