Shades of Mardi Gras #3E0C41
Tints of Mardi Gras #3E0C41
RGB
CMYK
RGB Variations
Color information
#3E0C41 (or 0x3E0C41) is known color: Mardi Gras. HEX triplet: 3E, 0C and 41. RGB value is (62,12,65). Sum of RGB (Red+Green+Blue) = 62+12+65=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E0C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0C41 is #C1F3BE. Grayscale: #202020. Windows color (decimal): -12710847 or 4262974. OLE color: 4262974.
HSL color Cylindrical-coordinate representation of color #3E0C41: hue angle of 296.6º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0C41 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 12 | 65 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.75 |
| HSL | 296.6º | 0.69% | 0.15% | - |
| HSV(B) | 296.6º | 0.82% | 0.25% | - |
| XYZ | 3.07 | 1.67 | 5.16 | - |
| YUV | 32.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 12 | 65 | 0.05 | 0.82 | 0 | 0.75 | 296.6 | 0.69 | 0.15 |
| Hex | 3E | C | 41 | 5 | 52 | 0 | 4B | 129 | 45 | F |
| Octal | 76 | 14 | 101 | 5 | 122 | 0 | 113 | 451 | 105 | 17 |
| Binary | 111110 | 1100 | 1000001 | 101 | 1010010 | 0 | 1001011 | 100101001 | 1000101 | 1111 |
Color Harmonies of #3E0C41
Complementary color
Monochromatic Colors of #3E0C41
Black with #3E0C41
Text Example
Text Example
White with #3E0C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0C41; }
p { color: rgb(62,12,65); }
H1.HeaderClassName
{
color: #3E0C41;
}
.AnyTagClassName
{
color: #3E0C41;
}
</style>
background-color css
<style>
a { background-color: #3E0C41; }
a { background-color: rgb(62,12,65); }
div.DivClassName
{
background-color: #3E0C41;
}
.BgClassName
{
background-color: #3E0C41;
}
</style>
border-color css
<style>
span { border-color: #3E0C41; }
span { border-color: rgb(62,12,65); }
td.TdClassName
{
border-color: #3E0C41;
}
.TagClassName
{
border-color: #3E0C41;
}
</style>