Shades of Electric Indigo #860CFF
Tints of Electric Indigo #860CFF
RGB
CMYK
RGB Variations
Color information
#860CFF (or 0x860CFF) is known color: Electric Indigo. HEX triplet: 86, 0C and FF. RGB value is (134,12,255). Sum of RGB (Red+Green+Blue) = 134+12+255=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 12 (5.08% from 255 or 2.99% 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 #860CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860CFF is #79F300. Grayscale: #4B4B4B. Windows color (decimal): -7992065 or 16714886. OLE color: 16714886.
HSL color Cylindrical-coordinate representation of color #860CFF: hue angle of 270.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860CFF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 12 | 255 | - |
| CMYK | 0.47 | 0.95 | 0 | 0 |
| HSL | 270.12º | 1% | 0.52% | - |
| HSV(B) | 270.12º | 0.95% | 1% | - |
| XYZ | 28.01 | 12.55 | 95.55 | - |
| YUV | 76.18 | 228.92 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 255 | 0.47 | 0.95 | 0 | 0 | 270.12 | 1 | 0.52 |
| Hex | 86 | C | FF | 2F | 5F | 0 | 0 | 10E | 64 | 34 |
| Octal | 206 | 14 | 377 | 57 | 137 | 0 | 0 | 416 | 144 | 64 |
| Binary | 10000110 | 1100 | 11111111 | 101111 | 1011111 | 0 | 0 | 100001110 | 1100100 | 110100 |
Color Harmonies of #860CFF
Complementary color
Monochromatic Colors of #860CFF
Black with #860CFF
Text Example
Text Example
White with #860CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CFF; }
p { color: rgb(134,12,255); }
H1.HeaderClassName
{
color: #860CFF;
}
.AnyTagClassName
{
color: #860CFF;
}
</style>
background-color css
<style>
a { background-color: #860CFF; }
a { background-color: rgb(134,12,255); }
div.DivClassName
{
background-color: #860CFF;
}
.BgClassName
{
background-color: #860CFF;
}
</style>
border-color css
<style>
span { border-color: #860CFF; }
span { border-color: rgb(134,12,255); }
td.TdClassName
{
border-color: #860CFF;
}
.TagClassName
{
border-color: #860CFF;
}
</style>