Shades of Electric Indigo #8206F0
Tints of Electric Indigo #8206F0
RGB
CMYK
RGB Variations
Color information
#8206F0 (or 0x8206F0) is known color: Electric Indigo. HEX triplet: 82, 06 and F0. RGB value is (130,6,240). Sum of RGB (Red+Green+Blue) = 130+6+240=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 240 (94.14% from 255 or 63.83% from 376); Max value from RGB is 240 - color contains mainly: blue. Hex color #8206F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8206F0 is #7DF90F. Grayscale: #444444. Windows color (decimal): -8255760 or 15730306. OLE color: 15730306.
HSL color Cylindrical-coordinate representation of color #8206F0: hue angle of 271.79º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8206F0 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 6 | 240 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.06 |
| HSL | 271.79º | 0.95% | 0.48% | - |
| HSV(B) | 271.79º | 0.98% | 0.94% | - |
| XYZ | 25 | 11.17 | 83.28 | - |
| YUV | 69.75 | 224.08 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 240 | 0.46 | 0.98 | 0 | 0.06 | 271.79 | 0.95 | 0.48 |
| Hex | 82 | 6 | F0 | 2E | 62 | 0 | 6 | 110 | 5F | 30 |
| Octal | 202 | 6 | 360 | 56 | 142 | 0 | 6 | 420 | 137 | 60 |
| Binary | 10000010 | 110 | 11110000 | 101110 | 1100010 | 0 | 110 | 100010000 | 1011111 | 110000 |
Color Harmonies of #8206F0
Complementary color
Monochromatic Colors of #8206F0
Black with #8206F0
Text Example
Text Example
White with #8206F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8206F0; }
p { color: rgb(130,6,240); }
H1.HeaderClassName
{
color: #8206F0;
}
.AnyTagClassName
{
color: #8206F0;
}
</style>
background-color css
<style>
a { background-color: #8206F0; }
a { background-color: rgb(130,6,240); }
div.DivClassName
{
background-color: #8206F0;
}
.BgClassName
{
background-color: #8206F0;
}
</style>
border-color css
<style>
span { border-color: #8206F0; }
span { border-color: rgb(130,6,240); }
td.TdClassName
{
border-color: #8206F0;
}
.TagClassName
{
border-color: #8206F0;
}
</style>