Shades of Electric Indigo #8007FF
Tints of Electric Indigo #8007FF
RGB
CMYK
RGB Variations
Color information
#8007FF (or 0x8007FF) is known color: Electric Indigo. HEX triplet: 80, 07 and FF. RGB value is (128,7,255). Sum of RGB (Red+Green+Blue) = 128+7+255=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #8007FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8007FF is #7FF800. Grayscale: #464646. Windows color (decimal): -8386561 or 16713600. OLE color: 16713600.
HSL color Cylindrical-coordinate representation of color #8007FF: hue angle of 269.27º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8007FF is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 7 | 255 | - |
| CMYK | 0.50 | 0.97 | 0 | 0 |
| HSL | 269.27º | 1% | 0.51% | - |
| HSV(B) | 269.27º | 0.97% | 1% | - |
| XYZ | 27.03 | 11.96 | 95.49 | - |
| YUV | 71.45 | 231.59 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 255 | 0.50 | 0.97 | 0 | 0 | 269.27 | 1 | 0.51 |
| Hex | 80 | 7 | FF | 32 | 61 | 0 | 0 | 10D | 64 | 33 |
| Octal | 200 | 7 | 377 | 62 | 141 | 0 | 0 | 415 | 144 | 63 |
| Binary | 10000000 | 111 | 11111111 | 110010 | 1100001 | 0 | 0 | 100001101 | 1100100 | 110011 |
Color Harmonies of #8007FF
Complementary color
Monochromatic Colors of #8007FF
Black with #8007FF
Text Example
Text Example
White with #8007FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8007FF; }
p { color: rgb(128,7,255); }
H1.HeaderClassName
{
color: #8007FF;
}
.AnyTagClassName
{
color: #8007FF;
}
</style>
background-color css
<style>
a { background-color: #8007FF; }
a { background-color: rgb(128,7,255); }
div.DivClassName
{
background-color: #8007FF;
}
.BgClassName
{
background-color: #8007FF;
}
</style>
border-color css
<style>
span { border-color: #8007FF; }
span { border-color: rgb(128,7,255); }
td.TdClassName
{
border-color: #8007FF;
}
.TagClassName
{
border-color: #8007FF;
}
</style>