Shades of Electric Indigo #7802FA
Tints of Electric Indigo #7802FA
RGB
CMYK
RGB Variations
Color information
#7802FA (or 0x7802FA) is known color: Electric Indigo. HEX triplet: 78, 02 and FA. RGB value is (120,2,250). Sum of RGB (Red+Green+Blue) = 120+2+250=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #7802FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7802FA is #87FD05. Grayscale: #404040. Windows color (decimal): -8912134 or 16384632. OLE color: 16384632.
HSL color Cylindrical-coordinate representation of color #7802FA: hue angle of 268.55º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802FA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 2 | 250 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.02 |
| HSL | 268.55º | 0.98% | 0.49% | - |
| HSV(B) | 268.55º | 0.99% | 0.98% | - |
| XYZ | 25.02 | 10.94 | 91.23 | - |
| YUV | 65.55 | 232.09 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 250 | 0.52 | 0.99 | 0 | 0.02 | 268.55 | 0.98 | 0.49 |
| Hex | 78 | 2 | FA | 34 | 63 | 0 | 2 | 10D | 62 | 31 |
| Octal | 170 | 2 | 372 | 64 | 143 | 0 | 2 | 415 | 142 | 61 |
| Binary | 1111000 | 10 | 11111010 | 110100 | 1100011 | 0 | 10 | 100001101 | 1100010 | 110001 |
Color Harmonies of #7802FA
Complementary color
Monochromatic Colors of #7802FA
Black with #7802FA
Text Example
Text Example
White with #7802FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7802FA; }
p { color: rgb(120,2,250); }
H1.HeaderClassName
{
color: #7802FA;
}
.AnyTagClassName
{
color: #7802FA;
}
</style>
background-color css
<style>
a { background-color: #7802FA; }
a { background-color: rgb(120,2,250); }
div.DivClassName
{
background-color: #7802FA;
}
.BgClassName
{
background-color: #7802FA;
}
</style>
border-color css
<style>
span { border-color: #7802FA; }
span { border-color: rgb(120,2,250); }
td.TdClassName
{
border-color: #7802FA;
}
.TagClassName
{
border-color: #7802FA;
}
</style>