Shades of Mardi Gras #411940
Tints of Mardi Gras #411940
RGB
CMYK
RGB Variations
Color information
#411940 (or 0x411940) is known color: Mardi Gras. HEX triplet: 41, 19 and 40. RGB value is (65,25,64). Sum of RGB (Red+Green+Blue) = 65+25+64=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #411940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411940 is #BEE6BF. Grayscale: #292929. Windows color (decimal): -12510912 or 4200769. OLE color: 4200769.
HSL color Cylindrical-coordinate representation of color #411940: hue angle of 301.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #411940 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 64 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.75 |
| HSL | 301.5º | 0.44% | 0.18% | - |
| HSV(B) | 301.5º | 0.62% | 0.25% | - |
| XYZ | 3.45 | 2.19 | 5.09 | - |
| YUV | 41.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 64 | 0 | 0.62 | 0.02 | 0.75 | 301.5 | 0.44 | 0.18 |
| Hex | 41 | 19 | 40 | 0 | 3E | 2 | 4B | 12E | 2C | 12 |
| Octal | 101 | 31 | 100 | 0 | 76 | 2 | 113 | 456 | 54 | 22 |
| Binary | 1000001 | 11001 | 1000000 | 0 | 111110 | 10 | 1001011 | 100101110 | 101100 | 10010 |
Color Harmonies of #411940
Complementary color
Monochromatic Colors of #411940
Black with #411940
Text Example
Text Example
White with #411940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411940; }
p { color: rgb(65,25,64); }
H1.HeaderClassName
{
color: #411940;
}
.AnyTagClassName
{
color: #411940;
}
</style>
background-color css
<style>
a { background-color: #411940; }
a { background-color: rgb(65,25,64); }
div.DivClassName
{
background-color: #411940;
}
.BgClassName
{
background-color: #411940;
}
</style>
border-color css
<style>
span { border-color: #411940; }
span { border-color: rgb(65,25,64); }
td.TdClassName
{
border-color: #411940;
}
.TagClassName
{
border-color: #411940;
}
</style>