Shades of Mardi Gras #440644
Tints of Mardi Gras #440644
RGB
CMYK
RGB Variations
Color information
#440644 (or 0x440644) is known color: Mardi Gras. HEX triplet: 44, 06 and 44. RGB value is (68,6,68). Sum of RGB (Red+Green+Blue) = 68+6+68=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #440644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440644 is #BBF9BB. Grayscale: #1F1F1F. Windows color (decimal): -12319164 or 4458052. OLE color: 4458052.
HSL color Cylindrical-coordinate representation of color #440644: hue angle of 300º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440644 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 68 | - |
| CMYK | 0 | 0.91 | 0 | 0.73 |
| HSL | 300º | 0.84% | 0.15% | - |
| HSV(B) | 300º | 0.91% | 0.27% | - |
| XYZ | 3.49 | 1.78 | 5.63 | - |
| YUV | 31.61 | 148.54 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 68 | 0 | 0.91 | 0 | 0.73 | 300 | 0.84 | 0.15 |
| Hex | 44 | 6 | 44 | 0 | 5B | 0 | 49 | 12C | 54 | F |
| Octal | 104 | 6 | 104 | 0 | 133 | 0 | 111 | 454 | 124 | 17 |
| Binary | 1000100 | 110 | 1000100 | 0 | 1011011 | 0 | 1001001 | 100101100 | 1010100 | 1111 |
Color Harmonies of #440644
Complementary color
Monochromatic Colors of #440644
Black with #440644
Text Example
Text Example
White with #440644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440644; }
p { color: rgb(68,6,68); }
H1.HeaderClassName
{
color: #440644;
}
.AnyTagClassName
{
color: #440644;
}
</style>
background-color css
<style>
a { background-color: #440644; }
a { background-color: rgb(68,6,68); }
div.DivClassName
{
background-color: #440644;
}
.BgClassName
{
background-color: #440644;
}
</style>
border-color css
<style>
span { border-color: #440644; }
span { border-color: rgb(68,6,68); }
td.TdClassName
{
border-color: #440644;
}
.TagClassName
{
border-color: #440644;
}
</style>