Shades of Electric Indigo #7505ED
Tints of Electric Indigo #7505ED
RGB
CMYK
RGB Variations
Color information
#7505ED (or 0x7505ED) is known color: Electric Indigo. HEX triplet: 75, 05 and ED. RGB value is (117,5,237). Sum of RGB (Red+Green+Blue) = 117+5+237=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #7505ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7505ED is #8AFA12. Grayscale: #404040. Windows color (decimal): -9107987 or 15533429. OLE color: 15533429.
HSL color Cylindrical-coordinate representation of color #7505ED: hue angle of 268.97º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505ED is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 5 | 237 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.07 |
| HSL | 268.97º | 0.96% | 0.47% | - |
| HSV(B) | 268.97º | 0.98% | 0.93% | - |
| XYZ | 22.68 | 10 | 80.86 | - |
| YUV | 64.94 | 225.11 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 237 | 0.51 | 0.98 | 0 | 0.07 | 268.97 | 0.96 | 0.47 |
| Hex | 75 | 5 | ED | 33 | 62 | 0 | 7 | 10D | 60 | 2F |
| Octal | 165 | 5 | 355 | 63 | 142 | 0 | 7 | 415 | 140 | 57 |
| Binary | 1110101 | 101 | 11101101 | 110011 | 1100010 | 0 | 111 | 100001101 | 1100000 | 101111 |
Color Harmonies of #7505ED
Complementary color
Monochromatic Colors of #7505ED
Black with #7505ED
Text Example
Text Example
White with #7505ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7505ED; }
p { color: rgb(117,5,237); }
H1.HeaderClassName
{
color: #7505ED;
}
.AnyTagClassName
{
color: #7505ED;
}
</style>
background-color css
<style>
a { background-color: #7505ED; }
a { background-color: rgb(117,5,237); }
div.DivClassName
{
background-color: #7505ED;
}
.BgClassName
{
background-color: #7505ED;
}
</style>
border-color css
<style>
span { border-color: #7505ED; }
span { border-color: rgb(117,5,237); }
td.TdClassName
{
border-color: #7505ED;
}
.TagClassName
{
border-color: #7505ED;
}
</style>