Shades of Mardi Gras #3D1644
Tints of Mardi Gras #3D1644
RGB
CMYK
RGB Variations
Color information
#3D1644 (or 0x3D1644) is known color: Mardi Gras. HEX triplet: 3D, 16 and 44. RGB value is (61,22,68). Sum of RGB (Red+Green+Blue) = 61+22+68=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D1644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1644 is #C2E9BB. Grayscale: #262626. Windows color (decimal): -12773820 or 4462141. OLE color: 4462141.
HSL color Cylindrical-coordinate representation of color #3D1644: hue angle of 290.87º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D1644 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 22 | 68 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.73 |
| HSL | 290.87º | 0.51% | 0.18% | - |
| HSV(B) | 290.87º | 0.68% | 0.27% | - |
| XYZ | 3.25 | 1.98 | 5.68 | - |
| YUV | 38.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 68 | 0.10 | 0.68 | 0 | 0.73 | 290.87 | 0.51 | 0.18 |
| Hex | 3D | 16 | 44 | A | 44 | 0 | 49 | 123 | 33 | 12 |
| Octal | 75 | 26 | 104 | 12 | 104 | 0 | 111 | 443 | 63 | 22 |
| Binary | 111101 | 10110 | 1000100 | 1010 | 1000100 | 0 | 1001001 | 100100011 | 110011 | 10010 |
Color Harmonies of #3D1644
Complementary color
Monochromatic Colors of #3D1644
Black with #3D1644
Text Example
Text Example
White with #3D1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1644; }
p { color: rgb(61,22,68); }
H1.HeaderClassName
{
color: #3D1644;
}
.AnyTagClassName
{
color: #3D1644;
}
</style>
background-color css
<style>
a { background-color: #3D1644; }
a { background-color: rgb(61,22,68); }
div.DivClassName
{
background-color: #3D1644;
}
.BgClassName
{
background-color: #3D1644;
}
</style>
border-color css
<style>
span { border-color: #3D1644; }
span { border-color: rgb(61,22,68); }
td.TdClassName
{
border-color: #3D1644;
}
.TagClassName
{
border-color: #3D1644;
}
</style>