Shades of Mardi Gras #3D0440
Tints of Mardi Gras #3D0440
RGB
CMYK
RGB Variations
Color information
#3D0440 (or 0x3D0440) is known color: Mardi Gras. HEX triplet: 3D, 04 and 40. RGB value is (61,4,64). Sum of RGB (Red+Green+Blue) = 61+4+64=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D0440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0440 is #C2FBBF. Grayscale: #1B1B1B. Windows color (decimal): -12778432 or 4195389. OLE color: 4195389.
HSL color Cylindrical-coordinate representation of color #3D0440: hue angle of 297º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0440 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 4 | 64 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.75 |
| HSL | 297º | 0.88% | 0.13% | - |
| HSV(B) | 297º | 0.94% | 0.25% | - |
| XYZ | 2.89 | 1.45 | 4.98 | - |
| YUV | 27.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 64 | 0.05 | 0.94 | 0 | 0.75 | 297 | 0.88 | 0.13 |
| Hex | 3D | 4 | 40 | 5 | 5E | 0 | 4B | 129 | 58 | D |
| Octal | 75 | 4 | 100 | 5 | 136 | 0 | 113 | 451 | 130 | 15 |
| Binary | 111101 | 100 | 1000000 | 101 | 1011110 | 0 | 1001011 | 100101001 | 1011000 | 1101 |
Color Harmonies of #3D0440
Complementary color
Monochromatic Colors of #3D0440
Black with #3D0440
Text Example
Text Example
White with #3D0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0440; }
p { color: rgb(61,4,64); }
H1.HeaderClassName
{
color: #3D0440;
}
.AnyTagClassName
{
color: #3D0440;
}
</style>
background-color css
<style>
a { background-color: #3D0440; }
a { background-color: rgb(61,4,64); }
div.DivClassName
{
background-color: #3D0440;
}
.BgClassName
{
background-color: #3D0440;
}
</style>
border-color css
<style>
span { border-color: #3D0440; }
span { border-color: rgb(61,4,64); }
td.TdClassName
{
border-color: #3D0440;
}
.TagClassName
{
border-color: #3D0440;
}
</style>