Shades of Electric Indigo #750CE0
Tints of Electric Indigo #750CE0
RGB
CMYK
RGB Variations
Color information
#750CE0 (or 0x750CE0) is known color: Electric Indigo. HEX triplet: 75, 0C and E0. RGB value is (117,12,224). Sum of RGB (Red+Green+Blue) = 117+12+224=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #750CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CE0 is #8AF31F. Grayscale: #424242. Windows color (decimal): -9106208 or 14683253. OLE color: 14683253.
HSL color Cylindrical-coordinate representation of color #750CE0: hue angle of 269.72º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750CE0 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 12 | 224 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.12 |
| HSL | 269.72º | 0.9% | 0.46% | - |
| HSV(B) | 269.72º | 0.95% | 0.88% | - |
| XYZ | 20.92 | 9.43 | 71.24 | - |
| YUV | 67.56 | 216.29 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 224 | 0.48 | 0.95 | 0 | 0.12 | 269.72 | 0.9 | 0.46 |
| Hex | 75 | C | E0 | 30 | 5F | 0 | C | 10E | 5A | 2E |
| Octal | 165 | 14 | 340 | 60 | 137 | 0 | 14 | 416 | 132 | 56 |
| Binary | 1110101 | 1100 | 11100000 | 110000 | 1011111 | 0 | 1100 | 100001110 | 1011010 | 101110 |
Color Harmonies of #750CE0
Complementary color
Monochromatic Colors of #750CE0
Black with #750CE0
Text Example
Text Example
White with #750CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CE0; }
p { color: rgb(117,12,224); }
H1.HeaderClassName
{
color: #750CE0;
}
.AnyTagClassName
{
color: #750CE0;
}
</style>
background-color css
<style>
a { background-color: #750CE0; }
a { background-color: rgb(117,12,224); }
div.DivClassName
{
background-color: #750CE0;
}
.BgClassName
{
background-color: #750CE0;
}
</style>
border-color css
<style>
span { border-color: #750CE0; }
span { border-color: rgb(117,12,224); }
td.TdClassName
{
border-color: #750CE0;
}
.TagClassName
{
border-color: #750CE0;
}
</style>