Shades of Electric Indigo #7602EA
Tints of Electric Indigo #7602EA
RGB
CMYK
RGB Variations
Color information
#7602EA (or 0x7602EA) is known color: Electric Indigo. HEX triplet: 76, 02 and EA. RGB value is (118,2,234). Sum of RGB (Red+Green+Blue) = 118+2+234=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #7602EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7602EA is #89FD15. Grayscale: #3E3E3E. Windows color (decimal): -9043222 or 15336054. OLE color: 15336054.
HSL color Cylindrical-coordinate representation of color #7602EA: hue angle of 270º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602EA is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 2 | 234 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.08 |
| HSL | 270º | 0.98% | 0.46% | - |
| HSV(B) | 270º | 0.99% | 0.92% | - |
| XYZ | 22.34 | 9.84 | 78.56 | - |
| YUV | 63.13 | 224.43 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 234 | 0.50 | 0.99 | 0 | 0.08 | 270 | 0.98 | 0.46 |
| Hex | 76 | 2 | EA | 32 | 63 | 0 | 8 | 10E | 62 | 2E |
| Octal | 166 | 2 | 352 | 62 | 143 | 0 | 10 | 416 | 142 | 56 |
| Binary | 1110110 | 10 | 11101010 | 110010 | 1100011 | 0 | 1000 | 100001110 | 1100010 | 101110 |
Color Harmonies of #7602EA
Complementary color
Monochromatic Colors of #7602EA
Black with #7602EA
Text Example
Text Example
White with #7602EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7602EA; }
p { color: rgb(118,2,234); }
H1.HeaderClassName
{
color: #7602EA;
}
.AnyTagClassName
{
color: #7602EA;
}
</style>
background-color css
<style>
a { background-color: #7602EA; }
a { background-color: rgb(118,2,234); }
div.DivClassName
{
background-color: #7602EA;
}
.BgClassName
{
background-color: #7602EA;
}
</style>
border-color css
<style>
span { border-color: #7602EA; }
span { border-color: rgb(118,2,234); }
td.TdClassName
{
border-color: #7602EA;
}
.TagClassName
{
border-color: #7602EA;
}
</style>