Shades of Electric Indigo #740CEC
Tints of Electric Indigo #740CEC
RGB
CMYK
RGB Variations
Color information
#740CEC (or 0x740CEC) is known color: Electric Indigo. HEX triplet: 74, 0C and EC. RGB value is (116,12,236). Sum of RGB (Red+Green+Blue) = 116+12+236=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #740CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740CEC is #8BF313. Grayscale: #434343. Windows color (decimal): -9171732 or 15469684. OLE color: 15469684.
HSL color Cylindrical-coordinate representation of color #740CEC: hue angle of 267.86º 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 #740CEC is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 12 | 236 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.07 |
| HSL | 267.86º | 0.9% | 0.49% | - |
| HSV(B) | 267.86º | 0.95% | 0.93% | - |
| XYZ | 22.47 | 10.03 | 80.11 | - |
| YUV | 68.63 | 222.46 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 236 | 0.51 | 0.95 | 0 | 0.07 | 267.86 | 0.9 | 0.49 |
| Hex | 74 | C | EC | 33 | 5F | 0 | 7 | 10C | 5A | 31 |
| Octal | 164 | 14 | 354 | 63 | 137 | 0 | 7 | 414 | 132 | 61 |
| Binary | 1110100 | 1100 | 11101100 | 110011 | 1011111 | 0 | 111 | 100001100 | 1011010 | 110001 |
Color Harmonies of #740CEC
Complementary color
Monochromatic Colors of #740CEC
Black with #740CEC
Text Example
Text Example
White with #740CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740CEC; }
p { color: rgb(116,12,236); }
H1.HeaderClassName
{
color: #740CEC;
}
.AnyTagClassName
{
color: #740CEC;
}
</style>
background-color css
<style>
a { background-color: #740CEC; }
a { background-color: rgb(116,12,236); }
div.DivClassName
{
background-color: #740CEC;
}
.BgClassName
{
background-color: #740CEC;
}
</style>
border-color css
<style>
span { border-color: #740CEC; }
span { border-color: rgb(116,12,236); }
td.TdClassName
{
border-color: #740CEC;
}
.TagClassName
{
border-color: #740CEC;
}
</style>