Shades of Electric Indigo #741DF8
Tints of Electric Indigo #741DF8
RGB
CMYK
RGB Variations
Color information
#741DF8 (or 0x741DF8) is known color: Electric Indigo. HEX triplet: 74, 1D and F8. RGB value is (116,29,248). Sum of RGB (Red+Green+Blue) = 116+29+248=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #741DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741DF8 is #8BE207. Grayscale: #4F4F4F. Windows color (decimal): -9167368 or 16260468. OLE color: 16260468.
HSL color Cylindrical-coordinate representation of color #741DF8: hue angle of 263.84º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741DF8 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 29 | 248 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.03 |
| HSL | 263.84º | 0.94% | 0.54% | - |
| HSV(B) | 263.84º | 0.88% | 0.97% | - |
| XYZ | 24.59 | 11.37 | 89.71 | - |
| YUV | 79.98 | 222.82 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 248 | 0.53 | 0.88 | 0 | 0.03 | 263.84 | 0.94 | 0.54 |
| Hex | 74 | 1D | F8 | 35 | 58 | 0 | 3 | 108 | 5E | 36 |
| Octal | 164 | 35 | 370 | 65 | 130 | 0 | 3 | 410 | 136 | 66 |
| Binary | 1110100 | 11101 | 11111000 | 110101 | 1011000 | 0 | 11 | 100001000 | 1011110 | 110110 |
Color Harmonies of #741DF8
Complementary color
Monochromatic Colors of #741DF8
Black with #741DF8
Text Example
Text Example
White with #741DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DF8; }
p { color: rgb(116,29,248); }
H1.HeaderClassName
{
color: #741DF8;
}
.AnyTagClassName
{
color: #741DF8;
}
</style>
background-color css
<style>
a { background-color: #741DF8; }
a { background-color: rgb(116,29,248); }
div.DivClassName
{
background-color: #741DF8;
}
.BgClassName
{
background-color: #741DF8;
}
</style>
border-color css
<style>
span { border-color: #741DF8; }
span { border-color: rgb(116,29,248); }
td.TdClassName
{
border-color: #741DF8;
}
.TagClassName
{
border-color: #741DF8;
}
</style>