Shades of Electric Indigo #741FFF
Tints of Electric Indigo #741FFF
RGB
CMYK
RGB Variations
Color information
#741FFF (or 0x741FFF) is known color: Electric Indigo. HEX triplet: 74, 1F and FF. RGB value is (116,31,255). Sum of RGB (Red+Green+Blue) = 116+31+255=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #741FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FFF is #8BE000. Grayscale: #515151. Windows color (decimal): -9166849 or 16719732. OLE color: 16719732.
HSL color Cylindrical-coordinate representation of color #741FFF: hue angle of 262.77º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741FFF is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 31 | 255 | - |
| CMYK | 0.55 | 0.88 | 0 | 0 |
| HSL | 262.77º | 1% | 0.56% | - |
| HSV(B) | 262.77º | 0.88% | 1% | - |
| XYZ | 25.74 | 11.91 | 95.55 | - |
| YUV | 81.95 | 225.66 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 255 | 0.55 | 0.88 | 0 | 0 | 262.77 | 1 | 0.56 |
| Hex | 74 | 1F | FF | 37 | 58 | 0 | 0 | 107 | 64 | 38 |
| Octal | 164 | 37 | 377 | 67 | 130 | 0 | 0 | 407 | 144 | 70 |
| Binary | 1110100 | 11111 | 11111111 | 110111 | 1011000 | 0 | 0 | 100000111 | 1100100 | 111000 |
Color Harmonies of #741FFF
Complementary color
Monochromatic Colors of #741FFF
Black with #741FFF
Text Example
Text Example
White with #741FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FFF; }
p { color: rgb(116,31,255); }
H1.HeaderClassName
{
color: #741FFF;
}
.AnyTagClassName
{
color: #741FFF;
}
</style>
background-color css
<style>
a { background-color: #741FFF; }
a { background-color: rgb(116,31,255); }
div.DivClassName
{
background-color: #741FFF;
}
.BgClassName
{
background-color: #741FFF;
}
</style>
border-color css
<style>
span { border-color: #741FFF; }
span { border-color: rgb(116,31,255); }
td.TdClassName
{
border-color: #741FFF;
}
.TagClassName
{
border-color: #741FFF;
}
</style>