Shades of Electric Indigo #870EFF
Tints of Electric Indigo #870EFF
RGB
CMYK
RGB Variations
Color information
#870EFF (or 0x870EFF) is known color: Electric Indigo. HEX triplet: 87, 0E and FF. RGB value is (135,14,255). Sum of RGB (Red+Green+Blue) = 135+14+255=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #870EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870EFF is #78F100. Grayscale: #4C4C4C. Windows color (decimal): -7926017 or 16715399. OLE color: 16715399.
HSL color Cylindrical-coordinate representation of color #870EFF: hue angle of 270.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870EFF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 14 | 255 | - |
| CMYK | 0.47 | 0.95 | 0 | 0 |
| HSL | 270.12º | 1% | 0.53% | - |
| HSV(B) | 270.12º | 0.95% | 1% | - |
| XYZ | 28.2 | 12.68 | 95.57 | - |
| YUV | 77.65 | 228.09 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 255 | 0.47 | 0.95 | 0 | 0 | 270.12 | 1 | 0.53 |
| Hex | 87 | E | FF | 2F | 5F | 0 | 0 | 10E | 64 | 35 |
| Octal | 207 | 16 | 377 | 57 | 137 | 0 | 0 | 416 | 144 | 65 |
| Binary | 10000111 | 1110 | 11111111 | 101111 | 1011111 | 0 | 0 | 100001110 | 1100100 | 110101 |
Color Harmonies of #870EFF
Complementary color
Monochromatic Colors of #870EFF
Black with #870EFF
Text Example
Text Example
White with #870EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870EFF; }
p { color: rgb(135,14,255); }
H1.HeaderClassName
{
color: #870EFF;
}
.AnyTagClassName
{
color: #870EFF;
}
</style>
background-color css
<style>
a { background-color: #870EFF; }
a { background-color: rgb(135,14,255); }
div.DivClassName
{
background-color: #870EFF;
}
.BgClassName
{
background-color: #870EFF;
}
</style>
border-color css
<style>
span { border-color: #870EFF; }
span { border-color: rgb(135,14,255); }
td.TdClassName
{
border-color: #870EFF;
}
.TagClassName
{
border-color: #870EFF;
}
</style>