Shades of Mardi Gras #411244
Tints of Mardi Gras #411244
RGB
CMYK
RGB Variations
Color information
#411244 (or 0x411244) is known color: Mardi Gras. HEX triplet: 41, 12 and 44. RGB value is (65,18,68). Sum of RGB (Red+Green+Blue) = 65+18+68=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #411244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411244 is #BEEDBB. Grayscale: #252525. Windows color (decimal): -12512700 or 4461121. OLE color: 4461121.
HSL color Cylindrical-coordinate representation of color #411244: hue angle of 296.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411244 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 18 | 68 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.73 |
| HSL | 296.4º | 0.58% | 0.17% | - |
| HSV(B) | 296.4º | 0.74% | 0.27% | - |
| XYZ | 3.44 | 1.97 | 5.67 | - |
| YUV | 37.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 68 | 0.04 | 0.74 | 0 | 0.73 | 296.4 | 0.58 | 0.17 |
| Hex | 41 | 12 | 44 | 4 | 4A | 0 | 49 | 128 | 3A | 11 |
| Octal | 101 | 22 | 104 | 4 | 112 | 0 | 111 | 450 | 72 | 21 |
| Binary | 1000001 | 10010 | 1000100 | 100 | 1001010 | 0 | 1001001 | 100101000 | 111010 | 10001 |
Color Harmonies of #411244
Complementary color
Monochromatic Colors of #411244
Black with #411244
Text Example
Text Example
White with #411244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411244; }
p { color: rgb(65,18,68); }
H1.HeaderClassName
{
color: #411244;
}
.AnyTagClassName
{
color: #411244;
}
</style>
background-color css
<style>
a { background-color: #411244; }
a { background-color: rgb(65,18,68); }
div.DivClassName
{
background-color: #411244;
}
.BgClassName
{
background-color: #411244;
}
</style>
border-color css
<style>
span { border-color: #411244; }
span { border-color: rgb(65,18,68); }
td.TdClassName
{
border-color: #411244;
}
.TagClassName
{
border-color: #411244;
}
</style>