Shades of Electric Indigo #741DFB
Tints of Electric Indigo #741DFB
RGB
CMYK
RGB Variations
Color information
#741DFB (or 0x741DFB) is known color: Electric Indigo. HEX triplet: 74, 1D and FB. RGB value is (116,29,251). Sum of RGB (Red+Green+Blue) = 116+29+251=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #741DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741DFB is #8BE204. Grayscale: #4F4F4F. Windows color (decimal): -9167365 or 16457076. OLE color: 16457076.
HSL color Cylindrical-coordinate representation of color #741DFB: hue angle of 263.51º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741DFB is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 29 | 251 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.02 |
| HSL | 263.51º | 0.97% | 0.55% | - |
| HSV(B) | 263.51º | 0.88% | 0.98% | - |
| XYZ | 25.05 | 11.56 | 92.18 | - |
| YUV | 80.32 | 224.32 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 251 | 0.54 | 0.88 | 0 | 0.02 | 263.51 | 0.97 | 0.55 |
| Hex | 74 | 1D | FB | 36 | 58 | 0 | 2 | 108 | 61 | 37 |
| Octal | 164 | 35 | 373 | 66 | 130 | 0 | 2 | 410 | 141 | 67 |
| Binary | 1110100 | 11101 | 11111011 | 110110 | 1011000 | 0 | 10 | 100001000 | 1100001 | 110111 |
Color Harmonies of #741DFB
Complementary color
Monochromatic Colors of #741DFB
Black with #741DFB
Text Example
Text Example
White with #741DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DFB; }
p { color: rgb(116,29,251); }
H1.HeaderClassName
{
color: #741DFB;
}
.AnyTagClassName
{
color: #741DFB;
}
</style>
background-color css
<style>
a { background-color: #741DFB; }
a { background-color: rgb(116,29,251); }
div.DivClassName
{
background-color: #741DFB;
}
.BgClassName
{
background-color: #741DFB;
}
</style>
border-color css
<style>
span { border-color: #741DFB; }
span { border-color: rgb(116,29,251); }
td.TdClassName
{
border-color: #741DFB;
}
.TagClassName
{
border-color: #741DFB;
}
</style>