Shades of Electric Indigo #7802EC
Tints of Electric Indigo #7802EC
RGB
CMYK
RGB Variations
Color information
#7802EC (or 0x7802EC) is known color: Electric Indigo. HEX triplet: 78, 02 and EC. RGB value is (120,2,236). Sum of RGB (Red+Green+Blue) = 120+2+236=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #7802EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7802EC is #87FD13. Grayscale: #3F3F3F. Windows color (decimal): -8912148 or 15467128. OLE color: 15467128.
HSL color Cylindrical-coordinate representation of color #7802EC: hue angle of 270.26º 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 #7802EC is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 2 | 236 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.07 |
| HSL | 270.26º | 0.98% | 0.47% | - |
| HSV(B) | 270.26º | 0.99% | 0.93% | - |
| XYZ | 22.91 | 10.09 | 80.1 | - |
| YUV | 63.96 | 225.09 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 236 | 0.49 | 0.99 | 0 | 0.07 | 270.26 | 0.98 | 0.47 |
| Hex | 78 | 2 | EC | 31 | 63 | 0 | 7 | 10E | 62 | 2F |
| Octal | 170 | 2 | 354 | 61 | 143 | 0 | 7 | 416 | 142 | 57 |
| Binary | 1111000 | 10 | 11101100 | 110001 | 1100011 | 0 | 111 | 100001110 | 1100010 | 101111 |
Color Harmonies of #7802EC
Complementary color
Monochromatic Colors of #7802EC
Black with #7802EC
Text Example
Text Example
White with #7802EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7802EC; }
p { color: rgb(120,2,236); }
H1.HeaderClassName
{
color: #7802EC;
}
.AnyTagClassName
{
color: #7802EC;
}
</style>
background-color css
<style>
a { background-color: #7802EC; }
a { background-color: rgb(120,2,236); }
div.DivClassName
{
background-color: #7802EC;
}
.BgClassName
{
background-color: #7802EC;
}
</style>
border-color css
<style>
span { border-color: #7802EC; }
span { border-color: rgb(120,2,236); }
td.TdClassName
{
border-color: #7802EC;
}
.TagClassName
{
border-color: #7802EC;
}
</style>