Shades of Electric Indigo #820AFE
Tints of Electric Indigo #820AFE
RGB
CMYK
RGB Variations
Color information
#820AFE (or 0x820AFE) is known color: Electric Indigo. HEX triplet: 82, 0A and FE. RGB value is (130,10,254). Sum of RGB (Red+Green+Blue) = 130+10+254=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #820AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820AFE is #7DF501. Grayscale: #484848. Windows color (decimal): -8254722 or 16648834. OLE color: 16648834.
HSL color Cylindrical-coordinate representation of color #820AFE: hue angle of 269.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820AFE is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 10 | 254 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.00 |
| HSL | 269.51º | 0.99% | 0.52% | - |
| HSV(B) | 269.51º | 0.96% | 1% | - |
| XYZ | 27.2 | 12.12 | 94.67 | - |
| YUV | 73.7 | 229.76 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 254 | 0.49 | 0.96 | 0 | 0.00 | 269.51 | 0.99 | 0.52 |
| Hex | 82 | A | FE | 31 | 60 | 0 | 0 | 10E | 63 | 34 |
| Octal | 202 | 12 | 376 | 61 | 140 | 0 | 0 | 416 | 143 | 64 |
| Binary | 10000010 | 1010 | 11111110 | 110001 | 1100000 | 0 | 0 | 100001110 | 1100011 | 110100 |
Color Harmonies of #820AFE
Complementary color
Monochromatic Colors of #820AFE
Black with #820AFE
Text Example
Text Example
White with #820AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820AFE; }
p { color: rgb(130,10,254); }
H1.HeaderClassName
{
color: #820AFE;
}
.AnyTagClassName
{
color: #820AFE;
}
</style>
background-color css
<style>
a { background-color: #820AFE; }
a { background-color: rgb(130,10,254); }
div.DivClassName
{
background-color: #820AFE;
}
.BgClassName
{
background-color: #820AFE;
}
</style>
border-color css
<style>
span { border-color: #820AFE; }
span { border-color: rgb(130,10,254); }
td.TdClassName
{
border-color: #820AFE;
}
.TagClassName
{
border-color: #820AFE;
}
</style>