Shades of Electric Indigo #740FF0
Tints of Electric Indigo #740FF0
RGB
CMYK
RGB Variations
Color information
#740FF0 (or 0x740FF0) is known color: Electric Indigo. HEX triplet: 74, 0F and F0. RGB value is (116,15,240). Sum of RGB (Red+Green+Blue) = 116+15+240=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 240 (94.14% from 255 or 64.69% from 371); Max value from RGB is 240 - color contains mainly: blue. Hex color #740FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FF0 is #8BF00F. Grayscale: #464646. Windows color (decimal): -9170960 or 15732596. OLE color: 15732596.
HSL color Cylindrical-coordinate representation of color #740FF0: hue angle of 266.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FF0 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 15 | 240 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.06 |
| HSL | 266.93º | 0.88% | 0.5% | - |
| HSV(B) | 266.93º | 0.94% | 0.94% | - |
| XYZ | 23.1 | 10.35 | 83.22 | - |
| YUV | 70.85 | 223.46 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 240 | 0.52 | 0.94 | 0 | 0.06 | 266.93 | 0.88 | 0.5 |
| Hex | 74 | F | F0 | 34 | 5E | 0 | 6 | 10B | 58 | 32 |
| Octal | 164 | 17 | 360 | 64 | 136 | 0 | 6 | 413 | 130 | 62 |
| Binary | 1110100 | 1111 | 11110000 | 110100 | 1011110 | 0 | 110 | 100001011 | 1011000 | 110010 |
Color Harmonies of #740FF0
Complementary color
Monochromatic Colors of #740FF0
Black with #740FF0
Text Example
Text Example
White with #740FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740FF0; }
p { color: rgb(116,15,240); }
H1.HeaderClassName
{
color: #740FF0;
}
.AnyTagClassName
{
color: #740FF0;
}
</style>
background-color css
<style>
a { background-color: #740FF0; }
a { background-color: rgb(116,15,240); }
div.DivClassName
{
background-color: #740FF0;
}
.BgClassName
{
background-color: #740FF0;
}
</style>
border-color css
<style>
span { border-color: #740FF0; }
span { border-color: rgb(116,15,240); }
td.TdClassName
{
border-color: #740FF0;
}
.TagClassName
{
border-color: #740FF0;
}
</style>