Shades of Electric Indigo #7901EA
Tints of Electric Indigo #7901EA
RGB
CMYK
RGB Variations
Color information
#7901EA (or 0x7901EA) is known color: Electric Indigo. HEX triplet: 79, 01 and EA. RGB value is (121,1,234). Sum of RGB (Red+Green+Blue) = 121+1+234=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #7901EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7901EA is #86FE15. Grayscale: #3E3E3E. Windows color (decimal): -8846870 or 15335801. OLE color: 15335801.
HSL color Cylindrical-coordinate representation of color #7901EA: hue angle of 270.9º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7901EA is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 1 | 234 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.08 |
| HSL | 270.9º | 0.99% | 0.46% | - |
| HSV(B) | 270.9º | 1% | 0.92% | - |
| XYZ | 22.75 | 10.03 | 78.58 | - |
| YUV | 63.44 | 224.26 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 234 | 0.48 | 1.00 | 0 | 0.08 | 270.9 | 0.99 | 0.46 |
| Hex | 79 | 1 | EA | 30 | 64 | 0 | 8 | 10F | 63 | 2E |
| Octal | 171 | 1 | 352 | 60 | 144 | 0 | 10 | 417 | 143 | 56 |
| Binary | 1111001 | 1 | 11101010 | 110000 | 1100100 | 0 | 1000 | 100001111 | 1100011 | 101110 |
Color Harmonies of #7901EA
Complementary color
Monochromatic Colors of #7901EA
Black with #7901EA
Text Example
Text Example
White with #7901EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7901EA; }
p { color: rgb(121,1,234); }
H1.HeaderClassName
{
color: #7901EA;
}
.AnyTagClassName
{
color: #7901EA;
}
</style>
background-color css
<style>
a { background-color: #7901EA; }
a { background-color: rgb(121,1,234); }
div.DivClassName
{
background-color: #7901EA;
}
.BgClassName
{
background-color: #7901EA;
}
</style>
border-color css
<style>
span { border-color: #7901EA; }
span { border-color: rgb(121,1,234); }
td.TdClassName
{
border-color: #7901EA;
}
.TagClassName
{
border-color: #7901EA;
}
</style>