Shades of Mardi Gras #441447
Tints of Mardi Gras #441447
RGB
CMYK
RGB Variations
Color information
#441447 (or 0x441447) is known color: Mardi Gras. HEX triplet: 44, 14 and 47. RGB value is (68,20,71). Sum of RGB (Red+Green+Blue) = 68+20+71=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #441447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441447 is #BBEBB8. Grayscale: #282828. Windows color (decimal): -12315577 or 4658244. OLE color: 4658244.
HSL color Cylindrical-coordinate representation of color #441447: hue angle of 296.47º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #441447 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 20 | 71 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.72 |
| HSL | 296.47º | 0.56% | 0.18% | - |
| HSV(B) | 296.47º | 0.72% | 0.28% | - |
| XYZ | 3.77 | 2.18 | 6.18 | - |
| YUV | 40.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 71 | 0.04 | 0.72 | 0 | 0.72 | 296.47 | 0.56 | 0.18 |
| Hex | 44 | 14 | 47 | 4 | 48 | 0 | 48 | 128 | 38 | 12 |
| Octal | 104 | 24 | 107 | 4 | 110 | 0 | 110 | 450 | 70 | 22 |
| Binary | 1000100 | 10100 | 1000111 | 100 | 1001000 | 0 | 1001000 | 100101000 | 111000 | 10010 |
Color Harmonies of #441447
Complementary color
Monochromatic Colors of #441447
Black with #441447
Text Example
Text Example
White with #441447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441447; }
p { color: rgb(68,20,71); }
H1.HeaderClassName
{
color: #441447;
}
.AnyTagClassName
{
color: #441447;
}
</style>
background-color css
<style>
a { background-color: #441447; }
a { background-color: rgb(68,20,71); }
div.DivClassName
{
background-color: #441447;
}
.BgClassName
{
background-color: #441447;
}
</style>
border-color css
<style>
span { border-color: #441447; }
span { border-color: rgb(68,20,71); }
td.TdClassName
{
border-color: #441447;
}
.TagClassName
{
border-color: #441447;
}
</style>