Shades of Electric Indigo #760BE5
Tints of Electric Indigo #760BE5
RGB
CMYK
RGB Variations
Color information
#760BE5 (or 0x760BE5) is known color: Electric Indigo. HEX triplet: 76, 0B and E5. RGB value is (118,11,229). Sum of RGB (Red+Green+Blue) = 118+11+229=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #760BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BE5 is #89F41A. Grayscale: #434343. Windows color (decimal): -9040923 or 15010678. OLE color: 15010678.
HSL color Cylindrical-coordinate representation of color #760BE5: hue angle of 269.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BE5 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 11 | 229 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.10 |
| HSL | 269.45º | 0.91% | 0.47% | - |
| HSV(B) | 269.45º | 0.95% | 0.9% | - |
| XYZ | 21.73 | 9.75 | 74.86 | - |
| YUV | 67.85 | 218.95 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 229 | 0.48 | 0.95 | 0 | 0.10 | 269.45 | 0.91 | 0.47 |
| Hex | 76 | B | E5 | 30 | 5F | 0 | A | 10D | 5B | 2F |
| Octal | 166 | 13 | 345 | 60 | 137 | 0 | 12 | 415 | 133 | 57 |
| Binary | 1110110 | 1011 | 11100101 | 110000 | 1011111 | 0 | 1010 | 100001101 | 1011011 | 101111 |
Color Harmonies of #760BE5
Complementary color
Monochromatic Colors of #760BE5
Black with #760BE5
Text Example
Text Example
White with #760BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BE5; }
p { color: rgb(118,11,229); }
H1.HeaderClassName
{
color: #760BE5;
}
.AnyTagClassName
{
color: #760BE5;
}
</style>
background-color css
<style>
a { background-color: #760BE5; }
a { background-color: rgb(118,11,229); }
div.DivClassName
{
background-color: #760BE5;
}
.BgClassName
{
background-color: #760BE5;
}
</style>
border-color css
<style>
span { border-color: #760BE5; }
span { border-color: rgb(118,11,229); }
td.TdClassName
{
border-color: #760BE5;
}
.TagClassName
{
border-color: #760BE5;
}
</style>