Shades of Electric Indigo #741EFE
Tints of Electric Indigo #741EFE
RGB
CMYK
RGB Variations
Color information
#741EFE (or 0x741EFE) is known color: Electric Indigo. HEX triplet: 74, 1E and FE. RGB value is (116,30,254). Sum of RGB (Red+Green+Blue) = 116+30+254=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #741EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741EFE is #8BE101. Grayscale: #505050. Windows color (decimal): -9167106 or 16653940. OLE color: 16653940.
HSL color Cylindrical-coordinate representation of color #741EFE: hue angle of 263.04º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741EFE is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 30 | 254 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.00 |
| HSL | 263.04º | 0.99% | 0.56% | - |
| HSV(B) | 263.04º | 0.88% | 1% | - |
| XYZ | 25.56 | 11.8 | 94.7 | - |
| YUV | 81.25 | 225.49 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 254 | 0.54 | 0.88 | 0 | 0.00 | 263.04 | 0.99 | 0.56 |
| Hex | 74 | 1E | FE | 36 | 58 | 0 | 0 | 107 | 63 | 38 |
| Octal | 164 | 36 | 376 | 66 | 130 | 0 | 0 | 407 | 143 | 70 |
| Binary | 1110100 | 11110 | 11111110 | 110110 | 1011000 | 0 | 0 | 100000111 | 1100011 | 111000 |
Color Harmonies of #741EFE
Complementary color
Monochromatic Colors of #741EFE
Black with #741EFE
Text Example
Text Example
White with #741EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741EFE; }
p { color: rgb(116,30,254); }
H1.HeaderClassName
{
color: #741EFE;
}
.AnyTagClassName
{
color: #741EFE;
}
</style>
background-color css
<style>
a { background-color: #741EFE; }
a { background-color: rgb(116,30,254); }
div.DivClassName
{
background-color: #741EFE;
}
.BgClassName
{
background-color: #741EFE;
}
</style>
border-color css
<style>
span { border-color: #741EFE; }
span { border-color: rgb(116,30,254); }
td.TdClassName
{
border-color: #741EFE;
}
.TagClassName
{
border-color: #741EFE;
}
</style>