Shades of Electric Indigo #741CFE
Tints of Electric Indigo #741CFE
RGB
CMYK
RGB Variations
Color information
#741CFE (or 0x741CFE) is known color: Electric Indigo. HEX triplet: 74, 1C and FE. RGB value is (116,28,254). Sum of RGB (Red+Green+Blue) = 116+28+254=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #741CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CFE is #8BE301. Grayscale: #4F4F4F. Windows color (decimal): -9167618 or 16653428. OLE color: 16653428.
HSL color Cylindrical-coordinate representation of color #741CFE: hue angle of 263.36º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741CFE is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 28 | 254 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.00 |
| HSL | 263.36º | 0.99% | 0.55% | - |
| HSV(B) | 263.36º | 0.89% | 1% | - |
| XYZ | 25.51 | 11.7 | 94.68 | - |
| YUV | 80.08 | 226.15 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 254 | 0.54 | 0.89 | 0 | 0.00 | 263.36 | 0.99 | 0.55 |
| Hex | 74 | 1C | FE | 36 | 59 | 0 | 0 | 107 | 63 | 37 |
| Octal | 164 | 34 | 376 | 66 | 131 | 0 | 0 | 407 | 143 | 67 |
| Binary | 1110100 | 11100 | 11111110 | 110110 | 1011001 | 0 | 0 | 100000111 | 1100011 | 110111 |
Color Harmonies of #741CFE
Complementary color
Monochromatic Colors of #741CFE
Black with #741CFE
Text Example
Text Example
White with #741CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CFE; }
p { color: rgb(116,28,254); }
H1.HeaderClassName
{
color: #741CFE;
}
.AnyTagClassName
{
color: #741CFE;
}
</style>
background-color css
<style>
a { background-color: #741CFE; }
a { background-color: rgb(116,28,254); }
div.DivClassName
{
background-color: #741CFE;
}
.BgClassName
{
background-color: #741CFE;
}
</style>
border-color css
<style>
span { border-color: #741CFE; }
span { border-color: rgb(116,28,254); }
td.TdClassName
{
border-color: #741CFE;
}
.TagClassName
{
border-color: #741CFE;
}
</style>