Shades of Mardi Gras #411741
Tints of Mardi Gras #411741
RGB
CMYK
RGB Variations
Color information
#411741 (or 0x411741) is known color: Mardi Gras. HEX triplet: 41, 17 and 41. RGB value is (65,23,65). Sum of RGB (Red+Green+Blue) = 65+23+65=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #411741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411741 is #BEE8BE. Grayscale: #282828. Windows color (decimal): -12511423 or 4265793. OLE color: 4265793.
HSL color Cylindrical-coordinate representation of color #411741: hue angle of 300º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411741 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 23 | 65 | - |
| CMYK | 0 | 0.65 | 0 | 0.75 |
| HSL | 300º | 0.48% | 0.17% | - |
| HSV(B) | 300º | 0.65% | 0.25% | - |
| XYZ | 3.44 | 2.12 | 5.23 | - |
| YUV | 40.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 65 | 0 | 0.65 | 0 | 0.75 | 300 | 0.48 | 0.17 |
| Hex | 41 | 17 | 41 | 0 | 41 | 0 | 4B | 12C | 30 | 11 |
| Octal | 101 | 27 | 101 | 0 | 101 | 0 | 113 | 454 | 60 | 21 |
| Binary | 1000001 | 10111 | 1000001 | 0 | 1000001 | 0 | 1001011 | 100101100 | 110000 | 10001 |
Color Harmonies of #411741
Complementary color
Monochromatic Colors of #411741
Black with #411741
Text Example
Text Example
White with #411741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411741; }
p { color: rgb(65,23,65); }
H1.HeaderClassName
{
color: #411741;
}
.AnyTagClassName
{
color: #411741;
}
</style>
background-color css
<style>
a { background-color: #411741; }
a { background-color: rgb(65,23,65); }
div.DivClassName
{
background-color: #411741;
}
.BgClassName
{
background-color: #411741;
}
</style>
border-color css
<style>
span { border-color: #411741; }
span { border-color: rgb(65,23,65); }
td.TdClassName
{
border-color: #411741;
}
.TagClassName
{
border-color: #411741;
}
</style>