Shades of Electric Indigo #740AED
Tints of Electric Indigo #740AED
RGB
CMYK
RGB Variations
Color information
#740AED (or 0x740AED) is known color: Electric Indigo. HEX triplet: 74, 0A and ED. RGB value is (116,10,237). Sum of RGB (Red+Green+Blue) = 116+10+237=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #740AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740AED is #8BF512. Grayscale: #424242. Windows color (decimal): -9172243 or 15534708. OLE color: 15534708.
HSL color Cylindrical-coordinate representation of color #740AED: hue angle of 268.02º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740AED is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 10 | 237 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.07 |
| HSL | 268.02º | 0.92% | 0.48% | - |
| HSV(B) | 268.02º | 0.96% | 0.93% | - |
| XYZ | 22.6 | 10.04 | 80.87 | - |
| YUV | 67.57 | 223.62 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 237 | 0.51 | 0.96 | 0 | 0.07 | 268.02 | 0.92 | 0.48 |
| Hex | 74 | A | ED | 33 | 60 | 0 | 7 | 10C | 5C | 30 |
| Octal | 164 | 12 | 355 | 63 | 140 | 0 | 7 | 414 | 134 | 60 |
| Binary | 1110100 | 1010 | 11101101 | 110011 | 1100000 | 0 | 111 | 100001100 | 1011100 | 110000 |
Color Harmonies of #740AED
Complementary color
Monochromatic Colors of #740AED
Black with #740AED
Text Example
Text Example
White with #740AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AED; }
p { color: rgb(116,10,237); }
H1.HeaderClassName
{
color: #740AED;
}
.AnyTagClassName
{
color: #740AED;
}
</style>
background-color css
<style>
a { background-color: #740AED; }
a { background-color: rgb(116,10,237); }
div.DivClassName
{
background-color: #740AED;
}
.BgClassName
{
background-color: #740AED;
}
</style>
border-color css
<style>
span { border-color: #740AED; }
span { border-color: rgb(116,10,237); }
td.TdClassName
{
border-color: #740AED;
}
.TagClassName
{
border-color: #740AED;
}
</style>