Shades of Electric Indigo #7413F3
Tints of Electric Indigo #7413F3
RGB
CMYK
RGB Variations
Color information
#7413F3 (or 0x7413F3) is known color: Electric Indigo. HEX triplet: 74, 13 and F3. RGB value is (116,19,243). Sum of RGB (Red+Green+Blue) = 116+19+243=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 243 (95.31% from 255 or 64.29% from 378); Max value from RGB is 243 - color contains mainly: blue. Hex color #7413F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7413F3 is #8BEC0C. Grayscale: #484848. Windows color (decimal): -9169933 or 15930228. OLE color: 15930228.
HSL color Cylindrical-coordinate representation of color #7413F3: hue angle of 265.98º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7413F3 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 19 | 243 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.05 |
| HSL | 265.98º | 0.9% | 0.51% | - |
| HSV(B) | 265.98º | 0.92% | 0.95% | - |
| XYZ | 23.61 | 10.65 | 85.61 | - |
| YUV | 73.54 | 223.64 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 243 | 0.52 | 0.92 | 0 | 0.05 | 265.98 | 0.9 | 0.51 |
| Hex | 74 | 13 | F3 | 34 | 5C | 0 | 5 | 10A | 5A | 33 |
| Octal | 164 | 23 | 363 | 64 | 134 | 0 | 5 | 412 | 132 | 63 |
| Binary | 1110100 | 10011 | 11110011 | 110100 | 1011100 | 0 | 101 | 100001010 | 1011010 | 110011 |
Color Harmonies of #7413F3
Complementary color
Monochromatic Colors of #7413F3
Black with #7413F3
Text Example
Text Example
White with #7413F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7413F3; }
p { color: rgb(116,19,243); }
H1.HeaderClassName
{
color: #7413F3;
}
.AnyTagClassName
{
color: #7413F3;
}
</style>
background-color css
<style>
a { background-color: #7413F3; }
a { background-color: rgb(116,19,243); }
div.DivClassName
{
background-color: #7413F3;
}
.BgClassName
{
background-color: #7413F3;
}
</style>
border-color css
<style>
span { border-color: #7413F3; }
span { border-color: rgb(116,19,243); }
td.TdClassName
{
border-color: #7413F3;
}
.TagClassName
{
border-color: #7413F3;
}
</style>