Shades of Electric Indigo #741EF8
Tints of Electric Indigo #741EF8
RGB
CMYK
RGB Variations
Color information
#741EF8 (or 0x741EF8) is known color: Electric Indigo. HEX triplet: 74, 1E and F8. RGB value is (116,30,248). Sum of RGB (Red+Green+Blue) = 116+30+248=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #741EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741EF8 is #8BE107. Grayscale: #4F4F4F. Windows color (decimal): -9167112 or 16260724. OLE color: 16260724.
HSL color Cylindrical-coordinate representation of color #741EF8: hue angle of 263.67º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741EF8 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 30 | 248 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.03 |
| HSL | 263.67º | 0.94% | 0.55% | - |
| HSV(B) | 263.67º | 0.88% | 0.97% | - |
| XYZ | 24.61 | 11.42 | 89.71 | - |
| YUV | 80.57 | 222.49 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 248 | 0.53 | 0.88 | 0 | 0.03 | 263.67 | 0.94 | 0.55 |
| Hex | 74 | 1E | F8 | 35 | 58 | 0 | 3 | 108 | 5E | 37 |
| Octal | 164 | 36 | 370 | 65 | 130 | 0 | 3 | 410 | 136 | 67 |
| Binary | 1110100 | 11110 | 11111000 | 110101 | 1011000 | 0 | 11 | 100001000 | 1011110 | 110111 |
Color Harmonies of #741EF8
Complementary color
Monochromatic Colors of #741EF8
Black with #741EF8
Text Example
Text Example
White with #741EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741EF8; }
p { color: rgb(116,30,248); }
H1.HeaderClassName
{
color: #741EF8;
}
.AnyTagClassName
{
color: #741EF8;
}
</style>
background-color css
<style>
a { background-color: #741EF8; }
a { background-color: rgb(116,30,248); }
div.DivClassName
{
background-color: #741EF8;
}
.BgClassName
{
background-color: #741EF8;
}
</style>
border-color css
<style>
span { border-color: #741EF8; }
span { border-color: rgb(116,30,248); }
td.TdClassName
{
border-color: #741EF8;
}
.TagClassName
{
border-color: #741EF8;
}
</style>