Shades of Mardi Gras #440445
Tints of Mardi Gras #440445
RGB
CMYK
RGB Variations
Color information
#440445 (or 0x440445) is known color: Mardi Gras. HEX triplet: 44, 04 and 45. RGB value is (68,4,69). Sum of RGB (Red+Green+Blue) = 68+4+69=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #440445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440445 is #BBFBBA. Grayscale: #1E1E1E. Windows color (decimal): -12319675 or 4523076. OLE color: 4523076.
HSL color Cylindrical-coordinate representation of color #440445: hue angle of 299.08º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440445 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 4 | 69 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.73 |
| HSL | 299.08º | 0.89% | 0.14% | - |
| HSV(B) | 299.08º | 0.94% | 0.27% | - |
| XYZ | 3.5 | 1.75 | 5.78 | - |
| YUV | 30.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 69 | 0.01 | 0.94 | 0 | 0.73 | 299.08 | 0.89 | 0.14 |
| Hex | 44 | 4 | 45 | 1 | 5E | 0 | 49 | 12B | 59 | E |
| Octal | 104 | 4 | 105 | 1 | 136 | 0 | 111 | 453 | 131 | 16 |
| Binary | 1000100 | 100 | 1000101 | 1 | 1011110 | 0 | 1001001 | 100101011 | 1011001 | 1110 |
Color Harmonies of #440445
Complementary color
Monochromatic Colors of #440445
Black with #440445
Text Example
Text Example
White with #440445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440445; }
p { color: rgb(68,4,69); }
H1.HeaderClassName
{
color: #440445;
}
.AnyTagClassName
{
color: #440445;
}
</style>
background-color css
<style>
a { background-color: #440445; }
a { background-color: rgb(68,4,69); }
div.DivClassName
{
background-color: #440445;
}
.BgClassName
{
background-color: #440445;
}
</style>
border-color css
<style>
span { border-color: #440445; }
span { border-color: rgb(68,4,69); }
td.TdClassName
{
border-color: #440445;
}
.TagClassName
{
border-color: #440445;
}
</style>