Shades of Electric Indigo #750CEC
Tints of Electric Indigo #750CEC
RGB
CMYK
RGB Variations
Color information
#750CEC (or 0x750CEC) is known color: Electric Indigo. HEX triplet: 75, 0C and EC. RGB value is (117,12,236). Sum of RGB (Red+Green+Blue) = 117+12+236=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 12 (5.08% from 255 or 3.29% 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 #750CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750CEC is #8AF313. Grayscale: #444444. Windows color (decimal): -9106196 or 15469685. OLE color: 15469685.
HSL color Cylindrical-coordinate representation of color #750CEC: hue angle of 268.12º degrees, saturation: 0.9, 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 #750CEC is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 12 | 236 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.07 |
| HSL | 268.13º | 0.9% | 0.49% | - |
| HSV(B) | 268.13º | 0.95% | 0.93% | - |
| XYZ | 22.61 | 10.1 | 80.12 | - |
| YUV | 68.93 | 222.29 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 236 | 0.50 | 0.95 | 0 | 0.07 | 268.13 | 0.9 | 0.49 |
| Hex | 75 | C | EC | 32 | 5F | 0 | 7 | 10C | 5A | 31 |
| Octal | 165 | 14 | 354 | 62 | 137 | 0 | 7 | 414 | 132 | 61 |
| Binary | 1110101 | 1100 | 11101100 | 110010 | 1011111 | 0 | 111 | 100001100 | 1011010 | 110001 |
Color Harmonies of #750CEC
Complementary color
Monochromatic Colors of #750CEC
Black with #750CEC
Text Example
Text Example
White with #750CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CEC; }
p { color: rgb(117,12,236); }
H1.HeaderClassName
{
color: #750CEC;
}
.AnyTagClassName
{
color: #750CEC;
}
</style>
background-color css
<style>
a { background-color: #750CEC; }
a { background-color: rgb(117,12,236); }
div.DivClassName
{
background-color: #750CEC;
}
.BgClassName
{
background-color: #750CEC;
}
</style>
border-color css
<style>
span { border-color: #750CEC; }
span { border-color: rgb(117,12,236); }
td.TdClassName
{
border-color: #750CEC;
}
.TagClassName
{
border-color: #750CEC;
}
</style>