Shades of Electric Indigo #820CF8
Tints of Electric Indigo #820CF8
RGB
CMYK
RGB Variations
Color information
#820CF8 (or 0x820CF8) is known color: Electric Indigo. HEX triplet: 82, 0C and F8. RGB value is (130,12,248). Sum of RGB (Red+Green+Blue) = 130+12+248=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #820CF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820CF8 is #7DF307. Grayscale: #494949. Windows color (decimal): -8254216 or 16256130. OLE color: 16256130.
HSL color Cylindrical-coordinate representation of color #820CF8: hue angle of 270º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820CF8 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 12 | 248 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.03 |
| HSL | 270º | 0.94% | 0.51% | - |
| HSV(B) | 270º | 0.95% | 0.97% | - |
| XYZ | 26.28 | 11.79 | 89.7 | - |
| YUV | 74.19 | 226.09 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 248 | 0.48 | 0.95 | 0 | 0.03 | 270 | 0.94 | 0.51 |
| Hex | 82 | C | F8 | 30 | 5F | 0 | 3 | 10E | 5E | 33 |
| Octal | 202 | 14 | 370 | 60 | 137 | 0 | 3 | 416 | 136 | 63 |
| Binary | 10000010 | 1100 | 11111000 | 110000 | 1011111 | 0 | 11 | 100001110 | 1011110 | 110011 |
Color Harmonies of #820CF8
Complementary color
Monochromatic Colors of #820CF8
Black with #820CF8
Text Example
Text Example
White with #820CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820CF8; }
p { color: rgb(130,12,248); }
H1.HeaderClassName
{
color: #820CF8;
}
.AnyTagClassName
{
color: #820CF8;
}
</style>
background-color css
<style>
a { background-color: #820CF8; }
a { background-color: rgb(130,12,248); }
div.DivClassName
{
background-color: #820CF8;
}
.BgClassName
{
background-color: #820CF8;
}
</style>
border-color css
<style>
span { border-color: #820CF8; }
span { border-color: rgb(130,12,248); }
td.TdClassName
{
border-color: #820CF8;
}
.TagClassName
{
border-color: #820CF8;
}
</style>