Shades of Electric Indigo #7502EE
Tints of Electric Indigo #7502EE
RGB
CMYK
RGB Variations
Color information
#7502EE (or 0x7502EE) is known color: Electric Indigo. HEX triplet: 75, 02 and EE. RGB value is (117,2,238). Sum of RGB (Red+Green+Blue) = 117+2+238=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #7502EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7502EE is #8AFD11. Grayscale: #3E3E3E. Windows color (decimal): -9108754 or 15598197. OLE color: 15598197.
HSL color Cylindrical-coordinate representation of color #7502EE: hue angle of 269.24º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7502EE is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 2 | 238 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.07 |
| HSL | 269.24º | 0.98% | 0.47% | - |
| HSV(B) | 269.24º | 0.99% | 0.93% | - |
| XYZ | 22.79 | 10 | 81.62 | - |
| YUV | 63.29 | 226.6 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 238 | 0.51 | 0.99 | 0 | 0.07 | 269.24 | 0.98 | 0.47 |
| Hex | 75 | 2 | EE | 33 | 63 | 0 | 7 | 10D | 62 | 2F |
| Octal | 165 | 2 | 356 | 63 | 143 | 0 | 7 | 415 | 142 | 57 |
| Binary | 1110101 | 10 | 11101110 | 110011 | 1100011 | 0 | 111 | 100001101 | 1100010 | 101111 |
Color Harmonies of #7502EE
Complementary color
Monochromatic Colors of #7502EE
Black with #7502EE
Text Example
Text Example
White with #7502EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7502EE; }
p { color: rgb(117,2,238); }
H1.HeaderClassName
{
color: #7502EE;
}
.AnyTagClassName
{
color: #7502EE;
}
</style>
background-color css
<style>
a { background-color: #7502EE; }
a { background-color: rgb(117,2,238); }
div.DivClassName
{
background-color: #7502EE;
}
.BgClassName
{
background-color: #7502EE;
}
</style>
border-color css
<style>
span { border-color: #7502EE; }
span { border-color: rgb(117,2,238); }
td.TdClassName
{
border-color: #7502EE;
}
.TagClassName
{
border-color: #7502EE;
}
</style>