Shades of Electric Indigo #7413FE
Tints of Electric Indigo #7413FE
RGB
CMYK
RGB Variations
Color information
#7413FE (or 0x7413FE) is known color: Electric Indigo. HEX triplet: 74, 13 and FE. RGB value is (116,19,254). Sum of RGB (Red+Green+Blue) = 116+19+254=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #7413FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7413FE is #8BEC01. Grayscale: #494949. Windows color (decimal): -9169922 or 16651124. OLE color: 16651124.
HSL color Cylindrical-coordinate representation of color #7413FE: hue angle of 264.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7413FE is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 19 | 254 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.00 |
| HSL | 264.77º | 0.99% | 0.54% | - |
| HSV(B) | 264.77º | 0.93% | 1% | - |
| XYZ | 25.32 | 11.33 | 94.62 | - |
| YUV | 74.79 | 229.14 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 254 | 0.54 | 0.93 | 0 | 0.00 | 264.77 | 0.99 | 0.54 |
| Hex | 74 | 13 | FE | 36 | 5D | 0 | 0 | 109 | 63 | 36 |
| Octal | 164 | 23 | 376 | 66 | 135 | 0 | 0 | 411 | 143 | 66 |
| Binary | 1110100 | 10011 | 11111110 | 110110 | 1011101 | 0 | 0 | 100001001 | 1100011 | 110110 |
Color Harmonies of #7413FE
Complementary color
Monochromatic Colors of #7413FE
Black with #7413FE
Text Example
Text Example
White with #7413FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7413FE; }
p { color: rgb(116,19,254); }
H1.HeaderClassName
{
color: #7413FE;
}
.AnyTagClassName
{
color: #7413FE;
}
</style>
background-color css
<style>
a { background-color: #7413FE; }
a { background-color: rgb(116,19,254); }
div.DivClassName
{
background-color: #7413FE;
}
.BgClassName
{
background-color: #7413FE;
}
</style>
border-color css
<style>
span { border-color: #7413FE; }
span { border-color: rgb(116,19,254); }
td.TdClassName
{
border-color: #7413FE;
}
.TagClassName
{
border-color: #7413FE;
}
</style>