Shades of Mardi Gras #440447
Tints of Mardi Gras #440447
RGB
CMYK
RGB Variations
Color information
#440447 (or 0x440447) is known color: Mardi Gras. HEX triplet: 44, 04 and 47. RGB value is (68,4,71). Sum of RGB (Red+Green+Blue) = 68+4+71=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #440447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440447 is #BBFBB8. Grayscale: #1E1E1E. Windows color (decimal): -12319673 or 4654148. OLE color: 4654148.
HSL color Cylindrical-coordinate representation of color #440447: hue angle of 297.31º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440447 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 4 | 71 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.72 |
| HSL | 297.31º | 0.89% | 0.15% | - |
| HSV(B) | 297.31º | 0.94% | 0.28% | - |
| XYZ | 3.56 | 1.77 | 6.12 | - |
| YUV | 30.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 71 | 0.04 | 0.94 | 0 | 0.72 | 297.31 | 0.89 | 0.15 |
| Hex | 44 | 4 | 47 | 4 | 5E | 0 | 48 | 129 | 59 | F |
| Octal | 104 | 4 | 107 | 4 | 136 | 0 | 110 | 451 | 131 | 17 |
| Binary | 1000100 | 100 | 1000111 | 100 | 1011110 | 0 | 1001000 | 100101001 | 1011001 | 1111 |
Color Harmonies of #440447
Complementary color
Monochromatic Colors of #440447
Black with #440447
Text Example
Text Example
White with #440447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440447; }
p { color: rgb(68,4,71); }
H1.HeaderClassName
{
color: #440447;
}
.AnyTagClassName
{
color: #440447;
}
</style>
background-color css
<style>
a { background-color: #440447; }
a { background-color: rgb(68,4,71); }
div.DivClassName
{
background-color: #440447;
}
.BgClassName
{
background-color: #440447;
}
</style>
border-color css
<style>
span { border-color: #440447; }
span { border-color: rgb(68,4,71); }
td.TdClassName
{
border-color: #440447;
}
.TagClassName
{
border-color: #440447;
}
</style>