Shades of Mardi Gras #411D43
Tints of Mardi Gras #411D43
RGB
CMYK
RGB Variations
Color information
#411D43 (or 0x411D43) is known color: Mardi Gras. HEX triplet: 41, 1D and 43. RGB value is (65,29,67). Sum of RGB (Red+Green+Blue) = 65+29+67=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 67 - color contains mainly: blue. Hex color #411D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D43 is #BEE2BC. Grayscale: #2B2B2B. Windows color (decimal): -12509885 or 4398401. OLE color: 4398401.
HSL color Cylindrical-coordinate representation of color #411D43: hue angle of 296.84º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411D43 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 29 | 67 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.74 |
| HSL | 296.84º | 0.4% | 0.19% | - |
| HSV(B) | 296.84º | 0.57% | 0.26% | - |
| XYZ | 3.63 | 2.41 | 5.58 | - |
| YUV | 44.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 67 | 0.03 | 0.57 | 0 | 0.74 | 296.84 | 0.4 | 0.19 |
| Hex | 41 | 1D | 43 | 3 | 39 | 0 | 4A | 129 | 28 | 13 |
| Octal | 101 | 35 | 103 | 3 | 71 | 0 | 112 | 451 | 50 | 23 |
| Binary | 1000001 | 11101 | 1000011 | 11 | 111001 | 0 | 1001010 | 100101001 | 101000 | 10011 |
Color Harmonies of #411D43
Complementary color
Monochromatic Colors of #411D43
Black with #411D43
Text Example
Text Example
White with #411D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D43; }
p { color: rgb(65,29,67); }
H1.HeaderClassName
{
color: #411D43;
}
.AnyTagClassName
{
color: #411D43;
}
</style>
background-color css
<style>
a { background-color: #411D43; }
a { background-color: rgb(65,29,67); }
div.DivClassName
{
background-color: #411D43;
}
.BgClassName
{
background-color: #411D43;
}
</style>
border-color css
<style>
span { border-color: #411D43; }
span { border-color: rgb(65,29,67); }
td.TdClassName
{
border-color: #411D43;
}
.TagClassName
{
border-color: #411D43;
}
</style>