Shades of Electric Indigo #740CED
Tints of Electric Indigo #740CED
RGB
CMYK
RGB Variations
Color information
#740CED (or 0x740CED) is known color: Electric Indigo. HEX triplet: 74, 0C and ED. RGB value is (116,12,237). Sum of RGB (Red+Green+Blue) = 116+12+237=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #740CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740CED is #8BF312. Grayscale: #434343. Windows color (decimal): -9171731 or 15535220. OLE color: 15535220.
HSL color Cylindrical-coordinate representation of color #740CED: hue angle of 267.73º 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 #740CED is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 12 | 237 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.07 |
| HSL | 267.73º | 0.9% | 0.49% | - |
| HSV(B) | 267.73º | 0.95% | 0.93% | - |
| XYZ | 22.62 | 10.09 | 80.88 | - |
| YUV | 68.75 | 222.96 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 237 | 0.51 | 0.95 | 0 | 0.07 | 267.73 | 0.9 | 0.49 |
| Hex | 74 | C | ED | 33 | 5F | 0 | 7 | 10C | 5A | 31 |
| Octal | 164 | 14 | 355 | 63 | 137 | 0 | 7 | 414 | 132 | 61 |
| Binary | 1110100 | 1100 | 11101101 | 110011 | 1011111 | 0 | 111 | 100001100 | 1011010 | 110001 |
Color Harmonies of #740CED
Complementary color
Monochromatic Colors of #740CED
Black with #740CED
Text Example
Text Example
White with #740CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740CED; }
p { color: rgb(116,12,237); }
H1.HeaderClassName
{
color: #740CED;
}
.AnyTagClassName
{
color: #740CED;
}
</style>
background-color css
<style>
a { background-color: #740CED; }
a { background-color: rgb(116,12,237); }
div.DivClassName
{
background-color: #740CED;
}
.BgClassName
{
background-color: #740CED;
}
</style>
border-color css
<style>
span { border-color: #740CED; }
span { border-color: rgb(116,12,237); }
td.TdClassName
{
border-color: #740CED;
}
.TagClassName
{
border-color: #740CED;
}
</style>