Shades of Electric Indigo #7803FA
Tints of Electric Indigo #7803FA
RGB
CMYK
RGB Variations
Color information
#7803FA (or 0x7803FA) is known color: Electric Indigo. HEX triplet: 78, 03 and FA. RGB value is (120,3,250). Sum of RGB (Red+Green+Blue) = 120+3+250=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #7803FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7803FA is #87FC05. Grayscale: #414141. Windows color (decimal): -8911878 or 16384888. OLE color: 16384888.
HSL color Cylindrical-coordinate representation of color #7803FA: hue angle of 268.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7803FA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 3 | 250 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.02 |
| HSL | 268.42º | 0.98% | 0.5% | - |
| HSV(B) | 268.42º | 0.99% | 0.98% | - |
| XYZ | 25.03 | 10.96 | 91.24 | - |
| YUV | 66.14 | 231.76 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 250 | 0.52 | 0.99 | 0 | 0.02 | 268.42 | 0.98 | 0.5 |
| Hex | 78 | 3 | FA | 34 | 63 | 0 | 2 | 10C | 62 | 32 |
| Octal | 170 | 3 | 372 | 64 | 143 | 0 | 2 | 414 | 142 | 62 |
| Binary | 1111000 | 11 | 11111010 | 110100 | 1100011 | 0 | 10 | 100001100 | 1100010 | 110010 |
Color Harmonies of #7803FA
Complementary color
Monochromatic Colors of #7803FA
Black with #7803FA
Text Example
Text Example
White with #7803FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7803FA; }
p { color: rgb(120,3,250); }
H1.HeaderClassName
{
color: #7803FA;
}
.AnyTagClassName
{
color: #7803FA;
}
</style>
background-color css
<style>
a { background-color: #7803FA; }
a { background-color: rgb(120,3,250); }
div.DivClassName
{
background-color: #7803FA;
}
.BgClassName
{
background-color: #7803FA;
}
</style>
border-color css
<style>
span { border-color: #7803FA; }
span { border-color: rgb(120,3,250); }
td.TdClassName
{
border-color: #7803FA;
}
.TagClassName
{
border-color: #7803FA;
}
</style>