Shades of Electric Indigo #820CF6
Tints of Electric Indigo #820CF6
RGB
CMYK
RGB Variations
Color information
#820CF6 (or 0x820CF6) is known color: Electric Indigo. HEX triplet: 82, 0C and F6. RGB value is (130,12,246). Sum of RGB (Red+Green+Blue) = 130+12+246=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #820CF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820CF6 is #7DF309. Grayscale: #494949. Windows color (decimal): -8254218 or 16125058. OLE color: 16125058.
HSL color Cylindrical-coordinate representation of color #820CF6: hue angle of 270.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820CF6 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 12 | 246 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.04 |
| HSL | 270.26º | 0.93% | 0.51% | - |
| HSV(B) | 270.26º | 0.95% | 0.96% | - |
| XYZ | 25.97 | 11.66 | 88.07 | - |
| YUV | 73.96 | 225.09 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 246 | 0.47 | 0.95 | 0 | 0.04 | 270.26 | 0.93 | 0.51 |
| Hex | 82 | C | F6 | 2F | 5F | 0 | 4 | 10E | 5D | 33 |
| Octal | 202 | 14 | 366 | 57 | 137 | 0 | 4 | 416 | 135 | 63 |
| Binary | 10000010 | 1100 | 11110110 | 101111 | 1011111 | 0 | 100 | 100001110 | 1011101 | 110011 |
Color Harmonies of #820CF6
Complementary color
Monochromatic Colors of #820CF6
Black with #820CF6
Text Example
Text Example
White with #820CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820CF6; }
p { color: rgb(130,12,246); }
H1.HeaderClassName
{
color: #820CF6;
}
.AnyTagClassName
{
color: #820CF6;
}
</style>
background-color css
<style>
a { background-color: #820CF6; }
a { background-color: rgb(130,12,246); }
div.DivClassName
{
background-color: #820CF6;
}
.BgClassName
{
background-color: #820CF6;
}
</style>
border-color css
<style>
span { border-color: #820CF6; }
span { border-color: rgb(130,12,246); }
td.TdClassName
{
border-color: #820CF6;
}
.TagClassName
{
border-color: #820CF6;
}
</style>