Shades of Electric Indigo #7717FF
Tints of Electric Indigo #7717FF
RGB
CMYK
RGB Variations
Color information
#7717FF (or 0x7717FF) is known color: Electric Indigo. HEX triplet: 77, 17 and FF. RGB value is (119,23,255). Sum of RGB (Red+Green+Blue) = 119+23+255=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #7717FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7717FF is #88E800. Grayscale: #4D4D4D. Windows color (decimal): -8972289 or 16717687. OLE color: 16717687.
HSL color Cylindrical-coordinate representation of color #7717FF: hue angle of 264.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7717FF is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 23 | 255 | - |
| CMYK | 0.53 | 0.91 | 0 | 0 |
| HSL | 264.83º | 1% | 0.55% | - |
| HSV(B) | 264.83º | 0.91% | 1% | - |
| XYZ | 25.96 | 11.75 | 95.51 | - |
| YUV | 78.15 | 227.8 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 255 | 0.53 | 0.91 | 0 | 0 | 264.83 | 1 | 0.55 |
| Hex | 77 | 17 | FF | 35 | 5B | 0 | 0 | 109 | 64 | 37 |
| Octal | 167 | 27 | 377 | 65 | 133 | 0 | 0 | 411 | 144 | 67 |
| Binary | 1110111 | 10111 | 11111111 | 110101 | 1011011 | 0 | 0 | 100001001 | 1100100 | 110111 |
Color Harmonies of #7717FF
Complementary color
Monochromatic Colors of #7717FF
Black with #7717FF
Text Example
Text Example
White with #7717FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7717FF; }
p { color: rgb(119,23,255); }
H1.HeaderClassName
{
color: #7717FF;
}
.AnyTagClassName
{
color: #7717FF;
}
</style>
background-color css
<style>
a { background-color: #7717FF; }
a { background-color: rgb(119,23,255); }
div.DivClassName
{
background-color: #7717FF;
}
.BgClassName
{
background-color: #7717FF;
}
</style>
border-color css
<style>
span { border-color: #7717FF; }
span { border-color: rgb(119,23,255); }
td.TdClassName
{
border-color: #7717FF;
}
.TagClassName
{
border-color: #7717FF;
}
</style>