Shades of Electric Indigo #740FF2
Tints of Electric Indigo #740FF2
RGB
CMYK
RGB Variations
Color information
#740FF2 (or 0x740FF2) is known color: Electric Indigo. HEX triplet: 74, 0F and F2. RGB value is (116,15,242). Sum of RGB (Red+Green+Blue) = 116+15+242=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 242 (94.92% from 255 or 64.88% from 373); Max value from RGB is 242 - color contains mainly: blue. Hex color #740FF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FF2 is #8BF00D. Grayscale: #464646. Windows color (decimal): -9170958 or 15863668. OLE color: 15863668.
HSL color Cylindrical-coordinate representation of color #740FF2: hue angle of 266.7º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FF2 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 15 | 242 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.05 |
| HSL | 266.7º | 0.9% | 0.5% | - |
| HSV(B) | 266.7º | 0.94% | 0.95% | - |
| XYZ | 23.4 | 10.47 | 84.79 | - |
| YUV | 71.08 | 224.46 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 242 | 0.52 | 0.94 | 0 | 0.05 | 266.7 | 0.9 | 0.5 |
| Hex | 74 | F | F2 | 34 | 5E | 0 | 5 | 10B | 5A | 32 |
| Octal | 164 | 17 | 362 | 64 | 136 | 0 | 5 | 413 | 132 | 62 |
| Binary | 1110100 | 1111 | 11110010 | 110100 | 1011110 | 0 | 101 | 100001011 | 1011010 | 110010 |
Color Harmonies of #740FF2
Complementary color
Monochromatic Colors of #740FF2
Black with #740FF2
Text Example
Text Example
White with #740FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740FF2; }
p { color: rgb(116,15,242); }
H1.HeaderClassName
{
color: #740FF2;
}
.AnyTagClassName
{
color: #740FF2;
}
</style>
background-color css
<style>
a { background-color: #740FF2; }
a { background-color: rgb(116,15,242); }
div.DivClassName
{
background-color: #740FF2;
}
.BgClassName
{
background-color: #740FF2;
}
</style>
border-color css
<style>
span { border-color: #740FF2; }
span { border-color: rgb(116,15,242); }
td.TdClassName
{
border-color: #740FF2;
}
.TagClassName
{
border-color: #740FF2;
}
</style>