Shades of Mardi Gras #440242
Tints of Mardi Gras #440242
RGB
CMYK
RGB Variations
Color information
#440242 (or 0x440242) is known color: Mardi Gras. HEX triplet: 44, 02 and 42. RGB value is (68,2,66). Sum of RGB (Red+Green+Blue) = 68+2+66=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #440242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440242 is #BBFDBD. Grayscale: #1C1C1C. Windows color (decimal): -12320190 or 4325956. OLE color: 4325956.
HSL color Cylindrical-coordinate representation of color #440242: hue angle of 301.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440242 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 2 | 66 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.73 |
| HSL | 301.82º | 0.94% | 0.14% | - |
| HSV(B) | 301.82º | 0.97% | 0.27% | - |
| XYZ | 3.39 | 1.67 | 5.3 | - |
| YUV | 29.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 66 | 0 | 0.97 | 0.03 | 0.73 | 301.82 | 0.94 | 0.14 |
| Hex | 44 | 2 | 42 | 0 | 61 | 3 | 49 | 12E | 5E | E |
| Octal | 104 | 2 | 102 | 0 | 141 | 3 | 111 | 456 | 136 | 16 |
| Binary | 1000100 | 10 | 1000010 | 0 | 1100001 | 11 | 1001001 | 100101110 | 1011110 | 1110 |
Color Harmonies of #440242
Complementary color
Monochromatic Colors of #440242
Black with #440242
Text Example
Text Example
White with #440242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440242; }
p { color: rgb(68,2,66); }
H1.HeaderClassName
{
color: #440242;
}
.AnyTagClassName
{
color: #440242;
}
</style>
background-color css
<style>
a { background-color: #440242; }
a { background-color: rgb(68,2,66); }
div.DivClassName
{
background-color: #440242;
}
.BgClassName
{
background-color: #440242;
}
</style>
border-color css
<style>
span { border-color: #440242; }
span { border-color: rgb(68,2,66); }
td.TdClassName
{
border-color: #440242;
}
.TagClassName
{
border-color: #440242;
}
</style>