Shades of Mardi Gras #3D053E
Tints of Mardi Gras #3D053E
RGB
CMYK
RGB Variations
Color information
#3D053E (or 0x3D053E) is known color: Mardi Gras. HEX triplet: 3D, 05 and 3E. RGB value is (61,5,62). Sum of RGB (Red+Green+Blue) = 61+5+62=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #3D053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D053E is #C2FAC1. Grayscale: #1C1C1C. Windows color (decimal): -12778178 or 4064573. OLE color: 4064573.
HSL color Cylindrical-coordinate representation of color #3D053E: hue angle of 298.95º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D053E is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 5 | 62 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.76 |
| HSL | 298.95º | 0.85% | 0.13% | - |
| HSV(B) | 298.95º | 0.92% | 0.24% | - |
| XYZ | 2.85 | 1.45 | 4.69 | - |
| YUV | 28.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 62 | 0.02 | 0.92 | 0 | 0.76 | 298.95 | 0.85 | 0.13 |
| Hex | 3D | 5 | 3E | 2 | 5C | 0 | 4C | 12B | 55 | D |
| Octal | 75 | 5 | 76 | 2 | 134 | 0 | 114 | 453 | 125 | 15 |
| Binary | 111101 | 101 | 111110 | 10 | 1011100 | 0 | 1001100 | 100101011 | 1010101 | 1101 |
Color Harmonies of #3D053E
Complementary color
Monochromatic Colors of #3D053E
Black with #3D053E
Text Example
Text Example
White with #3D053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D053E; }
p { color: rgb(61,5,62); }
H1.HeaderClassName
{
color: #3D053E;
}
.AnyTagClassName
{
color: #3D053E;
}
</style>
background-color css
<style>
a { background-color: #3D053E; }
a { background-color: rgb(61,5,62); }
div.DivClassName
{
background-color: #3D053E;
}
.BgClassName
{
background-color: #3D053E;
}
</style>
border-color css
<style>
span { border-color: #3D053E; }
span { border-color: rgb(61,5,62); }
td.TdClassName
{
border-color: #3D053E;
}
.TagClassName
{
border-color: #3D053E;
}
</style>