Shades of Electric Indigo #820DFF
Tints of Electric Indigo #820DFF
RGB
CMYK
RGB Variations
Color information
#820DFF (or 0x820DFF) is known color: Electric Indigo. HEX triplet: 82, 0D and FF. RGB value is (130,13,255). Sum of RGB (Red+Green+Blue) = 130+13+255=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #820DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820DFF is #7DF200. Grayscale: #4A4A4A. Windows color (decimal): -8253953 or 16715138. OLE color: 16715138.
HSL color Cylindrical-coordinate representation of color #820DFF: hue angle of 269.01º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820DFF is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 13 | 255 | - |
| CMYK | 0.49 | 0.95 | 0 | 0 |
| HSL | 269.01º | 1% | 0.53% | - |
| HSV(B) | 269.01º | 0.95% | 1% | - |
| XYZ | 27.4 | 12.25 | 95.53 | - |
| YUV | 75.57 | 229.26 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 255 | 0.49 | 0.95 | 0 | 0 | 269.01 | 1 | 0.53 |
| Hex | 82 | D | FF | 31 | 5F | 0 | 0 | 10D | 64 | 35 |
| Octal | 202 | 15 | 377 | 61 | 137 | 0 | 0 | 415 | 144 | 65 |
| Binary | 10000010 | 1101 | 11111111 | 110001 | 1011111 | 0 | 0 | 100001101 | 1100100 | 110101 |
Color Harmonies of #820DFF
Complementary color
Monochromatic Colors of #820DFF
Black with #820DFF
Text Example
Text Example
White with #820DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DFF; }
p { color: rgb(130,13,255); }
H1.HeaderClassName
{
color: #820DFF;
}
.AnyTagClassName
{
color: #820DFF;
}
</style>
background-color css
<style>
a { background-color: #820DFF; }
a { background-color: rgb(130,13,255); }
div.DivClassName
{
background-color: #820DFF;
}
.BgClassName
{
background-color: #820DFF;
}
</style>
border-color css
<style>
span { border-color: #820DFF; }
span { border-color: rgb(130,13,255); }
td.TdClassName
{
border-color: #820DFF;
}
.TagClassName
{
border-color: #820DFF;
}
</style>