Shades of Electric Indigo #7403EA
Tints of Electric Indigo #7403EA
RGB
CMYK
RGB Variations
Color information
#7403EA (or 0x7403EA) is known color: Electric Indigo. HEX triplet: 74, 03 and EA. RGB value is (116,3,234). Sum of RGB (Red+Green+Blue) = 116+3+234=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #7403EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7403EA is #8BFC15. Grayscale: #3E3E3E. Windows color (decimal): -9174038 or 15336308. OLE color: 15336308.
HSL color Cylindrical-coordinate representation of color #7403EA: hue angle of 269.35º 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 #7403EA is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 3 | 234 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.08 |
| HSL | 269.35º | 0.97% | 0.46% | - |
| HSV(B) | 269.35º | 0.99% | 0.92% | - |
| XYZ | 22.09 | 9.72 | 78.55 | - |
| YUV | 63.12 | 224.44 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 234 | 0.50 | 0.99 | 0 | 0.08 | 269.35 | 0.97 | 0.46 |
| Hex | 74 | 3 | EA | 32 | 63 | 0 | 8 | 10D | 61 | 2E |
| Octal | 164 | 3 | 352 | 62 | 143 | 0 | 10 | 415 | 141 | 56 |
| Binary | 1110100 | 11 | 11101010 | 110010 | 1100011 | 0 | 1000 | 100001101 | 1100001 | 101110 |
Color Harmonies of #7403EA
Complementary color
Monochromatic Colors of #7403EA
Black with #7403EA
Text Example
Text Example
White with #7403EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7403EA; }
p { color: rgb(116,3,234); }
H1.HeaderClassName
{
color: #7403EA;
}
.AnyTagClassName
{
color: #7403EA;
}
</style>
background-color css
<style>
a { background-color: #7403EA; }
a { background-color: rgb(116,3,234); }
div.DivClassName
{
background-color: #7403EA;
}
.BgClassName
{
background-color: #7403EA;
}
</style>
border-color css
<style>
span { border-color: #7403EA; }
span { border-color: rgb(116,3,234); }
td.TdClassName
{
border-color: #7403EA;
}
.TagClassName
{
border-color: #7403EA;
}
</style>