Shades of Electric Indigo #7702EA
Tints of Electric Indigo #7702EA
RGB
CMYK
RGB Variations
Color information
#7702EA (or 0x7702EA) is known color: Electric Indigo. HEX triplet: 77, 02 and EA. RGB value is (119,2,234). Sum of RGB (Red+Green+Blue) = 119+2+234=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #7702EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7702EA is #88FD15. Grayscale: #3E3E3E. Windows color (decimal): -8977686 or 15336055. OLE color: 15336055.
HSL color Cylindrical-coordinate representation of color #7702EA: hue angle of 270.26º 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 #7702EA is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 2 | 234 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.08 |
| HSL | 270.26º | 0.98% | 0.46% | - |
| HSV(B) | 270.26º | 0.99% | 0.92% | - |
| XYZ | 22.48 | 9.91 | 78.57 | - |
| YUV | 63.43 | 224.26 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 234 | 0.49 | 0.99 | 0 | 0.08 | 270.26 | 0.98 | 0.46 |
| Hex | 77 | 2 | EA | 31 | 63 | 0 | 8 | 10E | 62 | 2E |
| Octal | 167 | 2 | 352 | 61 | 143 | 0 | 10 | 416 | 142 | 56 |
| Binary | 1110111 | 10 | 11101010 | 110001 | 1100011 | 0 | 1000 | 100001110 | 1100010 | 101110 |
Color Harmonies of #7702EA
Complementary color
Monochromatic Colors of #7702EA
Black with #7702EA
Text Example
Text Example
White with #7702EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7702EA; }
p { color: rgb(119,2,234); }
H1.HeaderClassName
{
color: #7702EA;
}
.AnyTagClassName
{
color: #7702EA;
}
</style>
background-color css
<style>
a { background-color: #7702EA; }
a { background-color: rgb(119,2,234); }
div.DivClassName
{
background-color: #7702EA;
}
.BgClassName
{
background-color: #7702EA;
}
</style>
border-color css
<style>
span { border-color: #7702EA; }
span { border-color: rgb(119,2,234); }
td.TdClassName
{
border-color: #7702EA;
}
.TagClassName
{
border-color: #7702EA;
}
</style>