Shades of Electric Indigo #8007F2
Tints of Electric Indigo #8007F2
RGB
CMYK
RGB Variations
Color information
#8007F2 (or 0x8007F2) is known color: Electric Indigo. HEX triplet: 80, 07 and F2. RGB value is (128,7,242). Sum of RGB (Red+Green+Blue) = 128+7+242=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #8007F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8007F2 is #7FF80D. Grayscale: #454545. Windows color (decimal): -8386574 or 15861632. OLE color: 15861632.
HSL color Cylindrical-coordinate representation of color #8007F2: hue angle of 270.89º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8007F2 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 7 | 242 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.05 |
| HSL | 270.89º | 0.94% | 0.49% | - |
| HSV(B) | 270.89º | 0.97% | 0.95% | - |
| XYZ | 25.01 | 11.15 | 84.84 | - |
| YUV | 69.97 | 225.09 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 242 | 0.47 | 0.97 | 0 | 0.05 | 270.89 | 0.94 | 0.49 |
| Hex | 80 | 7 | F2 | 2F | 61 | 0 | 5 | 10F | 5E | 31 |
| Octal | 200 | 7 | 362 | 57 | 141 | 0 | 5 | 417 | 136 | 61 |
| Binary | 10000000 | 111 | 11110010 | 101111 | 1100001 | 0 | 101 | 100001111 | 1011110 | 110001 |
Color Harmonies of #8007F2
Complementary color
Monochromatic Colors of #8007F2
Black with #8007F2
Text Example
Text Example
White with #8007F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8007F2; }
p { color: rgb(128,7,242); }
H1.HeaderClassName
{
color: #8007F2;
}
.AnyTagClassName
{
color: #8007F2;
}
</style>
background-color css
<style>
a { background-color: #8007F2; }
a { background-color: rgb(128,7,242); }
div.DivClassName
{
background-color: #8007F2;
}
.BgClassName
{
background-color: #8007F2;
}
</style>
border-color css
<style>
span { border-color: #8007F2; }
span { border-color: rgb(128,7,242); }
td.TdClassName
{
border-color: #8007F2;
}
.TagClassName
{
border-color: #8007F2;
}
</style>