Shades of Electric Indigo #7505E7
Tints of Electric Indigo #7505E7
RGB
CMYK
RGB Variations
Color information
#7505E7 (or 0x7505E7) is known color: Electric Indigo. HEX triplet: 75, 05 and E7. RGB value is (117,5,231). Sum of RGB (Red+Green+Blue) = 117+5+231=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 231 (90.62% from 255 or 65.44% from 353); Max value from RGB is 231 - color contains mainly: blue. Hex color #7505E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7505E7 is #8AFA18. Grayscale: #3F3F3F. Windows color (decimal): -9107993 or 15140213. OLE color: 15140213.
HSL color Cylindrical-coordinate representation of color #7505E7: hue angle of 269.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505E7 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 5 | 231 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.09 |
| HSL | 269.73º | 0.96% | 0.46% | - |
| HSV(B) | 269.73º | 0.98% | 0.91% | - |
| XYZ | 21.81 | 9.66 | 76.32 | - |
| YUV | 64.25 | 222.11 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 231 | 0.49 | 0.98 | 0 | 0.09 | 269.73 | 0.96 | 0.46 |
| Hex | 75 | 5 | E7 | 31 | 62 | 0 | 9 | 10E | 60 | 2E |
| Octal | 165 | 5 | 347 | 61 | 142 | 0 | 11 | 416 | 140 | 56 |
| Binary | 1110101 | 101 | 11100111 | 110001 | 1100010 | 0 | 1001 | 100001110 | 1100000 | 101110 |
Color Harmonies of #7505E7
Complementary color
Monochromatic Colors of #7505E7
Black with #7505E7
Text Example
Text Example
White with #7505E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7505E7; }
p { color: rgb(117,5,231); }
H1.HeaderClassName
{
color: #7505E7;
}
.AnyTagClassName
{
color: #7505E7;
}
</style>
background-color css
<style>
a { background-color: #7505E7; }
a { background-color: rgb(117,5,231); }
div.DivClassName
{
background-color: #7505E7;
}
.BgClassName
{
background-color: #7505E7;
}
</style>
border-color css
<style>
span { border-color: #7505E7; }
span { border-color: rgb(117,5,231); }
td.TdClassName
{
border-color: #7505E7;
}
.TagClassName
{
border-color: #7505E7;
}
</style>