Shades of Electric Indigo #740EFE
Tints of Electric Indigo #740EFE
RGB
CMYK
RGB Variations
Color information
#740EFE (or 0x740EFE) is known color: Electric Indigo. HEX triplet: 74, 0E and FE. RGB value is (116,14,254). Sum of RGB (Red+Green+Blue) = 116+14+254=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #740EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EFE is #8BF101. Grayscale: #474747. Windows color (decimal): -9171202 or 16649844. OLE color: 16649844.
HSL color Cylindrical-coordinate representation of color #740EFE: hue angle of 265.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EFE is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 14 | 254 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.00 |
| HSL | 265.5º | 0.99% | 0.53% | - |
| HSV(B) | 265.5º | 0.94% | 1% | - |
| XYZ | 25.25 | 11.18 | 94.59 | - |
| YUV | 71.86 | 230.79 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 254 | 0.54 | 0.94 | 0 | 0.00 | 265.5 | 0.99 | 0.53 |
| Hex | 74 | E | FE | 36 | 5E | 0 | 0 | 10A | 63 | 35 |
| Octal | 164 | 16 | 376 | 66 | 136 | 0 | 0 | 412 | 143 | 65 |
| Binary | 1110100 | 1110 | 11111110 | 110110 | 1011110 | 0 | 0 | 100001010 | 1100011 | 110101 |
Color Harmonies of #740EFE
Complementary color
Monochromatic Colors of #740EFE
Black with #740EFE
Text Example
Text Example
White with #740EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EFE; }
p { color: rgb(116,14,254); }
H1.HeaderClassName
{
color: #740EFE;
}
.AnyTagClassName
{
color: #740EFE;
}
</style>
background-color css
<style>
a { background-color: #740EFE; }
a { background-color: rgb(116,14,254); }
div.DivClassName
{
background-color: #740EFE;
}
.BgClassName
{
background-color: #740EFE;
}
</style>
border-color css
<style>
span { border-color: #740EFE; }
span { border-color: rgb(116,14,254); }
td.TdClassName
{
border-color: #740EFE;
}
.TagClassName
{
border-color: #740EFE;
}
</style>