Shades of Mardi Gras #3D013B
Tints of Mardi Gras #3D013B
RGB
CMYK
RGB Variations
Color information
#3D013B (or 0x3D013B) is known color: Mardi Gras. HEX triplet: 3D, 01 and 3B. RGB value is (61,1,59). Sum of RGB (Red+Green+Blue) = 61+1+59=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D013B is #C2FEC4. Grayscale: #191919. Windows color (decimal): -12779205 or 3866941. OLE color: 3866941.
HSL color Cylindrical-coordinate representation of color #3D013B: hue angle of 302º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D013B is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 1 | 59 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.76 |
| HSL | 302º | 0.97% | 0.12% | - |
| HSV(B) | 302º | 0.98% | 0.24% | - |
| XYZ | 2.72 | 1.33 | 4.25 | - |
| YUV | 25.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 59 | 0 | 0.98 | 0.03 | 0.76 | 302 | 0.97 | 0.12 |
| Hex | 3D | 1 | 3B | 0 | 62 | 3 | 4C | 12E | 61 | C |
| Octal | 75 | 1 | 73 | 0 | 142 | 3 | 114 | 456 | 141 | 14 |
| Binary | 111101 | 1 | 111011 | 0 | 1100010 | 11 | 1001100 | 100101110 | 1100001 | 1100 |
Color Harmonies of #3D013B
Complementary color
Monochromatic Colors of #3D013B
Black with #3D013B
Text Example
Text Example
White with #3D013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D013B; }
p { color: rgb(61,1,59); }
H1.HeaderClassName
{
color: #3D013B;
}
.AnyTagClassName
{
color: #3D013B;
}
</style>
background-color css
<style>
a { background-color: #3D013B; }
a { background-color: rgb(61,1,59); }
div.DivClassName
{
background-color: #3D013B;
}
.BgClassName
{
background-color: #3D013B;
}
</style>
border-color css
<style>
span { border-color: #3D013B; }
span { border-color: rgb(61,1,59); }
td.TdClassName
{
border-color: #3D013B;
}
.TagClassName
{
border-color: #3D013B;
}
</style>