Shades of Electric Indigo #7505EA
Tints of Electric Indigo #7505EA
RGB
CMYK
RGB Variations
Color information
#7505EA (or 0x7505EA) is known color: Electric Indigo. HEX triplet: 75, 05 and EA. RGB value is (117,5,234). Sum of RGB (Red+Green+Blue) = 117+5+234=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #7505EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7505EA is #8AFA15. Grayscale: #3F3F3F. Windows color (decimal): -9107990 or 15336821. OLE color: 15336821.
HSL color Cylindrical-coordinate representation of color #7505EA: hue angle of 269.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505EA is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 5 | 234 | - |
| CMYK | 0.5 | 0.98 | 0 | 0.08 |
| HSL | 269.35º | 0.96% | 0.47% | - |
| HSV(B) | 269.35º | 0.98% | 0.92% | - |
| XYZ | 22.24 | 9.83 | 78.57 | - |
| YUV | 64.59 | 223.61 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 234 | 0.5 | 0.98 | 0 | 0.08 | 269.35 | 0.96 | 0.47 |
| Hex | 75 | 5 | EA | 32 | 62 | 0 | 8 | 10D | 60 | 2F |
| Octal | 165 | 5 | 352 | 62 | 142 | 0 | 10 | 415 | 140 | 57 |
| Binary | 1110101 | 101 | 11101010 | 110010 | 1100010 | 0 | 1000 | 100001101 | 1100000 | 101111 |
Color Harmonies of #7505EA
Complementary color
Monochromatic Colors of #7505EA
Black with #7505EA
Text Example
Text Example
White with #7505EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7505EA; }
p { color: rgb(117,5,234); }
H1.HeaderClassName
{
color: #7505EA;
}
.AnyTagClassName
{
color: #7505EA;
}
</style>
background-color css
<style>
a { background-color: #7505EA; }
a { background-color: rgb(117,5,234); }
div.DivClassName
{
background-color: #7505EA;
}
.BgClassName
{
background-color: #7505EA;
}
</style>
border-color css
<style>
span { border-color: #7505EA; }
span { border-color: rgb(117,5,234); }
td.TdClassName
{
border-color: #7505EA;
}
.TagClassName
{
border-color: #7505EA;
}
</style>