Shades of Electric Indigo #760BEC
Tints of Electric Indigo #760BEC
RGB
CMYK
RGB Variations
Color information
#760BEC (or 0x760BEC) is known color: Electric Indigo. HEX triplet: 76, 0B and EC. RGB value is (118,11,236). Sum of RGB (Red+Green+Blue) = 118+11+236=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #760BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760BEC is #89F413. Grayscale: #434343. Windows color (decimal): -9040916 or 15469430. OLE color: 15469430.
HSL color Cylindrical-coordinate representation of color #760BEC: hue angle of 268.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BEC is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 11 | 236 | - |
| CMYK | 0.5 | 0.95 | 0 | 0.07 |
| HSL | 268.53º | 0.91% | 0.48% | - |
| HSV(B) | 268.53º | 0.95% | 0.93% | - |
| XYZ | 22.73 | 10.15 | 80.12 | - |
| YUV | 68.64 | 222.45 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 236 | 0.5 | 0.95 | 0 | 0.07 | 268.53 | 0.91 | 0.48 |
| Hex | 76 | B | EC | 32 | 5F | 0 | 7 | 10D | 5B | 30 |
| Octal | 166 | 13 | 354 | 62 | 137 | 0 | 7 | 415 | 133 | 60 |
| Binary | 1110110 | 1011 | 11101100 | 110010 | 1011111 | 0 | 111 | 100001101 | 1011011 | 110000 |
Color Harmonies of #760BEC
Complementary color
Monochromatic Colors of #760BEC
Black with #760BEC
Text Example
Text Example
White with #760BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BEC; }
p { color: rgb(118,11,236); }
H1.HeaderClassName
{
color: #760BEC;
}
.AnyTagClassName
{
color: #760BEC;
}
</style>
background-color css
<style>
a { background-color: #760BEC; }
a { background-color: rgb(118,11,236); }
div.DivClassName
{
background-color: #760BEC;
}
.BgClassName
{
background-color: #760BEC;
}
</style>
border-color css
<style>
span { border-color: #760BEC; }
span { border-color: rgb(118,11,236); }
td.TdClassName
{
border-color: #760BEC;
}
.TagClassName
{
border-color: #760BEC;
}
</style>