Shades of Electric Indigo #870BFF
Tints of Electric Indigo #870BFF
RGB
CMYK
RGB Variations
Color information
#870BFF (or 0x870BFF) is known color: Electric Indigo. HEX triplet: 87, 0B and FF. RGB value is (135,11,255). Sum of RGB (Red+Green+Blue) = 135+11+255=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #870BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870BFF is #78F400. Grayscale: #4B4B4B. Windows color (decimal): -7926785 or 16714631. OLE color: 16714631.
HSL color Cylindrical-coordinate representation of color #870BFF: hue angle of 270.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870BFF is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 11 | 255 | - |
| CMYK | 0.47 | 0.96 | 0 | 0 |
| HSL | 270.49º | 1% | 0.52% | - |
| HSV(B) | 270.49º | 0.96% | 1% | - |
| XYZ | 28.16 | 12.61 | 95.56 | - |
| YUV | 75.89 | 229.08 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 255 | 0.47 | 0.96 | 0 | 0 | 270.49 | 1 | 0.52 |
| Hex | 87 | B | FF | 2F | 60 | 0 | 0 | 10E | 64 | 34 |
| Octal | 207 | 13 | 377 | 57 | 140 | 0 | 0 | 416 | 144 | 64 |
| Binary | 10000111 | 1011 | 11111111 | 101111 | 1100000 | 0 | 0 | 100001110 | 1100100 | 110100 |
Color Harmonies of #870BFF
Complementary color
Monochromatic Colors of #870BFF
Black with #870BFF
Text Example
Text Example
White with #870BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870BFF; }
p { color: rgb(135,11,255); }
H1.HeaderClassName
{
color: #870BFF;
}
.AnyTagClassName
{
color: #870BFF;
}
</style>
background-color css
<style>
a { background-color: #870BFF; }
a { background-color: rgb(135,11,255); }
div.DivClassName
{
background-color: #870BFF;
}
.BgClassName
{
background-color: #870BFF;
}
</style>
border-color css
<style>
span { border-color: #870BFF; }
span { border-color: rgb(135,11,255); }
td.TdClassName
{
border-color: #870BFF;
}
.TagClassName
{
border-color: #870BFF;
}
</style>