Shades of Electric Indigo #8701FF
Tints of Electric Indigo #8701FF
RGB
CMYK
RGB Variations
Color information
#8701FF (or 0x8701FF) is known color: Electric Indigo. HEX triplet: 87, 01 and FF. RGB value is (135,1,255). Sum of RGB (Red+Green+Blue) = 135+1+255=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #8701FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8701FF is #78FE00. Grayscale: #454545. Windows color (decimal): -7929345 or 16712071. OLE color: 16712071.
HSL color Cylindrical-coordinate representation of color #8701FF: hue angle of 271.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8701FF is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 1 | 255 | - |
| CMYK | 0.47 | 1.00 | 0 | 0 |
| HSL | 271.65º | 1% | 0.5% | - |
| HSV(B) | 271.65º | 1% | 1% | - |
| XYZ | 28.05 | 12.39 | 95.52 | - |
| YUV | 70.02 | 232.39 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 255 | 0.47 | 1.00 | 0 | 0 | 271.65 | 1 | 0.5 |
| Hex | 87 | 1 | FF | 2F | 64 | 0 | 0 | 110 | 64 | 32 |
| Octal | 207 | 1 | 377 | 57 | 144 | 0 | 0 | 420 | 144 | 62 |
| Binary | 10000111 | 1 | 11111111 | 101111 | 1100100 | 0 | 0 | 100010000 | 1100100 | 110010 |
Color Harmonies of #8701FF
Complementary color
Monochromatic Colors of #8701FF
Black with #8701FF
Text Example
Text Example
White with #8701FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8701FF; }
p { color: rgb(135,1,255); }
H1.HeaderClassName
{
color: #8701FF;
}
.AnyTagClassName
{
color: #8701FF;
}
</style>
background-color css
<style>
a { background-color: #8701FF; }
a { background-color: rgb(135,1,255); }
div.DivClassName
{
background-color: #8701FF;
}
.BgClassName
{
background-color: #8701FF;
}
</style>
border-color css
<style>
span { border-color: #8701FF; }
span { border-color: rgb(135,1,255); }
td.TdClassName
{
border-color: #8701FF;
}
.TagClassName
{
border-color: #8701FF;
}
</style>