Shades of Electric Indigo #860DFF
Tints of Electric Indigo #860DFF
RGB
CMYK
RGB Variations
Color information
#860DFF (or 0x860DFF) is known color: Electric Indigo. HEX triplet: 86, 0D and FF. RGB value is (134,13,255). Sum of RGB (Red+Green+Blue) = 134+13+255=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #860DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860DFF is #79F200. Grayscale: #4B4B4B. Windows color (decimal): -7991809 or 16715142. OLE color: 16715142.
HSL color Cylindrical-coordinate representation of color #860DFF: hue angle of 270º 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 #860DFF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 13 | 255 | - |
| CMYK | 0.47 | 0.95 | 0 | 0 |
| HSL | 270º | 1% | 0.53% | - |
| HSV(B) | 270º | 0.95% | 1% | - |
| XYZ | 28.03 | 12.58 | 95.56 | - |
| YUV | 76.77 | 228.59 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 255 | 0.47 | 0.95 | 0 | 0 | 270 | 1 | 0.53 |
| Hex | 86 | D | FF | 2F | 5F | 0 | 0 | 10E | 64 | 35 |
| Octal | 206 | 15 | 377 | 57 | 137 | 0 | 0 | 416 | 144 | 65 |
| Binary | 10000110 | 1101 | 11111111 | 101111 | 1011111 | 0 | 0 | 100001110 | 1100100 | 110101 |
Color Harmonies of #860DFF
Complementary color
Monochromatic Colors of #860DFF
Black with #860DFF
Text Example
Text Example
White with #860DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860DFF; }
p { color: rgb(134,13,255); }
H1.HeaderClassName
{
color: #860DFF;
}
.AnyTagClassName
{
color: #860DFF;
}
</style>
background-color css
<style>
a { background-color: #860DFF; }
a { background-color: rgb(134,13,255); }
div.DivClassName
{
background-color: #860DFF;
}
.BgClassName
{
background-color: #860DFF;
}
</style>
border-color css
<style>
span { border-color: #860DFF; }
span { border-color: rgb(134,13,255); }
td.TdClassName
{
border-color: #860DFF;
}
.TagClassName
{
border-color: #860DFF;
}
</style>