Shades of Mardi Gras #411B40
Tints of Mardi Gras #411B40
RGB
CMYK
RGB Variations
Color information
#411B40 (or 0x411B40) is known color: Mardi Gras. HEX triplet: 41, 1B and 40. RGB value is (65,27,64). Sum of RGB (Red+Green+Blue) = 65+27+64=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #411B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B40 is #BEE4BF. Grayscale: #2A2A2A. Windows color (decimal): -12510400 or 4201281. OLE color: 4201281.
HSL color Cylindrical-coordinate representation of color #411B40: hue angle of 301.58º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411B40 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 27 | 64 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.75 |
| HSL | 301.58º | 0.41% | 0.18% | - |
| HSV(B) | 301.58º | 0.58% | 0.25% | - |
| XYZ | 3.5 | 2.28 | 5.11 | - |
| YUV | 42.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 64 | 0 | 0.58 | 0.02 | 0.75 | 301.58 | 0.41 | 0.18 |
| Hex | 41 | 1B | 40 | 0 | 3A | 2 | 4B | 12E | 29 | 12 |
| Octal | 101 | 33 | 100 | 0 | 72 | 2 | 113 | 456 | 51 | 22 |
| Binary | 1000001 | 11011 | 1000000 | 0 | 111010 | 10 | 1001011 | 100101110 | 101001 | 10010 |
Color Harmonies of #411B40
Complementary color
Monochromatic Colors of #411B40
Black with #411B40
Text Example
Text Example
White with #411B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B40; }
p { color: rgb(65,27,64); }
H1.HeaderClassName
{
color: #411B40;
}
.AnyTagClassName
{
color: #411B40;
}
</style>
background-color css
<style>
a { background-color: #411B40; }
a { background-color: rgb(65,27,64); }
div.DivClassName
{
background-color: #411B40;
}
.BgClassName
{
background-color: #411B40;
}
</style>
border-color css
<style>
span { border-color: #411B40; }
span { border-color: rgb(65,27,64); }
td.TdClassName
{
border-color: #411B40;
}
.TagClassName
{
border-color: #411B40;
}
</style>