Shades of Mardi Gras #440E48
Tints of Mardi Gras #440E48
RGB
CMYK
RGB Variations
Color information
#440E48 (or 0x440E48) is known color: Mardi Gras. HEX triplet: 44, 0E and 48. RGB value is (68,14,72). Sum of RGB (Red+Green+Blue) = 68+14+72=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #440E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E48 is #BBF1B7. Grayscale: #242424. Windows color (decimal): -12317112 or 4722244. OLE color: 4722244.
HSL color Cylindrical-coordinate representation of color #440E48: hue angle of 295.86º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440E48 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 14 | 72 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.72 |
| HSL | 295.86º | 0.67% | 0.17% | - |
| HSV(B) | 295.86º | 0.81% | 0.28% | - |
| XYZ | 3.71 | 2.01 | 6.32 | - |
| YUV | 36.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 72 | 0.06 | 0.81 | 0 | 0.72 | 295.86 | 0.67 | 0.17 |
| Hex | 44 | E | 48 | 6 | 51 | 0 | 48 | 128 | 43 | 11 |
| Octal | 104 | 16 | 110 | 6 | 121 | 0 | 110 | 450 | 103 | 21 |
| Binary | 1000100 | 1110 | 1001000 | 110 | 1010001 | 0 | 1001000 | 100101000 | 1000011 | 10001 |
Color Harmonies of #440E48
Complementary color
Monochromatic Colors of #440E48
Black with #440E48
Text Example
Text Example
White with #440E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E48; }
p { color: rgb(68,14,72); }
H1.HeaderClassName
{
color: #440E48;
}
.AnyTagClassName
{
color: #440E48;
}
</style>
background-color css
<style>
a { background-color: #440E48; }
a { background-color: rgb(68,14,72); }
div.DivClassName
{
background-color: #440E48;
}
.BgClassName
{
background-color: #440E48;
}
</style>
border-color css
<style>
span { border-color: #440E48; }
span { border-color: rgb(68,14,72); }
td.TdClassName
{
border-color: #440E48;
}
.TagClassName
{
border-color: #440E48;
}
</style>