Shades of Electric Indigo #740EFF
Tints of Electric Indigo #740EFF
RGB
CMYK
RGB Variations
Color information
#740EFF (or 0x740EFF) is known color: Electric Indigo. HEX triplet: 74, 0E and FF. RGB value is (116,14,255). Sum of RGB (Red+Green+Blue) = 116+14+255=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #740EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EFF is #8BF100. Grayscale: #474747. Windows color (decimal): -9171201 or 16715380. OLE color: 16715380.
HSL color Cylindrical-coordinate representation of color #740EFF: hue angle of 265.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740EFF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 14 | 255 | - |
| CMYK | 0.55 | 0.95 | 0 | 0 |
| HSL | 265.39º | 1% | 0.53% | - |
| HSV(B) | 265.39º | 0.95% | 1% | - |
| XYZ | 25.41 | 11.25 | 95.44 | - |
| YUV | 71.97 | 231.29 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 255 | 0.55 | 0.95 | 0 | 0 | 265.39 | 1 | 0.53 |
| Hex | 74 | E | FF | 37 | 5F | 0 | 0 | 109 | 64 | 35 |
| Octal | 164 | 16 | 377 | 67 | 137 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110100 | 1110 | 11111111 | 110111 | 1011111 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #740EFF
Complementary color
Monochromatic Colors of #740EFF
Black with #740EFF
Text Example
Text Example
White with #740EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EFF; }
p { color: rgb(116,14,255); }
H1.HeaderClassName
{
color: #740EFF;
}
.AnyTagClassName
{
color: #740EFF;
}
</style>
background-color css
<style>
a { background-color: #740EFF; }
a { background-color: rgb(116,14,255); }
div.DivClassName
{
background-color: #740EFF;
}
.BgClassName
{
background-color: #740EFF;
}
</style>
border-color css
<style>
span { border-color: #740EFF; }
span { border-color: rgb(116,14,255); }
td.TdClassName
{
border-color: #740EFF;
}
.TagClassName
{
border-color: #740EFF;
}
</style>