Shades of Electric Indigo #750EF2
Tints of Electric Indigo #750EF2
RGB
CMYK
RGB Variations
Color information
#750EF2 (or 0x750EF2) is known color: Electric Indigo. HEX triplet: 75, 0E and F2. RGB value is (117,14,242). Sum of RGB (Red+Green+Blue) = 117+14+242=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 242 (94.92% from 255 or 64.88% from 373); Max value from RGB is 242 - color contains mainly: blue. Hex color #750EF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EF2 is #8AF10D. Grayscale: #454545. Windows color (decimal): -9105678 or 15863413. OLE color: 15863413.
HSL color Cylindrical-coordinate representation of color #750EF2: hue angle of 267.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750EF2 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 14 | 242 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.05 |
| HSL | 267.11º | 0.9% | 0.5% | - |
| HSV(B) | 267.11º | 0.94% | 0.95% | - |
| XYZ | 23.52 | 10.51 | 84.79 | - |
| YUV | 70.79 | 224.62 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 242 | 0.52 | 0.94 | 0 | 0.05 | 267.11 | 0.9 | 0.5 |
| Hex | 75 | E | F2 | 34 | 5E | 0 | 5 | 10B | 5A | 32 |
| Octal | 165 | 16 | 362 | 64 | 136 | 0 | 5 | 413 | 132 | 62 |
| Binary | 1110101 | 1110 | 11110010 | 110100 | 1011110 | 0 | 101 | 100001011 | 1011010 | 110010 |
Color Harmonies of #750EF2
Complementary color
Monochromatic Colors of #750EF2
Black with #750EF2
Text Example
Text Example
White with #750EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EF2; }
p { color: rgb(117,14,242); }
H1.HeaderClassName
{
color: #750EF2;
}
.AnyTagClassName
{
color: #750EF2;
}
</style>
background-color css
<style>
a { background-color: #750EF2; }
a { background-color: rgb(117,14,242); }
div.DivClassName
{
background-color: #750EF2;
}
.BgClassName
{
background-color: #750EF2;
}
</style>
border-color css
<style>
span { border-color: #750EF2; }
span { border-color: rgb(117,14,242); }
td.TdClassName
{
border-color: #750EF2;
}
.TagClassName
{
border-color: #750EF2;
}
</style>