Shades of Electric Indigo #740BE4
Tints of Electric Indigo #740BE4
RGB
CMYK
RGB Variations
Color information
#740BE4 (or 0x740BE4) is known color: Electric Indigo. HEX triplet: 74, 0B and E4. RGB value is (116,11,228). Sum of RGB (Red+Green+Blue) = 116+11+228=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 228 (89.45% from 255 or 64.23% from 355); Max value from RGB is 228 - color contains mainly: blue. Hex color #740BE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BE4 is #8BF41B. Grayscale: #424242. Windows color (decimal): -9171996 or 14945140. OLE color: 14945140.
HSL color Cylindrical-coordinate representation of color #740BE4: hue angle of 269.03º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BE4 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 11 | 228 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.11 |
| HSL | 269.03º | 0.91% | 0.47% | - |
| HSV(B) | 269.03º | 0.95% | 0.89% | - |
| XYZ | 21.33 | 9.55 | 74.12 | - |
| YUV | 67.13 | 218.79 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 228 | 0.49 | 0.95 | 0 | 0.11 | 269.03 | 0.91 | 0.47 |
| Hex | 74 | B | E4 | 31 | 5F | 0 | B | 10D | 5B | 2F |
| Octal | 164 | 13 | 344 | 61 | 137 | 0 | 13 | 415 | 133 | 57 |
| Binary | 1110100 | 1011 | 11100100 | 110001 | 1011111 | 0 | 1011 | 100001101 | 1011011 | 101111 |
Color Harmonies of #740BE4
Complementary color
Monochromatic Colors of #740BE4
Black with #740BE4
Text Example
Text Example
White with #740BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BE4; }
p { color: rgb(116,11,228); }
H1.HeaderClassName
{
color: #740BE4;
}
.AnyTagClassName
{
color: #740BE4;
}
</style>
background-color css
<style>
a { background-color: #740BE4; }
a { background-color: rgb(116,11,228); }
div.DivClassName
{
background-color: #740BE4;
}
.BgClassName
{
background-color: #740BE4;
}
</style>
border-color css
<style>
span { border-color: #740BE4; }
span { border-color: rgb(116,11,228); }
td.TdClassName
{
border-color: #740BE4;
}
.TagClassName
{
border-color: #740BE4;
}
</style>