Shades of Electric Indigo #770EE6
Tints of Electric Indigo #770EE6
RGB
CMYK
RGB Variations
Color information
#770EE6 (or 0x770EE6) is known color: Electric Indigo. HEX triplet: 77, 0E and E6. RGB value is (119,14,230). Sum of RGB (Red+Green+Blue) = 119+14+230=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 230 (90.23% from 255 or 63.36% from 363); Max value from RGB is 230 - color contains mainly: blue. Hex color #770EE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770EE6 is #88F119. Grayscale: #454545. Windows color (decimal): -8974618 or 15076983. OLE color: 15076983.
HSL color Cylindrical-coordinate representation of color #770EE6: hue angle of 269.17º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770EE6 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 14 | 230 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.10 |
| HSL | 269.17º | 0.89% | 0.48% | - |
| HSV(B) | 269.17º | 0.94% | 0.9% | - |
| XYZ | 22.05 | 9.95 | 75.62 | - |
| YUV | 70.02 | 218.29 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 230 | 0.48 | 0.94 | 0 | 0.10 | 269.17 | 0.89 | 0.48 |
| Hex | 77 | E | E6 | 30 | 5E | 0 | A | 10D | 59 | 30 |
| Octal | 167 | 16 | 346 | 60 | 136 | 0 | 12 | 415 | 131 | 60 |
| Binary | 1110111 | 1110 | 11100110 | 110000 | 1011110 | 0 | 1010 | 100001101 | 1011001 | 110000 |
Color Harmonies of #770EE6
Complementary color
Monochromatic Colors of #770EE6
Black with #770EE6
Text Example
Text Example
White with #770EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770EE6; }
p { color: rgb(119,14,230); }
H1.HeaderClassName
{
color: #770EE6;
}
.AnyTagClassName
{
color: #770EE6;
}
</style>
background-color css
<style>
a { background-color: #770EE6; }
a { background-color: rgb(119,14,230); }
div.DivClassName
{
background-color: #770EE6;
}
.BgClassName
{
background-color: #770EE6;
}
</style>
border-color css
<style>
span { border-color: #770EE6; }
span { border-color: rgb(119,14,230); }
td.TdClassName
{
border-color: #770EE6;
}
.TagClassName
{
border-color: #770EE6;
}
</style>