Shades of Electric Indigo #7500E1
Tints of Electric Indigo #7500E1
RGB
CMYK
RGB Variations
Color information
#7500E1 (or 0x7500E1) is known color: Electric Indigo. HEX triplet: 75, 00 and E1. RGB value is (117,0,225). Sum of RGB (Red+Green+Blue) = 117+0+225=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 225 (88.28% from 255 or 65.79% from 342); Max value from RGB is 225 - color contains mainly: blue. Hex color #7500E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500E1 is #8AFF1E. Grayscale: #3B3B3B. Windows color (decimal): -9109279 or 14745717. OLE color: 14745717.
HSL color Cylindrical-coordinate representation of color #7500E1: hue angle of 271.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500E1 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 0 | 225 | - |
| CMYK | 0.48 | 1 | 0 | 0.12 |
| HSL | 271.2º | 1% | 0.44% | - |
| HSV(B) | 271.2º | 1% | 0.88% | - |
| XYZ | 20.93 | 9.22 | 71.91 | - |
| YUV | 60.63 | 220.76 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 225 | 0.48 | 1 | 0 | 0.12 | 271.2 | 1 | 0.44 |
| Hex | 75 | 0 | E1 | 30 | 64 | 0 | C | 10F | 64 | 2C |
| Octal | 165 | 0 | 341 | 60 | 144 | 0 | 14 | 417 | 144 | 54 |
| Binary | 1110101 | 0 | 11100001 | 110000 | 1100100 | 0 | 1100 | 100001111 | 1100100 | 101100 |
Color Harmonies of #7500E1
Complementary color
Monochromatic Colors of #7500E1
Black with #7500E1
Text Example
Text Example
White with #7500E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500E1; }
p { color: rgb(117,0,225); }
H1.HeaderClassName
{
color: #7500E1;
}
.AnyTagClassName
{
color: #7500E1;
}
</style>
background-color css
<style>
a { background-color: #7500E1; }
a { background-color: rgb(117,0,225); }
div.DivClassName
{
background-color: #7500E1;
}
.BgClassName
{
background-color: #7500E1;
}
</style>
border-color css
<style>
span { border-color: #7500E1; }
span { border-color: rgb(117,0,225); }
td.TdClassName
{
border-color: #7500E1;
}
.TagClassName
{
border-color: #7500E1;
}
</style>