Shades of Electric Indigo #7901FC
Tints of Electric Indigo #7901FC
RGB
CMYK
RGB Variations
Color information
#7901FC (or 0x7901FC) is known color: Electric Indigo. HEX triplet: 79, 01 and FC. RGB value is (121,1,252). Sum of RGB (Red+Green+Blue) = 121+1+252=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #7901FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7901FC is #86FE03. Grayscale: #404040. Windows color (decimal): -8846852 or 16515449. OLE color: 16515449.
HSL color Cylindrical-coordinate representation of color #7901FC: hue angle of 268.69º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7901FC is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 1 | 252 | - |
| CMYK | 0.52 | 1.00 | 0 | 0.01 |
| HSL | 268.69º | 0.99% | 0.5% | - |
| HSV(B) | 268.69º | 1% | 0.99% | - |
| XYZ | 25.47 | 11.11 | 92.9 | - |
| YUV | 65.49 | 233.26 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 252 | 0.52 | 1.00 | 0 | 0.01 | 268.69 | 0.99 | 0.5 |
| Hex | 79 | 1 | FC | 34 | 64 | 0 | 1 | 10D | 63 | 32 |
| Octal | 171 | 1 | 374 | 64 | 144 | 0 | 1 | 415 | 143 | 62 |
| Binary | 1111001 | 1 | 11111100 | 110100 | 1100100 | 0 | 1 | 100001101 | 1100011 | 110010 |
Color Harmonies of #7901FC
Complementary color
Monochromatic Colors of #7901FC
Black with #7901FC
Text Example
Text Example
White with #7901FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7901FC; }
p { color: rgb(121,1,252); }
H1.HeaderClassName
{
color: #7901FC;
}
.AnyTagClassName
{
color: #7901FC;
}
</style>
background-color css
<style>
a { background-color: #7901FC; }
a { background-color: rgb(121,1,252); }
div.DivClassName
{
background-color: #7901FC;
}
.BgClassName
{
background-color: #7901FC;
}
</style>
border-color css
<style>
span { border-color: #7901FC; }
span { border-color: rgb(121,1,252); }
td.TdClassName
{
border-color: #7901FC;
}
.TagClassName
{
border-color: #7901FC;
}
</style>