Shades of Electric Indigo #820EFB
Tints of Electric Indigo #820EFB
RGB
CMYK
RGB Variations
Color information
#820EFB (or 0x820EFB) is known color: Electric Indigo. HEX triplet: 82, 0E and FB. RGB value is (130,14,251). Sum of RGB (Red+Green+Blue) = 130+14+251=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #820EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820EFB is #7DF104. Grayscale: #4A4A4A. Windows color (decimal): -8253701 or 16453250. OLE color: 16453250.
HSL color Cylindrical-coordinate representation of color #820EFB: hue angle of 269.37º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820EFB is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 14 | 251 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.02 |
| HSL | 269.37º | 0.97% | 0.52% | - |
| HSV(B) | 269.37º | 0.94% | 0.98% | - |
| XYZ | 26.78 | 12.02 | 92.18 | - |
| YUV | 75.7 | 226.93 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 251 | 0.48 | 0.94 | 0 | 0.02 | 269.37 | 0.97 | 0.52 |
| Hex | 82 | E | FB | 30 | 5E | 0 | 2 | 10D | 61 | 34 |
| Octal | 202 | 16 | 373 | 60 | 136 | 0 | 2 | 415 | 141 | 64 |
| Binary | 10000010 | 1110 | 11111011 | 110000 | 1011110 | 0 | 10 | 100001101 | 1100001 | 110100 |
Color Harmonies of #820EFB
Complementary color
Monochromatic Colors of #820EFB
Black with #820EFB
Text Example
Text Example
White with #820EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EFB; }
p { color: rgb(130,14,251); }
H1.HeaderClassName
{
color: #820EFB;
}
.AnyTagClassName
{
color: #820EFB;
}
</style>
background-color css
<style>
a { background-color: #820EFB; }
a { background-color: rgb(130,14,251); }
div.DivClassName
{
background-color: #820EFB;
}
.BgClassName
{
background-color: #820EFB;
}
</style>
border-color css
<style>
span { border-color: #820EFB; }
span { border-color: rgb(130,14,251); }
td.TdClassName
{
border-color: #820EFB;
}
.TagClassName
{
border-color: #820EFB;
}
</style>