Shades of Mardi Gras #411F44
Tints of Mardi Gras #411F44
RGB
CMYK
RGB Variations
Color information
#411F44 (or 0x411F44) is known color: Mardi Gras. HEX triplet: 41, 1F and 44. RGB value is (65,31,68). Sum of RGB (Red+Green+Blue) = 65+31+68=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 68 - color contains mainly: blue. Hex color #411F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F44 is #BEE0BB. Grayscale: #2D2D2D. Windows color (decimal): -12509372 or 4464449. OLE color: 4464449.
HSL color Cylindrical-coordinate representation of color #411F44: hue angle of 295.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411F44 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 31 | 68 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.73 |
| HSL | 295.14º | 0.37% | 0.19% | - |
| HSV(B) | 295.14º | 0.54% | 0.27% | - |
| XYZ | 3.71 | 2.52 | 5.76 | - |
| YUV | 45.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 68 | 0.04 | 0.54 | 0 | 0.73 | 295.14 | 0.37 | 0.19 |
| Hex | 41 | 1F | 44 | 4 | 36 | 0 | 49 | 127 | 25 | 13 |
| Octal | 101 | 37 | 104 | 4 | 66 | 0 | 111 | 447 | 45 | 23 |
| Binary | 1000001 | 11111 | 1000100 | 100 | 110110 | 0 | 1001001 | 100100111 | 100101 | 10011 |
Color Harmonies of #411F44
Complementary color
Monochromatic Colors of #411F44
Black with #411F44
Text Example
Text Example
White with #411F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F44; }
p { color: rgb(65,31,68); }
H1.HeaderClassName
{
color: #411F44;
}
.AnyTagClassName
{
color: #411F44;
}
</style>
background-color css
<style>
a { background-color: #411F44; }
a { background-color: rgb(65,31,68); }
div.DivClassName
{
background-color: #411F44;
}
.BgClassName
{
background-color: #411F44;
}
</style>
border-color css
<style>
span { border-color: #411F44; }
span { border-color: rgb(65,31,68); }
td.TdClassName
{
border-color: #411F44;
}
.TagClassName
{
border-color: #411F44;
}
</style>