Shades of Mardi Gras #411740
Tints of Mardi Gras #411740
RGB
CMYK
RGB Variations
Color information
#411740 (or 0x411740) is known color: Mardi Gras. HEX triplet: 41, 17 and 40. RGB value is (65,23,64). Sum of RGB (Red+Green+Blue) = 65+23+64=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #411740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411740 is #BEE8BF. Grayscale: #282828. Windows color (decimal): -12511424 or 4200257. OLE color: 4200257.
HSL color Cylindrical-coordinate representation of color #411740: hue angle of 301.43º 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 #411740 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 23 | 64 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.75 |
| HSL | 301.43º | 0.48% | 0.17% | - |
| HSV(B) | 301.43º | 0.65% | 0.25% | - |
| XYZ | 3.41 | 2.11 | 5.08 | - |
| YUV | 40.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 64 | 0 | 0.65 | 0.02 | 0.75 | 301.43 | 0.48 | 0.17 |
| Hex | 41 | 17 | 40 | 0 | 41 | 2 | 4B | 12D | 30 | 11 |
| Octal | 101 | 27 | 100 | 0 | 101 | 2 | 113 | 455 | 60 | 21 |
| Binary | 1000001 | 10111 | 1000000 | 0 | 1000001 | 10 | 1001011 | 100101101 | 110000 | 10001 |
Color Harmonies of #411740
Complementary color
Monochromatic Colors of #411740
Black with #411740
Text Example
Text Example
White with #411740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411740; }
p { color: rgb(65,23,64); }
H1.HeaderClassName
{
color: #411740;
}
.AnyTagClassName
{
color: #411740;
}
</style>
background-color css
<style>
a { background-color: #411740; }
a { background-color: rgb(65,23,64); }
div.DivClassName
{
background-color: #411740;
}
.BgClassName
{
background-color: #411740;
}
</style>
border-color css
<style>
span { border-color: #411740; }
span { border-color: rgb(65,23,64); }
td.TdClassName
{
border-color: #411740;
}
.TagClassName
{
border-color: #411740;
}
</style>