Shades of Electric Indigo #7507E5
Tints of Electric Indigo #7507E5
RGB
CMYK
RGB Variations
Color information
#7507E5 (or 0x7507E5) is known color: Electric Indigo. HEX triplet: 75, 07 and E5. RGB value is (117,7,229). Sum of RGB (Red+Green+Blue) = 117+7+229=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #7507E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7507E5 is #8AF81A. Grayscale: #404040. Windows color (decimal): -9107483 or 15009653. OLE color: 15009653.
HSL color Cylindrical-coordinate representation of color #7507E5: hue angle of 269.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7507E5 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 7 | 229 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.10 |
| HSL | 269.73º | 0.94% | 0.46% | - |
| HSV(B) | 269.73º | 0.97% | 0.9% | - |
| XYZ | 21.55 | 9.59 | 74.84 | - |
| YUV | 65.2 | 220.44 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 229 | 0.49 | 0.97 | 0 | 0.10 | 269.73 | 0.94 | 0.46 |
| Hex | 75 | 7 | E5 | 31 | 61 | 0 | A | 10E | 5E | 2E |
| Octal | 165 | 7 | 345 | 61 | 141 | 0 | 12 | 416 | 136 | 56 |
| Binary | 1110101 | 111 | 11100101 | 110001 | 1100001 | 0 | 1010 | 100001110 | 1011110 | 101110 |
Color Harmonies of #7507E5
Complementary color
Monochromatic Colors of #7507E5
Black with #7507E5
Text Example
Text Example
White with #7507E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7507E5; }
p { color: rgb(117,7,229); }
H1.HeaderClassName
{
color: #7507E5;
}
.AnyTagClassName
{
color: #7507E5;
}
</style>
background-color css
<style>
a { background-color: #7507E5; }
a { background-color: rgb(117,7,229); }
div.DivClassName
{
background-color: #7507E5;
}
.BgClassName
{
background-color: #7507E5;
}
</style>
border-color css
<style>
span { border-color: #7507E5; }
span { border-color: rgb(117,7,229); }
td.TdClassName
{
border-color: #7507E5;
}
.TagClassName
{
border-color: #7507E5;
}
</style>