Shades of Electric Indigo #820AFF
Tints of Electric Indigo #820AFF
RGB
CMYK
RGB Variations
Color information
#820AFF (or 0x820AFF) is known color: Electric Indigo. HEX triplet: 82, 0A and FF. RGB value is (130,10,255). Sum of RGB (Red+Green+Blue) = 130+10+255=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #820AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820AFF is #7DF500. Grayscale: #484848. Windows color (decimal): -8254721 or 16714370. OLE color: 16714370.
HSL color Cylindrical-coordinate representation of color #820AFF: hue angle of 269.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820AFF is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 10 | 255 | - |
| CMYK | 0.49 | 0.96 | 0 | 0 |
| HSL | 269.39º | 1% | 0.52% | - |
| HSV(B) | 269.39º | 0.96% | 1% | - |
| XYZ | 27.36 | 12.18 | 95.52 | - |
| YUV | 73.81 | 230.26 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 255 | 0.49 | 0.96 | 0 | 0 | 269.39 | 1 | 0.52 |
| Hex | 82 | A | FF | 31 | 60 | 0 | 0 | 10D | 64 | 34 |
| Octal | 202 | 12 | 377 | 61 | 140 | 0 | 0 | 415 | 144 | 64 |
| Binary | 10000010 | 1010 | 11111111 | 110001 | 1100000 | 0 | 0 | 100001101 | 1100100 | 110100 |
Color Harmonies of #820AFF
Complementary color
Monochromatic Colors of #820AFF
Black with #820AFF
Text Example
Text Example
White with #820AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820AFF; }
p { color: rgb(130,10,255); }
H1.HeaderClassName
{
color: #820AFF;
}
.AnyTagClassName
{
color: #820AFF;
}
</style>
background-color css
<style>
a { background-color: #820AFF; }
a { background-color: rgb(130,10,255); }
div.DivClassName
{
background-color: #820AFF;
}
.BgClassName
{
background-color: #820AFF;
}
</style>
border-color css
<style>
span { border-color: #820AFF; }
span { border-color: rgb(130,10,255); }
td.TdClassName
{
border-color: #820AFF;
}
.TagClassName
{
border-color: #820AFF;
}
</style>