Shades of Electric Indigo #7509ED
Tints of Electric Indigo #7509ED
RGB
CMYK
RGB Variations
Color information
#7509ED (or 0x7509ED) is known color: Electric Indigo. HEX triplet: 75, 09 and ED. RGB value is (117,9,237). Sum of RGB (Red+Green+Blue) = 117+9+237=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #7509ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7509ED is #8AF612. Grayscale: #424242. Windows color (decimal): -9106963 or 15534453. OLE color: 15534453.
HSL color Cylindrical-coordinate representation of color #7509ED: hue angle of 268.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7509ED is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 9 | 237 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.07 |
| HSL | 268.42º | 0.93% | 0.48% | - |
| HSV(B) | 268.42º | 0.96% | 0.93% | - |
| XYZ | 22.72 | 10.09 | 80.87 | - |
| YUV | 67.28 | 223.78 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 237 | 0.51 | 0.96 | 0 | 0.07 | 268.42 | 0.93 | 0.48 |
| Hex | 75 | 9 | ED | 33 | 60 | 0 | 7 | 10C | 5D | 30 |
| Octal | 165 | 11 | 355 | 63 | 140 | 0 | 7 | 414 | 135 | 60 |
| Binary | 1110101 | 1001 | 11101101 | 110011 | 1100000 | 0 | 111 | 100001100 | 1011101 | 110000 |
Color Harmonies of #7509ED
Complementary color
Monochromatic Colors of #7509ED
Black with #7509ED
Text Example
Text Example
White with #7509ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7509ED; }
p { color: rgb(117,9,237); }
H1.HeaderClassName
{
color: #7509ED;
}
.AnyTagClassName
{
color: #7509ED;
}
</style>
background-color css
<style>
a { background-color: #7509ED; }
a { background-color: rgb(117,9,237); }
div.DivClassName
{
background-color: #7509ED;
}
.BgClassName
{
background-color: #7509ED;
}
</style>
border-color css
<style>
span { border-color: #7509ED; }
span { border-color: rgb(117,9,237); }
td.TdClassName
{
border-color: #7509ED;
}
.TagClassName
{
border-color: #7509ED;
}
</style>