Shades of Electric Indigo #8211FA
Tints of Electric Indigo #8211FA
RGB
CMYK
RGB Variations
Color information
#8211FA (or 0x8211FA) is known color: Electric Indigo. HEX triplet: 82, 11 and FA. RGB value is (130,17,250). Sum of RGB (Red+Green+Blue) = 130+17+250=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #8211FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8211FA is #7DEE05. Grayscale: #4C4C4C. Windows color (decimal): -8252934 or 16388482. OLE color: 16388482.
HSL color Cylindrical-coordinate representation of color #8211FA: hue angle of 269.1º 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 #8211FA is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 17 | 250 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.02 |
| HSL | 269.1º | 0.96% | 0.52% | - |
| HSV(B) | 269.1º | 0.93% | 0.98% | - |
| XYZ | 26.66 | 12.05 | 91.36 | - |
| YUV | 77.35 | 225.44 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 250 | 0.48 | 0.93 | 0 | 0.02 | 269.1 | 0.96 | 0.52 |
| Hex | 82 | 11 | FA | 30 | 5D | 0 | 2 | 10D | 60 | 34 |
| Octal | 202 | 21 | 372 | 60 | 135 | 0 | 2 | 415 | 140 | 64 |
| Binary | 10000010 | 10001 | 11111010 | 110000 | 1011101 | 0 | 10 | 100001101 | 1100000 | 110100 |
Color Harmonies of #8211FA
Complementary color
Monochromatic Colors of #8211FA
Black with #8211FA
Text Example
Text Example
White with #8211FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211FA; }
p { color: rgb(130,17,250); }
H1.HeaderClassName
{
color: #8211FA;
}
.AnyTagClassName
{
color: #8211FA;
}
</style>
background-color css
<style>
a { background-color: #8211FA; }
a { background-color: rgb(130,17,250); }
div.DivClassName
{
background-color: #8211FA;
}
.BgClassName
{
background-color: #8211FA;
}
</style>
border-color css
<style>
span { border-color: #8211FA; }
span { border-color: rgb(130,17,250); }
td.TdClassName
{
border-color: #8211FA;
}
.TagClassName
{
border-color: #8211FA;
}
</style>