Shades of Electric Indigo #860DFB
Tints of Electric Indigo #860DFB
RGB
CMYK
RGB Variations
Color information
#860DFB (or 0x860DFB) is known color: Electric Indigo. HEX triplet: 86, 0D and FB. RGB value is (134,13,251). Sum of RGB (Red+Green+Blue) = 134+13+251=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #860DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860DFB is #79F204. Grayscale: #4B4B4B. Windows color (decimal): -7991813 or 16452998. OLE color: 16452998.
HSL color Cylindrical-coordinate representation of color #860DFB: hue angle of 270.5º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860DFB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 13 | 251 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.02 |
| HSL | 270.5º | 0.97% | 0.52% | - |
| HSV(B) | 270.5º | 0.95% | 0.98% | - |
| XYZ | 27.39 | 12.32 | 92.2 | - |
| YUV | 76.31 | 226.59 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 251 | 0.47 | 0.95 | 0 | 0.02 | 270.5 | 0.97 | 0.52 |
| Hex | 86 | D | FB | 2F | 5F | 0 | 2 | 10F | 61 | 34 |
| Octal | 206 | 15 | 373 | 57 | 137 | 0 | 2 | 417 | 141 | 64 |
| Binary | 10000110 | 1101 | 11111011 | 101111 | 1011111 | 0 | 10 | 100001111 | 1100001 | 110100 |
Color Harmonies of #860DFB
Complementary color
Monochromatic Colors of #860DFB
Black with #860DFB
Text Example
Text Example
White with #860DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860DFB; }
p { color: rgb(134,13,251); }
H1.HeaderClassName
{
color: #860DFB;
}
.AnyTagClassName
{
color: #860DFB;
}
</style>
background-color css
<style>
a { background-color: #860DFB; }
a { background-color: rgb(134,13,251); }
div.DivClassName
{
background-color: #860DFB;
}
.BgClassName
{
background-color: #860DFB;
}
</style>
border-color css
<style>
span { border-color: #860DFB; }
span { border-color: rgb(134,13,251); }
td.TdClassName
{
border-color: #860DFB;
}
.TagClassName
{
border-color: #860DFB;
}
</style>