Shades of Electric Indigo #741CFF
Tints of Electric Indigo #741CFF
RGB
CMYK
RGB Variations
Color information
#741CFF (or 0x741CFF) is known color: Electric Indigo. HEX triplet: 74, 1C and FF. RGB value is (116,28,255). Sum of RGB (Red+Green+Blue) = 116+28+255=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #741CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CFF is #8BE300. Grayscale: #4F4F4F. Windows color (decimal): -9167617 or 16718964. OLE color: 16718964.
HSL color Cylindrical-coordinate representation of color #741CFF: hue angle of 263.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741CFF is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 28 | 255 | - |
| CMYK | 0.55 | 0.89 | 0 | 0 |
| HSL | 263.26º | 1% | 0.55% | - |
| HSV(B) | 263.26º | 0.89% | 1% | - |
| XYZ | 25.67 | 11.76 | 95.53 | - |
| YUV | 80.19 | 226.65 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 255 | 0.55 | 0.89 | 0 | 0 | 263.26 | 1 | 0.55 |
| Hex | 74 | 1C | FF | 37 | 59 | 0 | 0 | 107 | 64 | 37 |
| Octal | 164 | 34 | 377 | 67 | 131 | 0 | 0 | 407 | 144 | 67 |
| Binary | 1110100 | 11100 | 11111111 | 110111 | 1011001 | 0 | 0 | 100000111 | 1100100 | 110111 |
Color Harmonies of #741CFF
Complementary color
Monochromatic Colors of #741CFF
Black with #741CFF
Text Example
Text Example
White with #741CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CFF; }
p { color: rgb(116,28,255); }
H1.HeaderClassName
{
color: #741CFF;
}
.AnyTagClassName
{
color: #741CFF;
}
</style>
background-color css
<style>
a { background-color: #741CFF; }
a { background-color: rgb(116,28,255); }
div.DivClassName
{
background-color: #741CFF;
}
.BgClassName
{
background-color: #741CFF;
}
</style>
border-color css
<style>
span { border-color: #741CFF; }
span { border-color: rgb(116,28,255); }
td.TdClassName
{
border-color: #741CFF;
}
.TagClassName
{
border-color: #741CFF;
}
</style>