Shades of Electric Indigo #7711E9
Tints of Electric Indigo #7711E9
RGB
CMYK
RGB Variations
Color information
#7711E9 (or 0x7711E9) is known color: Electric Indigo. HEX triplet: 77, 11 and E9. RGB value is (119,17,233). Sum of RGB (Red+Green+Blue) = 119+17+233=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 233 (91.41% from 255 or 63.14% from 369); Max value from RGB is 233 - color contains mainly: blue. Hex color #7711E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7711E9 is #88EE16. Grayscale: #474747. Windows color (decimal): -8973847 or 15274359. OLE color: 15274359.
HSL color Cylindrical-coordinate representation of color #7711E9: hue angle of 268.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7711E9 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 17 | 233 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.09 |
| HSL | 268.33º | 0.86% | 0.49% | - |
| HSV(B) | 268.33º | 0.93% | 0.91% | - |
| XYZ | 22.52 | 10.21 | 77.87 | - |
| YUV | 72.12 | 218.79 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 233 | 0.49 | 0.93 | 0 | 0.09 | 268.33 | 0.86 | 0.49 |
| Hex | 77 | 11 | E9 | 31 | 5D | 0 | 9 | 10C | 56 | 31 |
| Octal | 167 | 21 | 351 | 61 | 135 | 0 | 11 | 414 | 126 | 61 |
| Binary | 1110111 | 10001 | 11101001 | 110001 | 1011101 | 0 | 1001 | 100001100 | 1010110 | 110001 |
Color Harmonies of #7711E9
Complementary color
Monochromatic Colors of #7711E9
Black with #7711E9
Text Example
Text Example
White with #7711E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7711E9; }
p { color: rgb(119,17,233); }
H1.HeaderClassName
{
color: #7711E9;
}
.AnyTagClassName
{
color: #7711E9;
}
</style>
background-color css
<style>
a { background-color: #7711E9; }
a { background-color: rgb(119,17,233); }
div.DivClassName
{
background-color: #7711E9;
}
.BgClassName
{
background-color: #7711E9;
}
</style>
border-color css
<style>
span { border-color: #7711E9; }
span { border-color: rgb(119,17,233); }
td.TdClassName
{
border-color: #7711E9;
}
.TagClassName
{
border-color: #7711E9;
}
</style>