Shades of Mardi Gras #3A043E
Tints of Mardi Gras #3A043E
RGB
CMYK
RGB Variations
Color information
#3A043E (or 0x3A043E) is known color: Mardi Gras. HEX triplet: 3A, 04 and 3E. RGB value is (58,4,62). Sum of RGB (Red+Green+Blue) = 58+4+62=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A043E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A043E is #C5FBC1. Grayscale: #1A1A1A. Windows color (decimal): -12975042 or 4064314. OLE color: 4064314.
HSL color Cylindrical-coordinate representation of color #3A043E: hue angle of 295.86º 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 #3A043E is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 4 | 62 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.76 |
| HSL | 295.86º | 0.88% | 0.13% | - |
| HSV(B) | 295.86º | 0.94% | 0.24% | - |
| XYZ | 2.66 | 1.33 | 4.67 | - |
| YUV | 26.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 62 | 0.06 | 0.94 | 0 | 0.76 | 295.86 | 0.88 | 0.13 |
| Hex | 3A | 4 | 3E | 6 | 5E | 0 | 4C | 128 | 58 | D |
| Octal | 72 | 4 | 76 | 6 | 136 | 0 | 114 | 450 | 130 | 15 |
| Binary | 111010 | 100 | 111110 | 110 | 1011110 | 0 | 1001100 | 100101000 | 1011000 | 1101 |
Color Harmonies of #3A043E
Complementary color
Monochromatic Colors of #3A043E
Black with #3A043E
Text Example
Text Example
White with #3A043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A043E; }
p { color: rgb(58,4,62); }
H1.HeaderClassName
{
color: #3A043E;
}
.AnyTagClassName
{
color: #3A043E;
}
</style>
background-color css
<style>
a { background-color: #3A043E; }
a { background-color: rgb(58,4,62); }
div.DivClassName
{
background-color: #3A043E;
}
.BgClassName
{
background-color: #3A043E;
}
</style>
border-color css
<style>
span { border-color: #3A043E; }
span { border-color: rgb(58,4,62); }
td.TdClassName
{
border-color: #3A043E;
}
.TagClassName
{
border-color: #3A043E;
}
</style>