Shades of Electric Indigo #760BE6
Tints of Electric Indigo #760BE6
RGB
CMYK
RGB Variations
Color information
#760BE6 (or 0x760BE6) is known color: Electric Indigo. HEX triplet: 76, 0B and E6. RGB value is (118,11,230). Sum of RGB (Red+Green+Blue) = 118+11+230=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 230 (90.23% from 255 or 64.07% from 359); Max value from RGB is 230 - color contains mainly: blue. Hex color #760BE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760BE6 is #89F419. Grayscale: #434343. Windows color (decimal): -9040922 or 15076214. OLE color: 15076214.
HSL color Cylindrical-coordinate representation of color #760BE6: hue angle of 269.32º 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 #760BE6 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 11 | 230 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.10 |
| HSL | 269.32º | 0.91% | 0.47% | - |
| HSV(B) | 269.32º | 0.95% | 0.9% | - |
| XYZ | 21.87 | 9.8 | 75.6 | - |
| YUV | 67.96 | 219.45 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 230 | 0.49 | 0.95 | 0 | 0.10 | 269.32 | 0.91 | 0.47 |
| Hex | 76 | B | E6 | 31 | 5F | 0 | A | 10D | 5B | 2F |
| Octal | 166 | 13 | 346 | 61 | 137 | 0 | 12 | 415 | 133 | 57 |
| Binary | 1110110 | 1011 | 11100110 | 110001 | 1011111 | 0 | 1010 | 100001101 | 1011011 | 101111 |
Color Harmonies of #760BE6
Complementary color
Monochromatic Colors of #760BE6
Black with #760BE6
Text Example
Text Example
White with #760BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BE6; }
p { color: rgb(118,11,230); }
H1.HeaderClassName
{
color: #760BE6;
}
.AnyTagClassName
{
color: #760BE6;
}
</style>
background-color css
<style>
a { background-color: #760BE6; }
a { background-color: rgb(118,11,230); }
div.DivClassName
{
background-color: #760BE6;
}
.BgClassName
{
background-color: #760BE6;
}
</style>
border-color css
<style>
span { border-color: #760BE6; }
span { border-color: rgb(118,11,230); }
td.TdClassName
{
border-color: #760BE6;
}
.TagClassName
{
border-color: #760BE6;
}
</style>