Shades of Electric Indigo #750EFC
Tints of Electric Indigo #750EFC
RGB
CMYK
RGB Variations
Color information
#750EFC (or 0x750EFC) is known color: Electric Indigo. HEX triplet: 75, 0E and FC. RGB value is (117,14,252). Sum of RGB (Red+Green+Blue) = 117+14+252=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #750EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EFC is #8AF103. Grayscale: #474747. Windows color (decimal): -9105668 or 16518773. OLE color: 16518773.
HSL color Cylindrical-coordinate representation of color #750EFC: hue angle of 265.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750EFC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 14 | 252 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.01 |
| HSL | 265.97º | 0.98% | 0.52% | - |
| HSV(B) | 265.97º | 0.94% | 0.99% | - |
| XYZ | 25.06 | 11.12 | 92.92 | - |
| YUV | 71.93 | 229.62 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 252 | 0.54 | 0.94 | 0 | 0.01 | 265.97 | 0.98 | 0.52 |
| Hex | 75 | E | FC | 36 | 5E | 0 | 1 | 10A | 62 | 34 |
| Octal | 165 | 16 | 374 | 66 | 136 | 0 | 1 | 412 | 142 | 64 |
| Binary | 1110101 | 1110 | 11111100 | 110110 | 1011110 | 0 | 1 | 100001010 | 1100010 | 110100 |
Color Harmonies of #750EFC
Complementary color
Monochromatic Colors of #750EFC
Black with #750EFC
Text Example
Text Example
White with #750EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EFC; }
p { color: rgb(117,14,252); }
H1.HeaderClassName
{
color: #750EFC;
}
.AnyTagClassName
{
color: #750EFC;
}
</style>
background-color css
<style>
a { background-color: #750EFC; }
a { background-color: rgb(117,14,252); }
div.DivClassName
{
background-color: #750EFC;
}
.BgClassName
{
background-color: #750EFC;
}
</style>
border-color css
<style>
span { border-color: #750EFC; }
span { border-color: rgb(117,14,252); }
td.TdClassName
{
border-color: #750EFC;
}
.TagClassName
{
border-color: #750EFC;
}
</style>