Shades of Electric Indigo #761FFF
Tints of Electric Indigo #761FFF
RGB
CMYK
RGB Variations
Color information
#761FFF (or 0x761FFF) is known color: Electric Indigo. HEX triplet: 76, 1F and FF. RGB value is (118,31,255). Sum of RGB (Red+Green+Blue) = 118+31+255=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #761FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761FFF is #89E000. Grayscale: #515151. Windows color (decimal): -9035777 or 16719734. OLE color: 16719734.
HSL color Cylindrical-coordinate representation of color #761FFF: hue angle of 263.3º 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 #761FFF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 31 | 255 | - |
| CMYK | 0.54 | 0.88 | 0 | 0 |
| HSL | 263.3º | 1% | 0.56% | - |
| HSV(B) | 263.3º | 0.88% | 1% | - |
| XYZ | 26.01 | 12.05 | 95.56 | - |
| YUV | 82.55 | 225.32 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 255 | 0.54 | 0.88 | 0 | 0 | 263.3 | 1 | 0.56 |
| Hex | 76 | 1F | FF | 36 | 58 | 0 | 0 | 107 | 64 | 38 |
| Octal | 166 | 37 | 377 | 66 | 130 | 0 | 0 | 407 | 144 | 70 |
| Binary | 1110110 | 11111 | 11111111 | 110110 | 1011000 | 0 | 0 | 100000111 | 1100100 | 111000 |
Color Harmonies of #761FFF
Complementary color
Monochromatic Colors of #761FFF
Black with #761FFF
Text Example
Text Example
White with #761FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761FFF; }
p { color: rgb(118,31,255); }
H1.HeaderClassName
{
color: #761FFF;
}
.AnyTagClassName
{
color: #761FFF;
}
</style>
background-color css
<style>
a { background-color: #761FFF; }
a { background-color: rgb(118,31,255); }
div.DivClassName
{
background-color: #761FFF;
}
.BgClassName
{
background-color: #761FFF;
}
</style>
border-color css
<style>
span { border-color: #761FFF; }
span { border-color: rgb(118,31,255); }
td.TdClassName
{
border-color: #761FFF;
}
.TagClassName
{
border-color: #761FFF;
}
</style>