Shades of Electric Indigo #8007FA
Tints of Electric Indigo #8007FA
RGB
CMYK
RGB Variations
Color information
#8007FA (or 0x8007FA) is known color: Electric Indigo. HEX triplet: 80, 07 and FA. RGB value is (128,7,250). Sum of RGB (Red+Green+Blue) = 128+7+250=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #8007FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8007FA is #7FF805. Grayscale: #464646. Windows color (decimal): -8386566 or 16385920. OLE color: 16385920.
HSL color Cylindrical-coordinate representation of color #8007FA: hue angle of 269.88º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8007FA is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 7 | 250 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.02 |
| HSL | 269.88º | 0.96% | 0.5% | - |
| HSV(B) | 269.88º | 0.97% | 0.98% | - |
| XYZ | 26.23 | 11.64 | 91.31 | - |
| YUV | 70.88 | 229.09 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 250 | 0.49 | 0.97 | 0 | 0.02 | 269.88 | 0.96 | 0.5 |
| Hex | 80 | 7 | FA | 31 | 61 | 0 | 2 | 10E | 60 | 32 |
| Octal | 200 | 7 | 372 | 61 | 141 | 0 | 2 | 416 | 140 | 62 |
| Binary | 10000000 | 111 | 11111010 | 110001 | 1100001 | 0 | 10 | 100001110 | 1100000 | 110010 |
Color Harmonies of #8007FA
Complementary color
Monochromatic Colors of #8007FA
Black with #8007FA
Text Example
Text Example
White with #8007FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8007FA; }
p { color: rgb(128,7,250); }
H1.HeaderClassName
{
color: #8007FA;
}
.AnyTagClassName
{
color: #8007FA;
}
</style>
background-color css
<style>
a { background-color: #8007FA; }
a { background-color: rgb(128,7,250); }
div.DivClassName
{
background-color: #8007FA;
}
.BgClassName
{
background-color: #8007FA;
}
</style>
border-color css
<style>
span { border-color: #8007FA; }
span { border-color: rgb(128,7,250); }
td.TdClassName
{
border-color: #8007FA;
}
.TagClassName
{
border-color: #8007FA;
}
</style>