Shades of Mardi Gras #440247
Tints of Mardi Gras #440247
RGB
CMYK
RGB Variations
Color information
#440247 (or 0x440247) is known color: Mardi Gras. HEX triplet: 44, 02 and 47. RGB value is (68,2,71). Sum of RGB (Red+Green+Blue) = 68+2+71=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #440247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440247 is #BBFDB8. Grayscale: #1D1D1D. Windows color (decimal): -12320185 or 4653636. OLE color: 4653636.
HSL color Cylindrical-coordinate representation of color #440247: hue angle of 297.39º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440247 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 2 | 71 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.72 |
| HSL | 297.39º | 0.95% | 0.14% | - |
| HSV(B) | 297.39º | 0.97% | 0.28% | - |
| XYZ | 3.54 | 1.73 | 6.11 | - |
| YUV | 29.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 71 | 0.04 | 0.97 | 0 | 0.72 | 297.39 | 0.95 | 0.14 |
| Hex | 44 | 2 | 47 | 4 | 61 | 0 | 48 | 129 | 5F | E |
| Octal | 104 | 2 | 107 | 4 | 141 | 0 | 110 | 451 | 137 | 16 |
| Binary | 1000100 | 10 | 1000111 | 100 | 1100001 | 0 | 1001000 | 100101001 | 1011111 | 1110 |
Color Harmonies of #440247
Complementary color
Monochromatic Colors of #440247
Black with #440247
Text Example
Text Example
White with #440247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440247; }
p { color: rgb(68,2,71); }
H1.HeaderClassName
{
color: #440247;
}
.AnyTagClassName
{
color: #440247;
}
</style>
background-color css
<style>
a { background-color: #440247; }
a { background-color: rgb(68,2,71); }
div.DivClassName
{
background-color: #440247;
}
.BgClassName
{
background-color: #440247;
}
</style>
border-color css
<style>
span { border-color: #440247; }
span { border-color: rgb(68,2,71); }
td.TdClassName
{
border-color: #440247;
}
.TagClassName
{
border-color: #440247;
}
</style>