Shades of Electric Indigo #8006EC
Tints of Electric Indigo #8006EC
RGB
CMYK
RGB Variations
Color information
#8006EC (or 0x8006EC) is known color: Electric Indigo. HEX triplet: 80, 06 and EC. RGB value is (128,6,236). Sum of RGB (Red+Green+Blue) = 128+6+236=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #8006EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8006EC is #7FF913. Grayscale: #434343. Windows color (decimal): -8386836 or 15468160. OLE color: 15468160.
HSL color Cylindrical-coordinate representation of color #8006EC: hue angle of 271.83º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8006EC is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 6 | 236 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.07 |
| HSL | 271.83º | 0.95% | 0.47% | - |
| HSV(B) | 271.83º | 0.97% | 0.93% | - |
| XYZ | 24.11 | 10.78 | 80.17 | - |
| YUV | 68.7 | 222.42 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 236 | 0.46 | 0.97 | 0 | 0.07 | 271.83 | 0.95 | 0.47 |
| Hex | 80 | 6 | EC | 2E | 61 | 0 | 7 | 110 | 5F | 2F |
| Octal | 200 | 6 | 354 | 56 | 141 | 0 | 7 | 420 | 137 | 57 |
| Binary | 10000000 | 110 | 11101100 | 101110 | 1100001 | 0 | 111 | 100010000 | 1011111 | 101111 |
Color Harmonies of #8006EC
Complementary color
Monochromatic Colors of #8006EC
Black with #8006EC
Text Example
Text Example
White with #8006EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8006EC; }
p { color: rgb(128,6,236); }
H1.HeaderClassName
{
color: #8006EC;
}
.AnyTagClassName
{
color: #8006EC;
}
</style>
background-color css
<style>
a { background-color: #8006EC; }
a { background-color: rgb(128,6,236); }
div.DivClassName
{
background-color: #8006EC;
}
.BgClassName
{
background-color: #8006EC;
}
</style>
border-color css
<style>
span { border-color: #8006EC; }
span { border-color: rgb(128,6,236); }
td.TdClassName
{
border-color: #8006EC;
}
.TagClassName
{
border-color: #8006EC;
}
</style>