Shades of Mardi Gras #3E1341
Tints of Mardi Gras #3E1341
RGB
CMYK
RGB Variations
Color information
#3E1341 (or 0x3E1341) is known color: Mardi Gras. HEX triplet: 3E, 13 and 41. RGB value is (62,19,65). Sum of RGB (Red+Green+Blue) = 62+19+65=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1341 is #C1ECBE. Grayscale: #242424. Windows color (decimal): -12709055 or 4264766. OLE color: 4264766.
HSL color Cylindrical-coordinate representation of color #3E1341: hue angle of 296.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1341 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 19 | 65 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.75 |
| HSL | 296.09º | 0.55% | 0.16% | - |
| HSV(B) | 296.09º | 0.71% | 0.25% | - |
| XYZ | 3.17 | 1.87 | 5.2 | - |
| YUV | 37.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 65 | 0.05 | 0.71 | 0 | 0.75 | 296.09 | 0.55 | 0.16 |
| Hex | 3E | 13 | 41 | 5 | 47 | 0 | 4B | 128 | 37 | 10 |
| Octal | 76 | 23 | 101 | 5 | 107 | 0 | 113 | 450 | 67 | 20 |
| Binary | 111110 | 10011 | 1000001 | 101 | 1000111 | 0 | 1001011 | 100101000 | 110111 | 10000 |
Color Harmonies of #3E1341
Complementary color
Monochromatic Colors of #3E1341
Black with #3E1341
Text Example
Text Example
White with #3E1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1341; }
p { color: rgb(62,19,65); }
H1.HeaderClassName
{
color: #3E1341;
}
.AnyTagClassName
{
color: #3E1341;
}
</style>
background-color css
<style>
a { background-color: #3E1341; }
a { background-color: rgb(62,19,65); }
div.DivClassName
{
background-color: #3E1341;
}
.BgClassName
{
background-color: #3E1341;
}
</style>
border-color css
<style>
span { border-color: #3E1341; }
span { border-color: rgb(62,19,65); }
td.TdClassName
{
border-color: #3E1341;
}
.TagClassName
{
border-color: #3E1341;
}
</style>