Shades of Electric Indigo #7503EC
Tints of Electric Indigo #7503EC
RGB
CMYK
RGB Variations
Color information
#7503EC (or 0x7503EC) is known color: Electric Indigo. HEX triplet: 75, 03 and EC. RGB value is (117,3,236). Sum of RGB (Red+Green+Blue) = 117+3+236=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #7503EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7503EC is #8AFC13. Grayscale: #3E3E3E. Windows color (decimal): -9108500 or 15467381. OLE color: 15467381.
HSL color Cylindrical-coordinate representation of color #7503EC: hue angle of 269.36º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7503EC is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 3 | 236 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.07 |
| HSL | 269.36º | 0.97% | 0.47% | - |
| HSV(B) | 269.36º | 0.99% | 0.93% | - |
| XYZ | 22.51 | 9.9 | 80.08 | - |
| YUV | 63.65 | 225.27 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 236 | 0.50 | 0.99 | 0 | 0.07 | 269.36 | 0.97 | 0.47 |
| Hex | 75 | 3 | EC | 32 | 63 | 0 | 7 | 10D | 61 | 2F |
| Octal | 165 | 3 | 354 | 62 | 143 | 0 | 7 | 415 | 141 | 57 |
| Binary | 1110101 | 11 | 11101100 | 110010 | 1100011 | 0 | 111 | 100001101 | 1100001 | 101111 |
Color Harmonies of #7503EC
Complementary color
Monochromatic Colors of #7503EC
Black with #7503EC
Text Example
Text Example
White with #7503EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7503EC; }
p { color: rgb(117,3,236); }
H1.HeaderClassName
{
color: #7503EC;
}
.AnyTagClassName
{
color: #7503EC;
}
</style>
background-color css
<style>
a { background-color: #7503EC; }
a { background-color: rgb(117,3,236); }
div.DivClassName
{
background-color: #7503EC;
}
.BgClassName
{
background-color: #7503EC;
}
</style>
border-color css
<style>
span { border-color: #7503EC; }
span { border-color: rgb(117,3,236); }
td.TdClassName
{
border-color: #7503EC;
}
.TagClassName
{
border-color: #7503EC;
}
</style>