Shades of Electric Indigo #7700E9
Tints of Electric Indigo #7700E9
RGB
CMYK
RGB Variations
Color information
#7700E9 (or 0x7700E9) is known color: Electric Indigo. HEX triplet: 77, 00 and E9. RGB value is (119,0,233). Sum of RGB (Red+Green+Blue) = 119+0+233=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 233 (91.41% from 255 or 66.19% from 352); Max value from RGB is 233 - color contains mainly: blue. Hex color #7700E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7700E9 is #88FF16. Grayscale: #3D3D3D. Windows color (decimal): -8978199 or 15270007. OLE color: 15270007.
HSL color Cylindrical-coordinate representation of color #7700E9: hue angle of 270.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700E9 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 0 | 233 | - |
| CMYK | 0.49 | 1 | 0 | 0.09 |
| HSL | 270.64º | 1% | 0.46% | - |
| HSV(B) | 270.64º | 1% | 0.91% | - |
| XYZ | 22.32 | 9.81 | 77.81 | - |
| YUV | 62.14 | 224.42 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 233 | 0.49 | 1 | 0 | 0.09 | 270.64 | 1 | 0.46 |
| Hex | 77 | 0 | E9 | 31 | 64 | 0 | 9 | 10F | 64 | 2E |
| Octal | 167 | 0 | 351 | 61 | 144 | 0 | 11 | 417 | 144 | 56 |
| Binary | 1110111 | 0 | 11101001 | 110001 | 1100100 | 0 | 1001 | 100001111 | 1100100 | 101110 |
Color Harmonies of #7700E9
Complementary color
Monochromatic Colors of #7700E9
Black with #7700E9
Text Example
Text Example
White with #7700E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700E9; }
p { color: rgb(119,0,233); }
H1.HeaderClassName
{
color: #7700E9;
}
.AnyTagClassName
{
color: #7700E9;
}
</style>
background-color css
<style>
a { background-color: #7700E9; }
a { background-color: rgb(119,0,233); }
div.DivClassName
{
background-color: #7700E9;
}
.BgClassName
{
background-color: #7700E9;
}
</style>
border-color css
<style>
span { border-color: #7700E9; }
span { border-color: rgb(119,0,233); }
td.TdClassName
{
border-color: #7700E9;
}
.TagClassName
{
border-color: #7700E9;
}
</style>