Shades of Electric Indigo #740DED
Tints of Electric Indigo #740DED
RGB
CMYK
RGB Variations
Color information
#740DED (or 0x740DED) is known color: Electric Indigo. HEX triplet: 74, 0D and ED. RGB value is (116,13,237). Sum of RGB (Red+Green+Blue) = 116+13+237=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #740DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740DED is #8BF212. Grayscale: #444444. Windows color (decimal): -9171475 or 15535476. OLE color: 15535476.
HSL color Cylindrical-coordinate representation of color #740DED: hue angle of 267.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740DED is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 13 | 237 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.07 |
| HSL | 267.59º | 0.9% | 0.49% | - |
| HSV(B) | 267.59º | 0.95% | 0.93% | - |
| XYZ | 22.63 | 10.12 | 80.88 | - |
| YUV | 69.33 | 222.62 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 237 | 0.51 | 0.95 | 0 | 0.07 | 267.59 | 0.9 | 0.49 |
| Hex | 74 | D | ED | 33 | 5F | 0 | 7 | 10C | 5A | 31 |
| Octal | 164 | 15 | 355 | 63 | 137 | 0 | 7 | 414 | 132 | 61 |
| Binary | 1110100 | 1101 | 11101101 | 110011 | 1011111 | 0 | 111 | 100001100 | 1011010 | 110001 |
Color Harmonies of #740DED
Complementary color
Monochromatic Colors of #740DED
Black with #740DED
Text Example
Text Example
White with #740DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DED; }
p { color: rgb(116,13,237); }
H1.HeaderClassName
{
color: #740DED;
}
.AnyTagClassName
{
color: #740DED;
}
</style>
background-color css
<style>
a { background-color: #740DED; }
a { background-color: rgb(116,13,237); }
div.DivClassName
{
background-color: #740DED;
}
.BgClassName
{
background-color: #740DED;
}
</style>
border-color css
<style>
span { border-color: #740DED; }
span { border-color: rgb(116,13,237); }
td.TdClassName
{
border-color: #740DED;
}
.TagClassName
{
border-color: #740DED;
}
</style>