Shades of Mardi Gras #3E043A
Tints of Mardi Gras #3E043A
RGB
CMYK
RGB Variations
Color information
#3E043A (or 0x3E043A) is known color: Mardi Gras. HEX triplet: 3E, 04 and 3A. RGB value is (62,4,58). Sum of RGB (Red+Green+Blue) = 62+4+58=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E043A is #C1FBC5. Grayscale: #1B1B1B. Windows color (decimal): -12712902 or 3802174. OLE color: 3802174.
HSL color Cylindrical-coordinate representation of color #3E043A: hue angle of 304.14º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E043A is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 58 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.76 |
| HSL | 304.14º | 0.88% | 0.13% | - |
| HSV(B) | 304.14º | 0.94% | 0.24% | - |
| XYZ | 2.79 | 1.42 | 4.13 | - |
| YUV | 27.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 58 | 0 | 0.94 | 0.06 | 0.76 | 304.14 | 0.88 | 0.13 |
| Hex | 3E | 4 | 3A | 0 | 5E | 6 | 4C | 130 | 58 | D |
| Octal | 76 | 4 | 72 | 0 | 136 | 6 | 114 | 460 | 130 | 15 |
| Binary | 111110 | 100 | 111010 | 0 | 1011110 | 110 | 1001100 | 100110000 | 1011000 | 1101 |
Color Harmonies of #3E043A
Complementary color
Monochromatic Colors of #3E043A
Black with #3E043A
Text Example
Text Example
White with #3E043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E043A; }
p { color: rgb(62,4,58); }
H1.HeaderClassName
{
color: #3E043A;
}
.AnyTagClassName
{
color: #3E043A;
}
</style>
background-color css
<style>
a { background-color: #3E043A; }
a { background-color: rgb(62,4,58); }
div.DivClassName
{
background-color: #3E043A;
}
.BgClassName
{
background-color: #3E043A;
}
</style>
border-color css
<style>
span { border-color: #3E043A; }
span { border-color: rgb(62,4,58); }
td.TdClassName
{
border-color: #3E043A;
}
.TagClassName
{
border-color: #3E043A;
}
</style>