Shades of Electric Indigo #7413EA
Tints of Electric Indigo #7413EA
RGB
CMYK
RGB Variations
Color information
#7413EA (or 0x7413EA) is known color: Electric Indigo. HEX triplet: 74, 13 and EA. RGB value is (116,19,234). Sum of RGB (Red+Green+Blue) = 116+19+234=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #7413EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7413EA is #8BEC15. Grayscale: #474747. Windows color (decimal): -9169942 or 15340404. OLE color: 15340404.
HSL color Cylindrical-coordinate representation of color #7413EA: hue angle of 267.07º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7413EA is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 19 | 234 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.08 |
| HSL | 267.07º | 0.85% | 0.5% | - |
| HSV(B) | 267.07º | 0.92% | 0.92% | - |
| XYZ | 22.29 | 10.12 | 78.62 | - |
| YUV | 72.51 | 219.14 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 234 | 0.50 | 0.92 | 0 | 0.08 | 267.07 | 0.85 | 0.5 |
| Hex | 74 | 13 | EA | 32 | 5C | 0 | 8 | 10B | 55 | 32 |
| Octal | 164 | 23 | 352 | 62 | 134 | 0 | 10 | 413 | 125 | 62 |
| Binary | 1110100 | 10011 | 11101010 | 110010 | 1011100 | 0 | 1000 | 100001011 | 1010101 | 110010 |
Color Harmonies of #7413EA
Complementary color
Monochromatic Colors of #7413EA
Black with #7413EA
Text Example
Text Example
White with #7413EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7413EA; }
p { color: rgb(116,19,234); }
H1.HeaderClassName
{
color: #7413EA;
}
.AnyTagClassName
{
color: #7413EA;
}
</style>
background-color css
<style>
a { background-color: #7413EA; }
a { background-color: rgb(116,19,234); }
div.DivClassName
{
background-color: #7413EA;
}
.BgClassName
{
background-color: #7413EA;
}
</style>
border-color css
<style>
span { border-color: #7413EA; }
span { border-color: rgb(116,19,234); }
td.TdClassName
{
border-color: #7413EA;
}
.TagClassName
{
border-color: #7413EA;
}
</style>