Shades of Mardi Gras #411444
Tints of Mardi Gras #411444
RGB
CMYK
RGB Variations
Color information
#411444 (or 0x411444) is known color: Mardi Gras. HEX triplet: 41, 14 and 44. RGB value is (65,20,68). Sum of RGB (Red+Green+Blue) = 65+20+68=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #411444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411444 is #BEEBBB. Grayscale: #262626. Windows color (decimal): -12512188 or 4461633. OLE color: 4461633.
HSL color Cylindrical-coordinate representation of color #411444: hue angle of 296.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411444 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 20 | 68 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.73 |
| HSL | 296.25º | 0.55% | 0.17% | - |
| HSV(B) | 296.25º | 0.71% | 0.27% | - |
| XYZ | 3.47 | 2.04 | 5.68 | - |
| YUV | 38.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 68 | 0.04 | 0.71 | 0 | 0.73 | 296.25 | 0.55 | 0.17 |
| Hex | 41 | 14 | 44 | 4 | 47 | 0 | 49 | 128 | 37 | 11 |
| Octal | 101 | 24 | 104 | 4 | 107 | 0 | 111 | 450 | 67 | 21 |
| Binary | 1000001 | 10100 | 1000100 | 100 | 1000111 | 0 | 1001001 | 100101000 | 110111 | 10001 |
Color Harmonies of #411444
Complementary color
Monochromatic Colors of #411444
Black with #411444
Text Example
Text Example
White with #411444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411444; }
p { color: rgb(65,20,68); }
H1.HeaderClassName
{
color: #411444;
}
.AnyTagClassName
{
color: #411444;
}
</style>
background-color css
<style>
a { background-color: #411444; }
a { background-color: rgb(65,20,68); }
div.DivClassName
{
background-color: #411444;
}
.BgClassName
{
background-color: #411444;
}
</style>
border-color css
<style>
span { border-color: #411444; }
span { border-color: rgb(65,20,68); }
td.TdClassName
{
border-color: #411444;
}
.TagClassName
{
border-color: #411444;
}
</style>