Shades of Electric Indigo #741FFD
Tints of Electric Indigo #741FFD
RGB
CMYK
RGB Variations
Color information
#741FFD (or 0x741FFD) is known color: Electric Indigo. HEX triplet: 74, 1F and FD. RGB value is (116,31,253). Sum of RGB (Red+Green+Blue) = 116+31+253=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #741FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FFD is #8BE002. Grayscale: #505050. Windows color (decimal): -9166851 or 16588660. OLE color: 16588660.
HSL color Cylindrical-coordinate representation of color #741FFD: hue angle of 262.97º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741FFD is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 31 | 253 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.01 |
| HSL | 262.97º | 0.98% | 0.56% | - |
| HSV(B) | 262.97º | 0.88% | 0.99% | - |
| XYZ | 25.42 | 11.78 | 93.86 | - |
| YUV | 81.72 | 224.66 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 253 | 0.54 | 0.88 | 0 | 0.01 | 262.97 | 0.98 | 0.56 |
| Hex | 74 | 1F | FD | 36 | 58 | 0 | 1 | 107 | 62 | 38 |
| Octal | 164 | 37 | 375 | 66 | 130 | 0 | 1 | 407 | 142 | 70 |
| Binary | 1110100 | 11111 | 11111101 | 110110 | 1011000 | 0 | 1 | 100000111 | 1100010 | 111000 |
Color Harmonies of #741FFD
Complementary color
Monochromatic Colors of #741FFD
Black with #741FFD
Text Example
Text Example
White with #741FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FFD; }
p { color: rgb(116,31,253); }
H1.HeaderClassName
{
color: #741FFD;
}
.AnyTagClassName
{
color: #741FFD;
}
</style>
background-color css
<style>
a { background-color: #741FFD; }
a { background-color: rgb(116,31,253); }
div.DivClassName
{
background-color: #741FFD;
}
.BgClassName
{
background-color: #741FFD;
}
</style>
border-color css
<style>
span { border-color: #741FFD; }
span { border-color: rgb(116,31,253); }
td.TdClassName
{
border-color: #741FFD;
}
.TagClassName
{
border-color: #741FFD;
}
</style>