Shades of Electric Indigo #7903FF
Tints of Electric Indigo #7903FF
RGB
CMYK
RGB Variations
Color information
#7903FF (or 0x7903FF) is known color: Electric Indigo. HEX triplet: 79, 03 and FF. RGB value is (121,3,255). Sum of RGB (Red+Green+Blue) = 121+3+255=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 3 (1.56% from 255 or 0.79% 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 #7903FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7903FF is #86FC00. Grayscale: #424242. Windows color (decimal): -8846337 or 16712569. OLE color: 16712569.
HSL color Cylindrical-coordinate representation of color #7903FF: hue angle of 268.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7903FF is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 3 | 255 | - |
| CMYK | 0.53 | 0.99 | 0 | 0 |
| HSL | 268.1º | 1% | 0.51% | - |
| HSV(B) | 268.1º | 0.99% | 1% | - |
| XYZ | 25.97 | 11.35 | 95.43 | - |
| YUV | 67.01 | 234.09 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 255 | 0.53 | 0.99 | 0 | 0 | 268.1 | 1 | 0.51 |
| Hex | 79 | 3 | FF | 35 | 63 | 0 | 0 | 10C | 64 | 33 |
| Octal | 171 | 3 | 377 | 65 | 143 | 0 | 0 | 414 | 144 | 63 |
| Binary | 1111001 | 11 | 11111111 | 110101 | 1100011 | 0 | 0 | 100001100 | 1100100 | 110011 |
Color Harmonies of #7903FF
Complementary color
Monochromatic Colors of #7903FF
Black with #7903FF
Text Example
Text Example
White with #7903FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7903FF; }
p { color: rgb(121,3,255); }
H1.HeaderClassName
{
color: #7903FF;
}
.AnyTagClassName
{
color: #7903FF;
}
</style>
background-color css
<style>
a { background-color: #7903FF; }
a { background-color: rgb(121,3,255); }
div.DivClassName
{
background-color: #7903FF;
}
.BgClassName
{
background-color: #7903FF;
}
</style>
border-color css
<style>
span { border-color: #7903FF; }
span { border-color: rgb(121,3,255); }
td.TdClassName
{
border-color: #7903FF;
}
.TagClassName
{
border-color: #7903FF;
}
</style>