Shades of Electric Indigo #750CEF
Tints of Electric Indigo #750CEF
RGB
CMYK
RGB Variations
Color information
#750CEF (or 0x750CEF) is known color: Electric Indigo. HEX triplet: 75, 0C and EF. RGB value is (117,12,239). Sum of RGB (Red+Green+Blue) = 117+12+239=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #750CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750CEF is #8AF310. Grayscale: #444444. Windows color (decimal): -9106193 or 15666293. OLE color: 15666293.
HSL color Cylindrical-coordinate representation of color #750CEF: hue angle of 267.75º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750CEF is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 12 | 239 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.06 |
| HSL | 267.75º | 0.9% | 0.49% | - |
| HSV(B) | 267.75º | 0.95% | 0.94% | - |
| XYZ | 23.05 | 10.28 | 82.43 | - |
| YUV | 69.27 | 223.79 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 239 | 0.51 | 0.95 | 0 | 0.06 | 267.75 | 0.9 | 0.49 |
| Hex | 75 | C | EF | 33 | 5F | 0 | 6 | 10C | 5A | 31 |
| Octal | 165 | 14 | 357 | 63 | 137 | 0 | 6 | 414 | 132 | 61 |
| Binary | 1110101 | 1100 | 11101111 | 110011 | 1011111 | 0 | 110 | 100001100 | 1011010 | 110001 |
Color Harmonies of #750CEF
Complementary color
Monochromatic Colors of #750CEF
Black with #750CEF
Text Example
Text Example
White with #750CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CEF; }
p { color: rgb(117,12,239); }
H1.HeaderClassName
{
color: #750CEF;
}
.AnyTagClassName
{
color: #750CEF;
}
</style>
background-color css
<style>
a { background-color: #750CEF; }
a { background-color: rgb(117,12,239); }
div.DivClassName
{
background-color: #750CEF;
}
.BgClassName
{
background-color: #750CEF;
}
</style>
border-color css
<style>
span { border-color: #750CEF; }
span { border-color: rgb(117,12,239); }
td.TdClassName
{
border-color: #750CEF;
}
.TagClassName
{
border-color: #750CEF;
}
</style>