Shades of Electric Indigo #7500E5
Tints of Electric Indigo #7500E5
RGB
CMYK
RGB Variations
Color information
#7500E5 (or 0x7500E5) is known color: Electric Indigo. HEX triplet: 75, 00 and E5. RGB value is (117,0,229). Sum of RGB (Red+Green+Blue) = 117+0+229=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 229 (89.84% from 255 or 66.18% from 346); Max value from RGB is 229 - color contains mainly: blue. Hex color #7500E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500E5 is #8AFF1A. Grayscale: #3C3C3C. Windows color (decimal): -9109275 or 15007861. OLE color: 15007861.
HSL color Cylindrical-coordinate representation of color #7500E5: hue angle of 270.66º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500E5 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 0 | 229 | - |
| CMYK | 0.49 | 1 | 0 | 0.10 |
| HSL | 270.66º | 1% | 0.45% | - |
| HSV(B) | 270.66º | 1% | 0.9% | - |
| XYZ | 21.48 | 9.44 | 74.82 | - |
| YUV | 61.09 | 222.76 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 229 | 0.49 | 1 | 0 | 0.10 | 270.66 | 1 | 0.45 |
| Hex | 75 | 0 | E5 | 31 | 64 | 0 | A | 10F | 64 | 2D |
| Octal | 165 | 0 | 345 | 61 | 144 | 0 | 12 | 417 | 144 | 55 |
| Binary | 1110101 | 0 | 11100101 | 110001 | 1100100 | 0 | 1010 | 100001111 | 1100100 | 101101 |
Color Harmonies of #7500E5
Complementary color
Monochromatic Colors of #7500E5
Black with #7500E5
Text Example
Text Example
White with #7500E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500E5; }
p { color: rgb(117,0,229); }
H1.HeaderClassName
{
color: #7500E5;
}
.AnyTagClassName
{
color: #7500E5;
}
</style>
background-color css
<style>
a { background-color: #7500E5; }
a { background-color: rgb(117,0,229); }
div.DivClassName
{
background-color: #7500E5;
}
.BgClassName
{
background-color: #7500E5;
}
</style>
border-color css
<style>
span { border-color: #7500E5; }
span { border-color: rgb(117,0,229); }
td.TdClassName
{
border-color: #7500E5;
}
.TagClassName
{
border-color: #7500E5;
}
</style>