Shades of Electric Indigo #740BEB
Tints of Electric Indigo #740BEB
RGB
CMYK
RGB Variations
Color information
#740BEB (or 0x740BEB) is known color: Electric Indigo. HEX triplet: 74, 0B and EB. RGB value is (116,11,235). Sum of RGB (Red+Green+Blue) = 116+11+235=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #740BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740BEB is #8BF414. Grayscale: #434343. Windows color (decimal): -9171989 or 15403892. OLE color: 15403892.
HSL color Cylindrical-coordinate representation of color #740BEB: hue angle of 268.12º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BEB is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 11 | 235 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.08 |
| HSL | 268.13º | 0.91% | 0.48% | - |
| HSV(B) | 268.13º | 0.95% | 0.92% | - |
| XYZ | 22.32 | 9.95 | 79.34 | - |
| YUV | 67.93 | 222.29 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 235 | 0.51 | 0.95 | 0 | 0.08 | 268.13 | 0.91 | 0.48 |
| Hex | 74 | B | EB | 33 | 5F | 0 | 8 | 10C | 5B | 30 |
| Octal | 164 | 13 | 353 | 63 | 137 | 0 | 10 | 414 | 133 | 60 |
| Binary | 1110100 | 1011 | 11101011 | 110011 | 1011111 | 0 | 1000 | 100001100 | 1011011 | 110000 |
Color Harmonies of #740BEB
Complementary color
Monochromatic Colors of #740BEB
Black with #740BEB
Text Example
Text Example
White with #740BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BEB; }
p { color: rgb(116,11,235); }
H1.HeaderClassName
{
color: #740BEB;
}
.AnyTagClassName
{
color: #740BEB;
}
</style>
background-color css
<style>
a { background-color: #740BEB; }
a { background-color: rgb(116,11,235); }
div.DivClassName
{
background-color: #740BEB;
}
.BgClassName
{
background-color: #740BEB;
}
</style>
border-color css
<style>
span { border-color: #740BEB; }
span { border-color: rgb(116,11,235); }
td.TdClassName
{
border-color: #740BEB;
}
.TagClassName
{
border-color: #740BEB;
}
</style>