Shades of Mardi Gras #3E1741
Tints of Mardi Gras #3E1741
RGB
CMYK
RGB Variations
Color information
#3E1741 (or 0x3E1741) is known color: Mardi Gras. HEX triplet: 3E, 17 and 41. RGB value is (62,23,65). Sum of RGB (Red+Green+Blue) = 62+23+65=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1741 is #C1E8BE. Grayscale: #272727. Windows color (decimal): -12708031 or 4265790. OLE color: 4265790.
HSL color Cylindrical-coordinate representation of color #3E1741: hue angle of 295.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E1741 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 23 | 65 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.75 |
| HSL | 295.71º | 0.48% | 0.17% | - |
| HSV(B) | 295.71º | 0.65% | 0.25% | - |
| XYZ | 3.25 | 2.02 | 5.22 | - |
| YUV | 39.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 65 | 0.05 | 0.65 | 0 | 0.75 | 295.71 | 0.48 | 0.17 |
| Hex | 3E | 17 | 41 | 5 | 41 | 0 | 4B | 128 | 30 | 11 |
| Octal | 76 | 27 | 101 | 5 | 101 | 0 | 113 | 450 | 60 | 21 |
| Binary | 111110 | 10111 | 1000001 | 101 | 1000001 | 0 | 1001011 | 100101000 | 110000 | 10001 |
Color Harmonies of #3E1741
Complementary color
Monochromatic Colors of #3E1741
Black with #3E1741
Text Example
Text Example
White with #3E1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1741; }
p { color: rgb(62,23,65); }
H1.HeaderClassName
{
color: #3E1741;
}
.AnyTagClassName
{
color: #3E1741;
}
</style>
background-color css
<style>
a { background-color: #3E1741; }
a { background-color: rgb(62,23,65); }
div.DivClassName
{
background-color: #3E1741;
}
.BgClassName
{
background-color: #3E1741;
}
</style>
border-color css
<style>
span { border-color: #3E1741; }
span { border-color: rgb(62,23,65); }
td.TdClassName
{
border-color: #3E1741;
}
.TagClassName
{
border-color: #3E1741;
}
</style>