Shades of Electric Indigo #761DFF
Tints of Electric Indigo #761DFF
RGB
CMYK
RGB Variations
Color information
#761DFF (or 0x761DFF) is known color: Electric Indigo. HEX triplet: 76, 1D and FF. RGB value is (118,29,255). Sum of RGB (Red+Green+Blue) = 118+29+255=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #761DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761DFF is #89E200. Grayscale: #505050. Windows color (decimal): -9036289 or 16719222. OLE color: 16719222.
HSL color Cylindrical-coordinate representation of color #761DFF: hue angle of 263.63º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761DFF is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 29 | 255 | - |
| CMYK | 0.54 | 0.89 | 0 | 0 |
| HSL | 263.63º | 1% | 0.56% | - |
| HSV(B) | 263.63º | 0.89% | 1% | - |
| XYZ | 25.96 | 11.95 | 95.55 | - |
| YUV | 81.38 | 225.99 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 255 | 0.54 | 0.89 | 0 | 0 | 263.63 | 1 | 0.56 |
| Hex | 76 | 1D | FF | 36 | 59 | 0 | 0 | 108 | 64 | 38 |
| Octal | 166 | 35 | 377 | 66 | 131 | 0 | 0 | 410 | 144 | 70 |
| Binary | 1110110 | 11101 | 11111111 | 110110 | 1011001 | 0 | 0 | 100001000 | 1100100 | 111000 |
Color Harmonies of #761DFF
Complementary color
Monochromatic Colors of #761DFF
Black with #761DFF
Text Example
Text Example
White with #761DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761DFF; }
p { color: rgb(118,29,255); }
H1.HeaderClassName
{
color: #761DFF;
}
.AnyTagClassName
{
color: #761DFF;
}
</style>
background-color css
<style>
a { background-color: #761DFF; }
a { background-color: rgb(118,29,255); }
div.DivClassName
{
background-color: #761DFF;
}
.BgClassName
{
background-color: #761DFF;
}
</style>
border-color css
<style>
span { border-color: #761DFF; }
span { border-color: rgb(118,29,255); }
td.TdClassName
{
border-color: #761DFF;
}
.TagClassName
{
border-color: #761DFF;
}
</style>