Shades of Electric Indigo #741FFE
Tints of Electric Indigo #741FFE
RGB
CMYK
RGB Variations
Color information
#741FFE (or 0x741FFE) is known color: Electric Indigo. HEX triplet: 74, 1F and FE. RGB value is (116,31,254). Sum of RGB (Red+Green+Blue) = 116+31+254=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #741FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FFE is #8BE001. Grayscale: #515151. Windows color (decimal): -9166850 or 16654196. OLE color: 16654196.
HSL color Cylindrical-coordinate representation of color #741FFE: hue angle of 262.87º 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 #741FFE is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 31 | 254 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.00 |
| HSL | 262.87º | 0.99% | 0.56% | - |
| HSV(B) | 262.87º | 0.88% | 1% | - |
| XYZ | 25.58 | 11.85 | 94.7 | - |
| YUV | 81.84 | 225.16 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 254 | 0.54 | 0.88 | 0 | 0.00 | 262.87 | 0.99 | 0.56 |
| Hex | 74 | 1F | FE | 36 | 58 | 0 | 0 | 107 | 63 | 38 |
| Octal | 164 | 37 | 376 | 66 | 130 | 0 | 0 | 407 | 143 | 70 |
| Binary | 1110100 | 11111 | 11111110 | 110110 | 1011000 | 0 | 0 | 100000111 | 1100011 | 111000 |
Color Harmonies of #741FFE
Complementary color
Monochromatic Colors of #741FFE
Black with #741FFE
Text Example
Text Example
White with #741FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FFE; }
p { color: rgb(116,31,254); }
H1.HeaderClassName
{
color: #741FFE;
}
.AnyTagClassName
{
color: #741FFE;
}
</style>
background-color css
<style>
a { background-color: #741FFE; }
a { background-color: rgb(116,31,254); }
div.DivClassName
{
background-color: #741FFE;
}
.BgClassName
{
background-color: #741FFE;
}
</style>
border-color css
<style>
span { border-color: #741FFE; }
span { border-color: rgb(116,31,254); }
td.TdClassName
{
border-color: #741FFE;
}
.TagClassName
{
border-color: #741FFE;
}
</style>