Shades of Electric Indigo #740FF5
Tints of Electric Indigo #740FF5
RGB
CMYK
RGB Variations
Color information
#740FF5 (or 0x740FF5) is known color: Electric Indigo. HEX triplet: 74, 0F and F5. RGB value is (116,15,245). Sum of RGB (Red+Green+Blue) = 116+15+245=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 245 (96.09% from 255 or 65.16% from 376); Max value from RGB is 245 - color contains mainly: blue. Hex color #740FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FF5 is #8BF00A. Grayscale: #464646. Windows color (decimal): -9170955 or 16060276. OLE color: 16060276.
HSL color Cylindrical-coordinate representation of color #740FF5: hue angle of 266.35º degrees, saturation: 0.92, 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 #740FF5 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 15 | 245 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.04 |
| HSL | 266.35º | 0.92% | 0.51% | - |
| HSV(B) | 266.35º | 0.94% | 0.96% | - |
| XYZ | 23.85 | 10.65 | 87.18 | - |
| YUV | 71.42 | 225.96 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 245 | 0.53 | 0.94 | 0 | 0.04 | 266.35 | 0.92 | 0.51 |
| Hex | 74 | F | F5 | 35 | 5E | 0 | 4 | 10A | 5C | 33 |
| Octal | 164 | 17 | 365 | 65 | 136 | 0 | 4 | 412 | 134 | 63 |
| Binary | 1110100 | 1111 | 11110101 | 110101 | 1011110 | 0 | 100 | 100001010 | 1011100 | 110011 |
Color Harmonies of #740FF5
Complementary color
Monochromatic Colors of #740FF5
Black with #740FF5
Text Example
Text Example
White with #740FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740FF5; }
p { color: rgb(116,15,245); }
H1.HeaderClassName
{
color: #740FF5;
}
.AnyTagClassName
{
color: #740FF5;
}
</style>
background-color css
<style>
a { background-color: #740FF5; }
a { background-color: rgb(116,15,245); }
div.DivClassName
{
background-color: #740FF5;
}
.BgClassName
{
background-color: #740FF5;
}
</style>
border-color css
<style>
span { border-color: #740FF5; }
span { border-color: rgb(116,15,245); }
td.TdClassName
{
border-color: #740FF5;
}
.TagClassName
{
border-color: #740FF5;
}
</style>