Shades of Electric Indigo #800FF2
Tints of Electric Indigo #800FF2
RGB
CMYK
RGB Variations
Color information
#800FF2 (or 0x800FF2) is known color: Electric Indigo. HEX triplet: 80, 0F and F2. RGB value is (128,15,242). Sum of RGB (Red+Green+Blue) = 128+15+242=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #800FF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800FF2 is #7FF00D. Grayscale: #494949. Windows color (decimal): -8384526 or 15863680. OLE color: 15863680.
HSL color Cylindrical-coordinate representation of color #800FF2: hue angle of 269.87º 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 #800FF2 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 15 | 242 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.05 |
| HSL | 269.87º | 0.9% | 0.5% | - |
| HSV(B) | 269.87º | 0.94% | 0.95% | - |
| XYZ | 25.1 | 11.34 | 84.87 | - |
| YUV | 74.67 | 222.44 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 242 | 0.47 | 0.94 | 0 | 0.05 | 269.87 | 0.9 | 0.5 |
| Hex | 80 | F | F2 | 2F | 5E | 0 | 5 | 10E | 5A | 32 |
| Octal | 200 | 17 | 362 | 57 | 136 | 0 | 5 | 416 | 132 | 62 |
| Binary | 10000000 | 1111 | 11110010 | 101111 | 1011110 | 0 | 101 | 100001110 | 1011010 | 110010 |
Color Harmonies of #800FF2
Complementary color
Monochromatic Colors of #800FF2
Black with #800FF2
Text Example
Text Example
White with #800FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FF2; }
p { color: rgb(128,15,242); }
H1.HeaderClassName
{
color: #800FF2;
}
.AnyTagClassName
{
color: #800FF2;
}
</style>
background-color css
<style>
a { background-color: #800FF2; }
a { background-color: rgb(128,15,242); }
div.DivClassName
{
background-color: #800FF2;
}
.BgClassName
{
background-color: #800FF2;
}
</style>
border-color css
<style>
span { border-color: #800FF2; }
span { border-color: rgb(128,15,242); }
td.TdClassName
{
border-color: #800FF2;
}
.TagClassName
{
border-color: #800FF2;
}
</style>