Shades of Electric Indigo #7903EA
Tints of Electric Indigo #7903EA
RGB
CMYK
RGB Variations
Color information
#7903EA (or 0x7903EA) is known color: Electric Indigo. HEX triplet: 79, 03 and EA. RGB value is (121,3,234). Sum of RGB (Red+Green+Blue) = 121+3+234=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #7903EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7903EA is #86FC15. Grayscale: #3F3F3F. Windows color (decimal): -8846358 or 15336313. OLE color: 15336313.
HSL color Cylindrical-coordinate representation of color #7903EA: hue angle of 270.65º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7903EA is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 3 | 234 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.08 |
| HSL | 270.65º | 0.97% | 0.46% | - |
| HSV(B) | 270.65º | 0.99% | 0.92% | - |
| XYZ | 22.77 | 10.07 | 78.59 | - |
| YUV | 64.62 | 223.59 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 234 | 0.48 | 0.99 | 0 | 0.08 | 270.65 | 0.97 | 0.46 |
| Hex | 79 | 3 | EA | 30 | 63 | 0 | 8 | 10F | 61 | 2E |
| Octal | 171 | 3 | 352 | 60 | 143 | 0 | 10 | 417 | 141 | 56 |
| Binary | 1111001 | 11 | 11101010 | 110000 | 1100011 | 0 | 1000 | 100001111 | 1100001 | 101110 |
Color Harmonies of #7903EA
Complementary color
Monochromatic Colors of #7903EA
Black with #7903EA
Text Example
Text Example
White with #7903EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7903EA; }
p { color: rgb(121,3,234); }
H1.HeaderClassName
{
color: #7903EA;
}
.AnyTagClassName
{
color: #7903EA;
}
</style>
background-color css
<style>
a { background-color: #7903EA; }
a { background-color: rgb(121,3,234); }
div.DivClassName
{
background-color: #7903EA;
}
.BgClassName
{
background-color: #7903EA;
}
</style>
border-color css
<style>
span { border-color: #7903EA; }
span { border-color: rgb(121,3,234); }
td.TdClassName
{
border-color: #7903EA;
}
.TagClassName
{
border-color: #7903EA;
}
</style>