Shades of Electric Indigo #7802FF
Tints of Electric Indigo #7802FF
RGB
CMYK
RGB Variations
Color information
#7802FF (or 0x7802FF) is known color: Electric Indigo. HEX triplet: 78, 02 and FF. RGB value is (120,2,255). Sum of RGB (Red+Green+Blue) = 120+2+255=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #7802FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7802FF is #87FD00. Grayscale: #414141. Windows color (decimal): -8912129 or 16712312. OLE color: 16712312.
HSL color Cylindrical-coordinate representation of color #7802FF: hue angle of 267.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802FF is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 2 | 255 | - |
| CMYK | 0.53 | 0.99 | 0 | 0 |
| HSL | 267.98º | 1% | 0.5% | - |
| HSV(B) | 267.98º | 0.99% | 1% | - |
| XYZ | 25.82 | 11.26 | 95.42 | - |
| YUV | 66.12 | 234.59 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 255 | 0.53 | 0.99 | 0 | 0 | 267.98 | 1 | 0.5 |
| Hex | 78 | 2 | FF | 35 | 63 | 0 | 0 | 10C | 64 | 32 |
| Octal | 170 | 2 | 377 | 65 | 143 | 0 | 0 | 414 | 144 | 62 |
| Binary | 1111000 | 10 | 11111111 | 110101 | 1100011 | 0 | 0 | 100001100 | 1100100 | 110010 |
Color Harmonies of #7802FF
Complementary color
Monochromatic Colors of #7802FF
Black with #7802FF
Text Example
Text Example
White with #7802FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7802FF; }
p { color: rgb(120,2,255); }
H1.HeaderClassName
{
color: #7802FF;
}
.AnyTagClassName
{
color: #7802FF;
}
</style>
background-color css
<style>
a { background-color: #7802FF; }
a { background-color: rgb(120,2,255); }
div.DivClassName
{
background-color: #7802FF;
}
.BgClassName
{
background-color: #7802FF;
}
</style>
border-color css
<style>
span { border-color: #7802FF; }
span { border-color: rgb(120,2,255); }
td.TdClassName
{
border-color: #7802FF;
}
.TagClassName
{
border-color: #7802FF;
}
</style>