Shades of Mardi Gras #3E0041
Tints of Mardi Gras #3E0041
RGB
CMYK
RGB Variations
Color information
#3E0041 (or 0x3E0041) is known color: Mardi Gras. HEX triplet: 3E, 00 and 41. RGB value is (62,0,65). Sum of RGB (Red+Green+Blue) = 62+0+65=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E0041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0041 is #C1FFBE. Grayscale: #191919. Windows color (decimal): -12713919 or 4259902. OLE color: 4259902.
HSL color Cylindrical-coordinate representation of color #3E0041: hue angle of 297.23º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0041 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 0 | 65 | - |
| CMYK | 0.05 | 1 | 0 | 0.75 |
| HSL | 297.23º | 1% | 0.13% | - |
| HSV(B) | 297.23º | 1% | 0.25% | - |
| XYZ | 2.94 | 1.41 | 5.12 | - |
| YUV | 25.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 65 | 0.05 | 1 | 0 | 0.75 | 297.23 | 1 | 0.13 |
| Hex | 3E | 0 | 41 | 5 | 64 | 0 | 4B | 129 | 64 | D |
| Octal | 76 | 0 | 101 | 5 | 144 | 0 | 113 | 451 | 144 | 15 |
| Binary | 111110 | 0 | 1000001 | 101 | 1100100 | 0 | 1001011 | 100101001 | 1100100 | 1101 |
Color Harmonies of #3E0041
Complementary color
Monochromatic Colors of #3E0041
Black with #3E0041
Text Example
Text Example
White with #3E0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0041; }
p { color: rgb(62,0,65); }
H1.HeaderClassName
{
color: #3E0041;
}
.AnyTagClassName
{
color: #3E0041;
}
</style>
background-color css
<style>
a { background-color: #3E0041; }
a { background-color: rgb(62,0,65); }
div.DivClassName
{
background-color: #3E0041;
}
.BgClassName
{
background-color: #3E0041;
}
</style>
border-color css
<style>
span { border-color: #3E0041; }
span { border-color: rgb(62,0,65); }
td.TdClassName
{
border-color: #3E0041;
}
.TagClassName
{
border-color: #3E0041;
}
</style>