Shades of Electric Indigo #740BEA
Tints of Electric Indigo #740BEA
RGB
CMYK
RGB Variations
Color information
#740BEA (or 0x740BEA) is known color: Electric Indigo. HEX triplet: 74, 0B and EA. RGB value is (116,11,234). Sum of RGB (Red+Green+Blue) = 116+11+234=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #740BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740BEA is #8BF415. Grayscale: #434343. Windows color (decimal): -9171990 or 15338356. OLE color: 15338356.
HSL color Cylindrical-coordinate representation of color #740BEA: hue angle of 268.25º 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 #740BEA is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 11 | 234 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.08 |
| HSL | 268.25º | 0.91% | 0.48% | - |
| HSV(B) | 268.25º | 0.95% | 0.92% | - |
| XYZ | 22.17 | 9.89 | 78.58 | - |
| YUV | 67.82 | 221.79 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 234 | 0.50 | 0.95 | 0 | 0.08 | 268.25 | 0.91 | 0.48 |
| Hex | 74 | B | EA | 32 | 5F | 0 | 8 | 10C | 5B | 30 |
| Octal | 164 | 13 | 352 | 62 | 137 | 0 | 10 | 414 | 133 | 60 |
| Binary | 1110100 | 1011 | 11101010 | 110010 | 1011111 | 0 | 1000 | 100001100 | 1011011 | 110000 |
Color Harmonies of #740BEA
Complementary color
Monochromatic Colors of #740BEA
Black with #740BEA
Text Example
Text Example
White with #740BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BEA; }
p { color: rgb(116,11,234); }
H1.HeaderClassName
{
color: #740BEA;
}
.AnyTagClassName
{
color: #740BEA;
}
</style>
background-color css
<style>
a { background-color: #740BEA; }
a { background-color: rgb(116,11,234); }
div.DivClassName
{
background-color: #740BEA;
}
.BgClassName
{
background-color: #740BEA;
}
</style>
border-color css
<style>
span { border-color: #740BEA; }
span { border-color: rgb(116,11,234); }
td.TdClassName
{
border-color: #740BEA;
}
.TagClassName
{
border-color: #740BEA;
}
</style>