Shades of Electric Indigo #7602EF
Tints of Electric Indigo #7602EF
RGB
CMYK
RGB Variations
Color information
#7602EF (or 0x7602EF) is known color: Electric Indigo. HEX triplet: 76, 02 and EF. RGB value is (118,2,239). Sum of RGB (Red+Green+Blue) = 118+2+239=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #7602EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7602EF is #89FD10. Grayscale: #3E3E3E. Windows color (decimal): -9043217 or 15663734. OLE color: 15663734.
HSL color Cylindrical-coordinate representation of color #7602EF: hue angle of 269.37º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602EF is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 2 | 239 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.06 |
| HSL | 269.37º | 0.98% | 0.47% | - |
| HSV(B) | 269.37º | 0.99% | 0.94% | - |
| XYZ | 23.07 | 10.13 | 82.4 | - |
| YUV | 63.7 | 226.93 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 239 | 0.51 | 0.99 | 0 | 0.06 | 269.37 | 0.98 | 0.47 |
| Hex | 76 | 2 | EF | 33 | 63 | 0 | 6 | 10D | 62 | 2F |
| Octal | 166 | 2 | 357 | 63 | 143 | 0 | 6 | 415 | 142 | 57 |
| Binary | 1110110 | 10 | 11101111 | 110011 | 1100011 | 0 | 110 | 100001101 | 1100010 | 101111 |
Color Harmonies of #7602EF
Complementary color
Monochromatic Colors of #7602EF
Black with #7602EF
Text Example
Text Example
White with #7602EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7602EF; }
p { color: rgb(118,2,239); }
H1.HeaderClassName
{
color: #7602EF;
}
.AnyTagClassName
{
color: #7602EF;
}
</style>
background-color css
<style>
a { background-color: #7602EF; }
a { background-color: rgb(118,2,239); }
div.DivClassName
{
background-color: #7602EF;
}
.BgClassName
{
background-color: #7602EF;
}
</style>
border-color css
<style>
span { border-color: #7602EF; }
span { border-color: rgb(118,2,239); }
td.TdClassName
{
border-color: #7602EF;
}
.TagClassName
{
border-color: #7602EF;
}
</style>