Shades of Electric Indigo #740FEA
Tints of Electric Indigo #740FEA
RGB
CMYK
RGB Variations
Color information
#740FEA (or 0x740FEA) is known color: Electric Indigo. HEX triplet: 74, 0F and EA. RGB value is (116,15,234). Sum of RGB (Red+Green+Blue) = 116+15+234=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #740FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FEA is #8BF015. Grayscale: #454545. Windows color (decimal): -9170966 or 15339380. OLE color: 15339380.
HSL color Cylindrical-coordinate representation of color #740FEA: hue angle of 267.67º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FEA is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 15 | 234 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.08 |
| HSL | 267.67º | 0.88% | 0.49% | - |
| HSV(B) | 267.67º | 0.94% | 0.92% | - |
| XYZ | 22.22 | 10 | 78.6 | - |
| YUV | 70.17 | 220.46 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 234 | 0.50 | 0.94 | 0 | 0.08 | 267.67 | 0.88 | 0.49 |
| Hex | 74 | F | EA | 32 | 5E | 0 | 8 | 10C | 58 | 31 |
| Octal | 164 | 17 | 352 | 62 | 136 | 0 | 10 | 414 | 130 | 61 |
| Binary | 1110100 | 1111 | 11101010 | 110010 | 1011110 | 0 | 1000 | 100001100 | 1011000 | 110001 |
Color Harmonies of #740FEA
Complementary color
Monochromatic Colors of #740FEA
Black with #740FEA
Text Example
Text Example
White with #740FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740FEA; }
p { color: rgb(116,15,234); }
H1.HeaderClassName
{
color: #740FEA;
}
.AnyTagClassName
{
color: #740FEA;
}
</style>
background-color css
<style>
a { background-color: #740FEA; }
a { background-color: rgb(116,15,234); }
div.DivClassName
{
background-color: #740FEA;
}
.BgClassName
{
background-color: #740FEA;
}
</style>
border-color css
<style>
span { border-color: #740FEA; }
span { border-color: rgb(116,15,234); }
td.TdClassName
{
border-color: #740FEA;
}
.TagClassName
{
border-color: #740FEA;
}
</style>