Shades of Electric Indigo #860FFB
Tints of Electric Indigo #860FFB
RGB
CMYK
RGB Variations
Color information
#860FFB (or 0x860FFB) is known color: Electric Indigo. HEX triplet: 86, 0F and FB. RGB value is (134,15,251). Sum of RGB (Red+Green+Blue) = 134+15+251=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #860FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860FFB is #79F004. Grayscale: #4C4C4C. Windows color (decimal): -7991301 or 16453510. OLE color: 16453510.
HSL color Cylindrical-coordinate representation of color #860FFB: hue angle of 270.25º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860FFB is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 15 | 251 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.02 |
| HSL | 270.25º | 0.97% | 0.52% | - |
| HSV(B) | 270.25º | 0.94% | 0.98% | - |
| XYZ | 27.41 | 12.38 | 92.21 | - |
| YUV | 77.49 | 225.92 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 251 | 0.47 | 0.94 | 0 | 0.02 | 270.25 | 0.97 | 0.52 |
| Hex | 86 | F | FB | 2F | 5E | 0 | 2 | 10E | 61 | 34 |
| Octal | 206 | 17 | 373 | 57 | 136 | 0 | 2 | 416 | 141 | 64 |
| Binary | 10000110 | 1111 | 11111011 | 101111 | 1011110 | 0 | 10 | 100001110 | 1100001 | 110100 |
Color Harmonies of #860FFB
Complementary color
Monochromatic Colors of #860FFB
Black with #860FFB
Text Example
Text Example
White with #860FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860FFB; }
p { color: rgb(134,15,251); }
H1.HeaderClassName
{
color: #860FFB;
}
.AnyTagClassName
{
color: #860FFB;
}
</style>
background-color css
<style>
a { background-color: #860FFB; }
a { background-color: rgb(134,15,251); }
div.DivClassName
{
background-color: #860FFB;
}
.BgClassName
{
background-color: #860FFB;
}
</style>
border-color css
<style>
span { border-color: #860FFB; }
span { border-color: rgb(134,15,251); }
td.TdClassName
{
border-color: #860FFB;
}
.TagClassName
{
border-color: #860FFB;
}
</style>