Shades of Electric Indigo #7802F0
Tints of Electric Indigo #7802F0
RGB
CMYK
RGB Variations
Color information
#7802F0 (or 0x7802F0) is known color: Electric Indigo. HEX triplet: 78, 02 and F0. RGB value is (120,2,240). Sum of RGB (Red+Green+Blue) = 120+2+240=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 240 (94.14% from 255 or 66.30% from 362); Max value from RGB is 240 - color contains mainly: blue. Hex color #7802F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7802F0 is #87FD0F. Grayscale: #3F3F3F. Windows color (decimal): -8912144 or 15729272. OLE color: 15729272.
HSL color Cylindrical-coordinate representation of color #7802F0: hue angle of 269.75º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802F0 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 2 | 240 | - |
| CMYK | 0.5 | 0.99 | 0 | 0.06 |
| HSL | 269.75º | 0.98% | 0.47% | - |
| HSV(B) | 269.75º | 0.99% | 0.94% | - |
| XYZ | 23.5 | 10.33 | 83.19 | - |
| YUV | 64.41 | 227.09 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 240 | 0.5 | 0.99 | 0 | 0.06 | 269.75 | 0.98 | 0.47 |
| Hex | 78 | 2 | F0 | 32 | 63 | 0 | 6 | 10E | 62 | 2F |
| Octal | 170 | 2 | 360 | 62 | 143 | 0 | 6 | 416 | 142 | 57 |
| Binary | 1111000 | 10 | 11110000 | 110010 | 1100011 | 0 | 110 | 100001110 | 1100010 | 101111 |
Color Harmonies of #7802F0
Complementary color
Monochromatic Colors of #7802F0
Black with #7802F0
Text Example
Text Example
White with #7802F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7802F0; }
p { color: rgb(120,2,240); }
H1.HeaderClassName
{
color: #7802F0;
}
.AnyTagClassName
{
color: #7802F0;
}
</style>
background-color css
<style>
a { background-color: #7802F0; }
a { background-color: rgb(120,2,240); }
div.DivClassName
{
background-color: #7802F0;
}
.BgClassName
{
background-color: #7802F0;
}
</style>
border-color css
<style>
span { border-color: #7802F0; }
span { border-color: rgb(120,2,240); }
td.TdClassName
{
border-color: #7802F0;
}
.TagClassName
{
border-color: #7802F0;
}
</style>