Shades of Electric Indigo #750BEC
Tints of Electric Indigo #750BEC
RGB
CMYK
RGB Variations
Color information
#750BEC (or 0x750BEC) is known color: Electric Indigo. HEX triplet: 75, 0B and EC. RGB value is (117,11,236). Sum of RGB (Red+Green+Blue) = 117+11+236=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #750BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750BEC is #8AF413. Grayscale: #434343. Windows color (decimal): -9106452 or 15469429. OLE color: 15469429.
HSL color Cylindrical-coordinate representation of color #750BEC: hue angle of 268.27º 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 #750BEC is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 11 | 236 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.07 |
| HSL | 268.27º | 0.91% | 0.48% | - |
| HSV(B) | 268.27º | 0.95% | 0.93% | - |
| XYZ | 22.6 | 10.08 | 80.11 | - |
| YUV | 68.34 | 222.62 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 236 | 0.50 | 0.95 | 0 | 0.07 | 268.27 | 0.91 | 0.48 |
| Hex | 75 | B | EC | 32 | 5F | 0 | 7 | 10C | 5B | 30 |
| Octal | 165 | 13 | 354 | 62 | 137 | 0 | 7 | 414 | 133 | 60 |
| Binary | 1110101 | 1011 | 11101100 | 110010 | 1011111 | 0 | 111 | 100001100 | 1011011 | 110000 |
Color Harmonies of #750BEC
Complementary color
Monochromatic Colors of #750BEC
Black with #750BEC
Text Example
Text Example
White with #750BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BEC; }
p { color: rgb(117,11,236); }
H1.HeaderClassName
{
color: #750BEC;
}
.AnyTagClassName
{
color: #750BEC;
}
</style>
background-color css
<style>
a { background-color: #750BEC; }
a { background-color: rgb(117,11,236); }
div.DivClassName
{
background-color: #750BEC;
}
.BgClassName
{
background-color: #750BEC;
}
</style>
border-color css
<style>
span { border-color: #750BEC; }
span { border-color: rgb(117,11,236); }
td.TdClassName
{
border-color: #750BEC;
}
.TagClassName
{
border-color: #750BEC;
}
</style>