Shades of Electric Indigo #8212FA
Tints of Electric Indigo #8212FA
RGB
CMYK
RGB Variations
Color information
#8212FA (or 0x8212FA) is known color: Electric Indigo. HEX triplet: 82, 12 and FA. RGB value is (130,18,250). Sum of RGB (Red+Green+Blue) = 130+18+250=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #8212FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8212FA is #7DED05. Grayscale: #4D4D4D. Windows color (decimal): -8252678 or 16388738. OLE color: 16388738.
HSL color Cylindrical-coordinate representation of color #8212FA: hue angle of 268.97º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8212FA is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 18 | 250 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.02 |
| HSL | 268.97º | 0.96% | 0.53% | - |
| HSV(B) | 268.97º | 0.93% | 0.98% | - |
| XYZ | 26.68 | 12.08 | 91.37 | - |
| YUV | 77.94 | 225.11 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 250 | 0.48 | 0.93 | 0 | 0.02 | 268.97 | 0.96 | 0.53 |
| Hex | 82 | 12 | FA | 30 | 5D | 0 | 2 | 10D | 60 | 35 |
| Octal | 202 | 22 | 372 | 60 | 135 | 0 | 2 | 415 | 140 | 65 |
| Binary | 10000010 | 10010 | 11111010 | 110000 | 1011101 | 0 | 10 | 100001101 | 1100000 | 110101 |
Color Harmonies of #8212FA
Complementary color
Monochromatic Colors of #8212FA
Black with #8212FA
Text Example
Text Example
White with #8212FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8212FA; }
p { color: rgb(130,18,250); }
H1.HeaderClassName
{
color: #8212FA;
}
.AnyTagClassName
{
color: #8212FA;
}
</style>
background-color css
<style>
a { background-color: #8212FA; }
a { background-color: rgb(130,18,250); }
div.DivClassName
{
background-color: #8212FA;
}
.BgClassName
{
background-color: #8212FA;
}
</style>
border-color css
<style>
span { border-color: #8212FA; }
span { border-color: rgb(130,18,250); }
td.TdClassName
{
border-color: #8212FA;
}
.TagClassName
{
border-color: #8212FA;
}
</style>