Shades of Electric Indigo #740FF4
Tints of Electric Indigo #740FF4
RGB
CMYK
RGB Variations
Color information
#740FF4 (or 0x740FF4) is known color: Electric Indigo. HEX triplet: 74, 0F and F4. RGB value is (116,15,244). Sum of RGB (Red+Green+Blue) = 116+15+244=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 244 (95.70% from 255 or 65.07% from 375); Max value from RGB is 244 - color contains mainly: blue. Hex color #740FF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FF4 is #8BF00B. Grayscale: #464646. Windows color (decimal): -9170956 or 15994740. OLE color: 15994740.
HSL color Cylindrical-coordinate representation of color #740FF4: hue angle of 266.46º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FF4 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 15 | 244 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.04 |
| HSL | 266.46º | 0.91% | 0.51% | - |
| HSV(B) | 266.46º | 0.94% | 0.96% | - |
| XYZ | 23.7 | 10.59 | 86.38 | - |
| YUV | 71.31 | 225.46 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 244 | 0.52 | 0.94 | 0 | 0.04 | 266.46 | 0.91 | 0.51 |
| Hex | 74 | F | F4 | 34 | 5E | 0 | 4 | 10A | 5B | 33 |
| Octal | 164 | 17 | 364 | 64 | 136 | 0 | 4 | 412 | 133 | 63 |
| Binary | 1110100 | 1111 | 11110100 | 110100 | 1011110 | 0 | 100 | 100001010 | 1011011 | 110011 |
Color Harmonies of #740FF4
Complementary color
Monochromatic Colors of #740FF4
Black with #740FF4
Text Example
Text Example
White with #740FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740FF4; }
p { color: rgb(116,15,244); }
H1.HeaderClassName
{
color: #740FF4;
}
.AnyTagClassName
{
color: #740FF4;
}
</style>
background-color css
<style>
a { background-color: #740FF4; }
a { background-color: rgb(116,15,244); }
div.DivClassName
{
background-color: #740FF4;
}
.BgClassName
{
background-color: #740FF4;
}
</style>
border-color css
<style>
span { border-color: #740FF4; }
span { border-color: rgb(116,15,244); }
td.TdClassName
{
border-color: #740FF4;
}
.TagClassName
{
border-color: #740FF4;
}
</style>