Shades of Electric Indigo #741DFF
Tints of Electric Indigo #741DFF
RGB
CMYK
RGB Variations
Color information
#741DFF (or 0x741DFF) is known color: Electric Indigo. HEX triplet: 74, 1D and FF. RGB value is (116,29,255). Sum of RGB (Red+Green+Blue) = 116+29+255=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #741DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741DFF is #8BE200. Grayscale: #4F4F4F. Windows color (decimal): -9167361 or 16719220. OLE color: 16719220.
HSL color Cylindrical-coordinate representation of color #741DFF: hue angle of 263.1º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741DFF is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 29 | 255 | - |
| CMYK | 0.55 | 0.89 | 0 | 0 |
| HSL | 263.1º | 1% | 0.56% | - |
| HSV(B) | 263.1º | 0.89% | 1% | - |
| XYZ | 25.69 | 11.81 | 95.53 | - |
| YUV | 80.78 | 226.32 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 255 | 0.55 | 0.89 | 0 | 0 | 263.1 | 1 | 0.56 |
| Hex | 74 | 1D | FF | 37 | 59 | 0 | 0 | 107 | 64 | 38 |
| Octal | 164 | 35 | 377 | 67 | 131 | 0 | 0 | 407 | 144 | 70 |
| Binary | 1110100 | 11101 | 11111111 | 110111 | 1011001 | 0 | 0 | 100000111 | 1100100 | 111000 |
Color Harmonies of #741DFF
Complementary color
Monochromatic Colors of #741DFF
Black with #741DFF
Text Example
Text Example
White with #741DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DFF; }
p { color: rgb(116,29,255); }
H1.HeaderClassName
{
color: #741DFF;
}
.AnyTagClassName
{
color: #741DFF;
}
</style>
background-color css
<style>
a { background-color: #741DFF; }
a { background-color: rgb(116,29,255); }
div.DivClassName
{
background-color: #741DFF;
}
.BgClassName
{
background-color: #741DFF;
}
</style>
border-color css
<style>
span { border-color: #741DFF; }
span { border-color: rgb(116,29,255); }
td.TdClassName
{
border-color: #741DFF;
}
.TagClassName
{
border-color: #741DFF;
}
</style>