Shades of Electric Indigo #800EF2
Tints of Electric Indigo #800EF2
RGB
CMYK
RGB Variations
Color information
#800EF2 (or 0x800EF2) is known color: Electric Indigo. HEX triplet: 80, 0E and F2. RGB value is (128,14,242). Sum of RGB (Red+Green+Blue) = 128+14+242=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #800EF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800EF2 is #7FF10D. Grayscale: #494949. Windows color (decimal): -8384782 or 15863424. OLE color: 15863424.
HSL color Cylindrical-coordinate representation of color #800EF2: hue angle of 270º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EF2 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 14 | 242 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.05 |
| HSL | 270º | 0.9% | 0.5% | - |
| HSV(B) | 270º | 0.94% | 0.95% | - |
| XYZ | 25.09 | 11.31 | 84.87 | - |
| YUV | 74.08 | 222.77 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 242 | 0.47 | 0.94 | 0 | 0.05 | 270 | 0.9 | 0.5 |
| Hex | 80 | E | F2 | 2F | 5E | 0 | 5 | 10E | 5A | 32 |
| Octal | 200 | 16 | 362 | 57 | 136 | 0 | 5 | 416 | 132 | 62 |
| Binary | 10000000 | 1110 | 11110010 | 101111 | 1011110 | 0 | 101 | 100001110 | 1011010 | 110010 |
Color Harmonies of #800EF2
Complementary color
Monochromatic Colors of #800EF2
Black with #800EF2
Text Example
Text Example
White with #800EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EF2; }
p { color: rgb(128,14,242); }
H1.HeaderClassName
{
color: #800EF2;
}
.AnyTagClassName
{
color: #800EF2;
}
</style>
background-color css
<style>
a { background-color: #800EF2; }
a { background-color: rgb(128,14,242); }
div.DivClassName
{
background-color: #800EF2;
}
.BgClassName
{
background-color: #800EF2;
}
</style>
border-color css
<style>
span { border-color: #800EF2; }
span { border-color: rgb(128,14,242); }
td.TdClassName
{
border-color: #800EF2;
}
.TagClassName
{
border-color: #800EF2;
}
</style>