Shades of Electric Indigo #7804FF
Tints of Electric Indigo #7804FF
RGB
CMYK
RGB Variations
Color information
#7804FF (or 0x7804FF) is known color: Electric Indigo. HEX triplet: 78, 04 and FF. RGB value is (120,4,255). Sum of RGB (Red+Green+Blue) = 120+4+255=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #7804FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7804FF is #87FB00. Grayscale: #424242. Windows color (decimal): -8911617 or 16712824. OLE color: 16712824.
HSL color Cylindrical-coordinate representation of color #7804FF: hue angle of 267.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7804FF is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 4 | 255 | - |
| CMYK | 0.53 | 0.98 | 0 | 0 |
| HSL | 267.73º | 1% | 0.51% | - |
| HSV(B) | 267.73º | 0.98% | 1% | - |
| XYZ | 25.84 | 11.3 | 95.43 | - |
| YUV | 67.3 | 233.93 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 255 | 0.53 | 0.98 | 0 | 0 | 267.73 | 1 | 0.51 |
| Hex | 78 | 4 | FF | 35 | 62 | 0 | 0 | 10C | 64 | 33 |
| Octal | 170 | 4 | 377 | 65 | 142 | 0 | 0 | 414 | 144 | 63 |
| Binary | 1111000 | 100 | 11111111 | 110101 | 1100010 | 0 | 0 | 100001100 | 1100100 | 110011 |
Color Harmonies of #7804FF
Complementary color
Monochromatic Colors of #7804FF
Black with #7804FF
Text Example
Text Example
White with #7804FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7804FF; }
p { color: rgb(120,4,255); }
H1.HeaderClassName
{
color: #7804FF;
}
.AnyTagClassName
{
color: #7804FF;
}
</style>
background-color css
<style>
a { background-color: #7804FF; }
a { background-color: rgb(120,4,255); }
div.DivClassName
{
background-color: #7804FF;
}
.BgClassName
{
background-color: #7804FF;
}
</style>
border-color css
<style>
span { border-color: #7804FF; }
span { border-color: rgb(120,4,255); }
td.TdClassName
{
border-color: #7804FF;
}
.TagClassName
{
border-color: #7804FF;
}
</style>