Shades of Electric Indigo #740EFC
Tints of Electric Indigo #740EFC
RGB
CMYK
RGB Variations
Color information
#740EFC (or 0x740EFC) is known color: Electric Indigo. HEX triplet: 74, 0E and FC. RGB value is (116,14,252). Sum of RGB (Red+Green+Blue) = 116+14+252=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #740EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EFC is #8BF103. Grayscale: #464646. Windows color (decimal): -9171204 or 16518772. OLE color: 16518772.
HSL color Cylindrical-coordinate representation of color #740EFC: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EFC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 14 | 252 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.01 |
| HSL | 265.71º | 0.98% | 0.52% | - |
| HSV(B) | 265.71º | 0.94% | 0.99% | - |
| XYZ | 24.93 | 11.06 | 92.92 | - |
| YUV | 71.63 | 229.79 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 252 | 0.54 | 0.94 | 0 | 0.01 | 265.71 | 0.98 | 0.52 |
| Hex | 74 | E | FC | 36 | 5E | 0 | 1 | 10A | 62 | 34 |
| Octal | 164 | 16 | 374 | 66 | 136 | 0 | 1 | 412 | 142 | 64 |
| Binary | 1110100 | 1110 | 11111100 | 110110 | 1011110 | 0 | 1 | 100001010 | 1100010 | 110100 |
Color Harmonies of #740EFC
Complementary color
Monochromatic Colors of #740EFC
Black with #740EFC
Text Example
Text Example
White with #740EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EFC; }
p { color: rgb(116,14,252); }
H1.HeaderClassName
{
color: #740EFC;
}
.AnyTagClassName
{
color: #740EFC;
}
</style>
background-color css
<style>
a { background-color: #740EFC; }
a { background-color: rgb(116,14,252); }
div.DivClassName
{
background-color: #740EFC;
}
.BgClassName
{
background-color: #740EFC;
}
</style>
border-color css
<style>
span { border-color: #740EFC; }
span { border-color: rgb(116,14,252); }
td.TdClassName
{
border-color: #740EFC;
}
.TagClassName
{
border-color: #740EFC;
}
</style>