Shades of Electric Indigo #860BFF
Tints of Electric Indigo #860BFF
RGB
CMYK
RGB Variations
Color information
#860BFF (or 0x860BFF) is known color: Electric Indigo. HEX triplet: 86, 0B and FF. RGB value is (134,11,255). Sum of RGB (Red+Green+Blue) = 134+11+255=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #860BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860BFF is #79F400. Grayscale: #4A4A4A. Windows color (decimal): -7992321 or 16714630. OLE color: 16714630.
HSL color Cylindrical-coordinate representation of color #860BFF: hue angle of 270.25º 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 #860BFF is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 11 | 255 | - |
| CMYK | 0.47 | 0.96 | 0 | 0 |
| HSL | 270.25º | 1% | 0.52% | - |
| HSV(B) | 270.25º | 0.96% | 1% | - |
| XYZ | 28 | 12.53 | 95.55 | - |
| YUV | 75.59 | 229.25 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 255 | 0.47 | 0.96 | 0 | 0 | 270.25 | 1 | 0.52 |
| Hex | 86 | B | FF | 2F | 60 | 0 | 0 | 10E | 64 | 34 |
| Octal | 206 | 13 | 377 | 57 | 140 | 0 | 0 | 416 | 144 | 64 |
| Binary | 10000110 | 1011 | 11111111 | 101111 | 1100000 | 0 | 0 | 100001110 | 1100100 | 110100 |
Color Harmonies of #860BFF
Complementary color
Monochromatic Colors of #860BFF
Black with #860BFF
Text Example
Text Example
White with #860BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BFF; }
p { color: rgb(134,11,255); }
H1.HeaderClassName
{
color: #860BFF;
}
.AnyTagClassName
{
color: #860BFF;
}
</style>
background-color css
<style>
a { background-color: #860BFF; }
a { background-color: rgb(134,11,255); }
div.DivClassName
{
background-color: #860BFF;
}
.BgClassName
{
background-color: #860BFF;
}
</style>
border-color css
<style>
span { border-color: #860BFF; }
span { border-color: rgb(134,11,255); }
td.TdClassName
{
border-color: #860BFF;
}
.TagClassName
{
border-color: #860BFF;
}
</style>