Shades of Electric Indigo #740EF5
Tints of Electric Indigo #740EF5
RGB
CMYK
RGB Variations
Color information
#740EF5 (or 0x740EF5) is known color: Electric Indigo. HEX triplet: 74, 0E and F5. RGB value is (116,14,245). Sum of RGB (Red+Green+Blue) = 116+14+245=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #740EF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EF5 is #8BF10A. Grayscale: #464646. Windows color (decimal): -9171211 or 16060020. OLE color: 16060020.
HSL color Cylindrical-coordinate representation of color #740EF5: hue angle of 266.49º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EF5 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 14 | 245 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.04 |
| HSL | 266.49º | 0.92% | 0.51% | - |
| HSV(B) | 266.49º | 0.94% | 0.96% | - |
| XYZ | 23.84 | 10.62 | 87.18 | - |
| YUV | 70.83 | 226.29 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 245 | 0.53 | 0.94 | 0 | 0.04 | 266.49 | 0.92 | 0.51 |
| Hex | 74 | E | F5 | 35 | 5E | 0 | 4 | 10A | 5C | 33 |
| Octal | 164 | 16 | 365 | 65 | 136 | 0 | 4 | 412 | 134 | 63 |
| Binary | 1110100 | 1110 | 11110101 | 110101 | 1011110 | 0 | 100 | 100001010 | 1011100 | 110011 |
Color Harmonies of #740EF5
Complementary color
Monochromatic Colors of #740EF5
Black with #740EF5
Text Example
Text Example
White with #740EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EF5; }
p { color: rgb(116,14,245); }
H1.HeaderClassName
{
color: #740EF5;
}
.AnyTagClassName
{
color: #740EF5;
}
</style>
background-color css
<style>
a { background-color: #740EF5; }
a { background-color: rgb(116,14,245); }
div.DivClassName
{
background-color: #740EF5;
}
.BgClassName
{
background-color: #740EF5;
}
</style>
border-color css
<style>
span { border-color: #740EF5; }
span { border-color: rgb(116,14,245); }
td.TdClassName
{
border-color: #740EF5;
}
.TagClassName
{
border-color: #740EF5;
}
</style>