Shades of Electric Indigo #820EFE
Tints of Electric Indigo #820EFE
RGB
CMYK
RGB Variations
Color information
#820EFE (or 0x820EFE) is known color: Electric Indigo. HEX triplet: 82, 0E and FE. RGB value is (130,14,254). Sum of RGB (Red+Green+Blue) = 130+14+254=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #820EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820EFE is #7DF101. Grayscale: #4B4B4B. Windows color (decimal): -8253698 or 16649858. OLE color: 16649858.
HSL color Cylindrical-coordinate representation of color #820EFE: hue angle of 269º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820EFE is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 14 | 254 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.00 |
| HSL | 269º | 0.99% | 0.53% | - |
| HSV(B) | 269º | 0.94% | 1% | - |
| XYZ | 27.25 | 12.22 | 94.69 | - |
| YUV | 76.04 | 228.43 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 254 | 0.49 | 0.94 | 0 | 0.00 | 269 | 0.99 | 0.53 |
| Hex | 82 | E | FE | 31 | 5E | 0 | 0 | 10D | 63 | 35 |
| Octal | 202 | 16 | 376 | 61 | 136 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000010 | 1110 | 11111110 | 110001 | 1011110 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #820EFE
Complementary color
Monochromatic Colors of #820EFE
Black with #820EFE
Text Example
Text Example
White with #820EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EFE; }
p { color: rgb(130,14,254); }
H1.HeaderClassName
{
color: #820EFE;
}
.AnyTagClassName
{
color: #820EFE;
}
</style>
background-color css
<style>
a { background-color: #820EFE; }
a { background-color: rgb(130,14,254); }
div.DivClassName
{
background-color: #820EFE;
}
.BgClassName
{
background-color: #820EFE;
}
</style>
border-color css
<style>
span { border-color: #820EFE; }
span { border-color: rgb(130,14,254); }
td.TdClassName
{
border-color: #820EFE;
}
.TagClassName
{
border-color: #820EFE;
}
</style>