Shades of Electric Indigo #820FF8
Tints of Electric Indigo #820FF8
RGB
CMYK
RGB Variations
Color information
#820FF8 (or 0x820FF8) is known color: Electric Indigo. HEX triplet: 82, 0F and F8. RGB value is (130,15,248). Sum of RGB (Red+Green+Blue) = 130+15+248=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #820FF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820FF8 is #7DF007. Grayscale: #4B4B4B. Windows color (decimal): -8253448 or 16256898. OLE color: 16256898.
HSL color Cylindrical-coordinate representation of color #820FF8: hue angle of 269.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820FF8 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 15 | 248 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.03 |
| HSL | 269.61º | 0.94% | 0.52% | - |
| HSV(B) | 269.61º | 0.94% | 0.97% | - |
| XYZ | 26.32 | 11.86 | 89.71 | - |
| YUV | 75.95 | 225.1 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 248 | 0.48 | 0.94 | 0 | 0.03 | 269.61 | 0.94 | 0.52 |
| Hex | 82 | F | F8 | 30 | 5E | 0 | 3 | 10E | 5E | 34 |
| Octal | 202 | 17 | 370 | 60 | 136 | 0 | 3 | 416 | 136 | 64 |
| Binary | 10000010 | 1111 | 11111000 | 110000 | 1011110 | 0 | 11 | 100001110 | 1011110 | 110100 |
Color Harmonies of #820FF8
Complementary color
Monochromatic Colors of #820FF8
Black with #820FF8
Text Example
Text Example
White with #820FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FF8; }
p { color: rgb(130,15,248); }
H1.HeaderClassName
{
color: #820FF8;
}
.AnyTagClassName
{
color: #820FF8;
}
</style>
background-color css
<style>
a { background-color: #820FF8; }
a { background-color: rgb(130,15,248); }
div.DivClassName
{
background-color: #820FF8;
}
.BgClassName
{
background-color: #820FF8;
}
</style>
border-color css
<style>
span { border-color: #820FF8; }
span { border-color: rgb(130,15,248); }
td.TdClassName
{
border-color: #820FF8;
}
.TagClassName
{
border-color: #820FF8;
}
</style>