Shades of Mardi Gras #411C40
Tints of Mardi Gras #411C40
RGB
CMYK
RGB Variations
Color information
#411C40 (or 0x411C40) is known color: Mardi Gras. HEX triplet: 41, 1C and 40. RGB value is (65,28,64). Sum of RGB (Red+Green+Blue) = 65+28+64=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #411C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C40 is #BEE3BF. Grayscale: #2B2B2B. Windows color (decimal): -12510144 or 4201537. OLE color: 4201537.
HSL color Cylindrical-coordinate representation of color #411C40: hue angle of 301.62º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C40 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 64 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.75 |
| HSL | 301.62º | 0.4% | 0.18% | - |
| HSV(B) | 301.62º | 0.57% | 0.25% | - |
| XYZ | 3.52 | 2.32 | 5.11 | - |
| YUV | 43.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 64 | 0 | 0.57 | 0.02 | 0.75 | 301.62 | 0.4 | 0.18 |
| Hex | 41 | 1C | 40 | 0 | 39 | 2 | 4B | 12E | 28 | 12 |
| Octal | 101 | 34 | 100 | 0 | 71 | 2 | 113 | 456 | 50 | 22 |
| Binary | 1000001 | 11100 | 1000000 | 0 | 111001 | 10 | 1001011 | 100101110 | 101000 | 10010 |
Color Harmonies of #411C40
Complementary color
Monochromatic Colors of #411C40
Black with #411C40
Text Example
Text Example
White with #411C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C40; }
p { color: rgb(65,28,64); }
H1.HeaderClassName
{
color: #411C40;
}
.AnyTagClassName
{
color: #411C40;
}
</style>
background-color css
<style>
a { background-color: #411C40; }
a { background-color: rgb(65,28,64); }
div.DivClassName
{
background-color: #411C40;
}
.BgClassName
{
background-color: #411C40;
}
</style>
border-color css
<style>
span { border-color: #411C40; }
span { border-color: rgb(65,28,64); }
td.TdClassName
{
border-color: #411C40;
}
.TagClassName
{
border-color: #411C40;
}
</style>