Shades of Electric Indigo #761EFF
Tints of Electric Indigo #761EFF
RGB
CMYK
RGB Variations
Color information
#761EFF (or 0x761EFF) is known color: Electric Indigo. HEX triplet: 76, 1E and FF. RGB value is (118,30,255). Sum of RGB (Red+Green+Blue) = 118+30+255=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #761EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761EFF is #89E100. Grayscale: #515151. Windows color (decimal): -9036033 or 16719478. OLE color: 16719478.
HSL color Cylindrical-coordinate representation of color #761EFF: hue angle of 263.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761EFF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 30 | 255 | - |
| CMYK | 0.54 | 0.88 | 0 | 0 |
| HSL | 263.47º | 1% | 0.56% | - |
| HSV(B) | 263.47º | 0.88% | 1% | - |
| XYZ | 25.99 | 12 | 95.55 | - |
| YUV | 81.96 | 225.65 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 255 | 0.54 | 0.88 | 0 | 0 | 263.47 | 1 | 0.56 |
| Hex | 76 | 1E | FF | 36 | 58 | 0 | 0 | 107 | 64 | 38 |
| Octal | 166 | 36 | 377 | 66 | 130 | 0 | 0 | 407 | 144 | 70 |
| Binary | 1110110 | 11110 | 11111111 | 110110 | 1011000 | 0 | 0 | 100000111 | 1100100 | 111000 |
Color Harmonies of #761EFF
Complementary color
Monochromatic Colors of #761EFF
Black with #761EFF
Text Example
Text Example
White with #761EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761EFF; }
p { color: rgb(118,30,255); }
H1.HeaderClassName
{
color: #761EFF;
}
.AnyTagClassName
{
color: #761EFF;
}
</style>
background-color css
<style>
a { background-color: #761EFF; }
a { background-color: rgb(118,30,255); }
div.DivClassName
{
background-color: #761EFF;
}
.BgClassName
{
background-color: #761EFF;
}
</style>
border-color css
<style>
span { border-color: #761EFF; }
span { border-color: rgb(118,30,255); }
td.TdClassName
{
border-color: #761EFF;
}
.TagClassName
{
border-color: #761EFF;
}
</style>