Shades of Electric Indigo #760BEE
Tints of Electric Indigo #760BEE
RGB
CMYK
RGB Variations
Color information
#760BEE (or 0x760BEE) is known color: Electric Indigo. HEX triplet: 76, 0B and EE. RGB value is (118,11,238). Sum of RGB (Red+Green+Blue) = 118+11+238=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #760BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760BEE is #89F411. Grayscale: #444444. Windows color (decimal): -9040914 or 15600502. OLE color: 15600502.
HSL color Cylindrical-coordinate representation of color #760BEE: hue angle of 268.28º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BEE is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 11 | 238 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.07 |
| HSL | 268.28º | 0.91% | 0.49% | - |
| HSV(B) | 268.28º | 0.95% | 0.93% | - |
| XYZ | 23.02 | 10.26 | 81.66 | - |
| YUV | 68.87 | 223.45 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 238 | 0.50 | 0.95 | 0 | 0.07 | 268.28 | 0.91 | 0.49 |
| Hex | 76 | B | EE | 32 | 5F | 0 | 7 | 10C | 5B | 31 |
| Octal | 166 | 13 | 356 | 62 | 137 | 0 | 7 | 414 | 133 | 61 |
| Binary | 1110110 | 1011 | 11101110 | 110010 | 1011111 | 0 | 111 | 100001100 | 1011011 | 110001 |
Color Harmonies of #760BEE
Complementary color
Monochromatic Colors of #760BEE
Black with #760BEE
Text Example
Text Example
White with #760BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BEE; }
p { color: rgb(118,11,238); }
H1.HeaderClassName
{
color: #760BEE;
}
.AnyTagClassName
{
color: #760BEE;
}
</style>
background-color css
<style>
a { background-color: #760BEE; }
a { background-color: rgb(118,11,238); }
div.DivClassName
{
background-color: #760BEE;
}
.BgClassName
{
background-color: #760BEE;
}
</style>
border-color css
<style>
span { border-color: #760BEE; }
span { border-color: rgb(118,11,238); }
td.TdClassName
{
border-color: #760BEE;
}
.TagClassName
{
border-color: #760BEE;
}
</style>