Shades of Electric Indigo #741DFD
Tints of Electric Indigo #741DFD
RGB
CMYK
RGB Variations
Color information
#741DFD (or 0x741DFD) is known color: Electric Indigo. HEX triplet: 74, 1D and FD. RGB value is (116,29,253). Sum of RGB (Red+Green+Blue) = 116+29+253=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #741DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741DFD is #8BE202. Grayscale: #4F4F4F. Windows color (decimal): -9167363 or 16588148. OLE color: 16588148.
HSL color Cylindrical-coordinate representation of color #741DFD: hue angle of 263.3º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741DFD is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 29 | 253 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.01 |
| HSL | 263.3º | 0.98% | 0.55% | - |
| HSV(B) | 263.3º | 0.89% | 0.99% | - |
| XYZ | 25.37 | 11.68 | 93.85 | - |
| YUV | 80.55 | 225.32 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 253 | 0.54 | 0.89 | 0 | 0.01 | 263.3 | 0.98 | 0.55 |
| Hex | 74 | 1D | FD | 36 | 59 | 0 | 1 | 107 | 62 | 37 |
| Octal | 164 | 35 | 375 | 66 | 131 | 0 | 1 | 407 | 142 | 67 |
| Binary | 1110100 | 11101 | 11111101 | 110110 | 1011001 | 0 | 1 | 100000111 | 1100010 | 110111 |
Color Harmonies of #741DFD
Complementary color
Monochromatic Colors of #741DFD
Black with #741DFD
Text Example
Text Example
White with #741DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DFD; }
p { color: rgb(116,29,253); }
H1.HeaderClassName
{
color: #741DFD;
}
.AnyTagClassName
{
color: #741DFD;
}
</style>
background-color css
<style>
a { background-color: #741DFD; }
a { background-color: rgb(116,29,253); }
div.DivClassName
{
background-color: #741DFD;
}
.BgClassName
{
background-color: #741DFD;
}
</style>
border-color css
<style>
span { border-color: #741DFD; }
span { border-color: rgb(116,29,253); }
td.TdClassName
{
border-color: #741DFD;
}
.TagClassName
{
border-color: #741DFD;
}
</style>