Shades of Mardi Gras #441B47
Tints of Mardi Gras #441B47
RGB
CMYK
RGB Variations
Color information
#441B47 (or 0x441B47) is known color: Mardi Gras. HEX triplet: 44, 1B and 47. RGB value is (68,27,71). Sum of RGB (Red+Green+Blue) = 68+27+71=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #441B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B47 is #BBE4B8. Grayscale: #2C2C2C. Windows color (decimal): -12313785 or 4660036. OLE color: 4660036.
HSL color Cylindrical-coordinate representation of color #441B47: hue angle of 295.91º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441B47 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 27 | 71 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.72 |
| HSL | 295.91º | 0.45% | 0.19% | - |
| HSV(B) | 295.91º | 0.62% | 0.28% | - |
| XYZ | 3.91 | 2.47 | 6.23 | - |
| YUV | 44.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 71 | 0.04 | 0.62 | 0 | 0.72 | 295.91 | 0.45 | 0.19 |
| Hex | 44 | 1B | 47 | 4 | 3E | 0 | 48 | 128 | 2D | 13 |
| Octal | 104 | 33 | 107 | 4 | 76 | 0 | 110 | 450 | 55 | 23 |
| Binary | 1000100 | 11011 | 1000111 | 100 | 111110 | 0 | 1001000 | 100101000 | 101101 | 10011 |
Color Harmonies of #441B47
Complementary color
Monochromatic Colors of #441B47
Black with #441B47
Text Example
Text Example
White with #441B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B47; }
p { color: rgb(68,27,71); }
H1.HeaderClassName
{
color: #441B47;
}
.AnyTagClassName
{
color: #441B47;
}
</style>
background-color css
<style>
a { background-color: #441B47; }
a { background-color: rgb(68,27,71); }
div.DivClassName
{
background-color: #441B47;
}
.BgClassName
{
background-color: #441B47;
}
</style>
border-color css
<style>
span { border-color: #441B47; }
span { border-color: rgb(68,27,71); }
td.TdClassName
{
border-color: #441B47;
}
.TagClassName
{
border-color: #441B47;
}
</style>