Shades of Electric Indigo #860CFA
Tints of Electric Indigo #860CFA
RGB
CMYK
RGB Variations
Color information
#860CFA (or 0x860CFA) is known color: Electric Indigo. HEX triplet: 86, 0C and FA. RGB value is (134,12,250). Sum of RGB (Red+Green+Blue) = 134+12+250=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #860CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860CFA is #79F305. Grayscale: #4A4A4A. Windows color (decimal): -7992070 or 16387206. OLE color: 16387206.
HSL color Cylindrical-coordinate representation of color #860CFA: hue angle of 270.76º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860CFA is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 12 | 250 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.02 |
| HSL | 270.76º | 0.96% | 0.51% | - |
| HSV(B) | 270.76º | 0.95% | 0.98% | - |
| XYZ | 27.22 | 12.23 | 91.37 | - |
| YUV | 75.61 | 226.42 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 250 | 0.46 | 0.95 | 0 | 0.02 | 270.76 | 0.96 | 0.51 |
| Hex | 86 | C | FA | 2E | 5F | 0 | 2 | 10F | 60 | 33 |
| Octal | 206 | 14 | 372 | 56 | 137 | 0 | 2 | 417 | 140 | 63 |
| Binary | 10000110 | 1100 | 11111010 | 101110 | 1011111 | 0 | 10 | 100001111 | 1100000 | 110011 |
Color Harmonies of #860CFA
Complementary color
Monochromatic Colors of #860CFA
Black with #860CFA
Text Example
Text Example
White with #860CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CFA; }
p { color: rgb(134,12,250); }
H1.HeaderClassName
{
color: #860CFA;
}
.AnyTagClassName
{
color: #860CFA;
}
</style>
background-color css
<style>
a { background-color: #860CFA; }
a { background-color: rgb(134,12,250); }
div.DivClassName
{
background-color: #860CFA;
}
.BgClassName
{
background-color: #860CFA;
}
</style>
border-color css
<style>
span { border-color: #860CFA; }
span { border-color: rgb(134,12,250); }
td.TdClassName
{
border-color: #860CFA;
}
.TagClassName
{
border-color: #860CFA;
}
</style>