Shades of Mardi Gras #3A1540
Tints of Mardi Gras #3A1540
RGB
CMYK
RGB Variations
Color information
#3A1540 (or 0x3A1540) is known color: Mardi Gras. HEX triplet: 3A, 15 and 40. RGB value is (58,21,64). Sum of RGB (Red+Green+Blue) = 58+21+64=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A1540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1540 is #C5EABF. Grayscale: #242424. Windows color (decimal): -12970688 or 4199738. OLE color: 4199738.
HSL color Cylindrical-coordinate representation of color #3A1540: hue angle of 291.63º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1540 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 21 | 64 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.75 |
| HSL | 291.63º | 0.51% | 0.17% | - |
| HSV(B) | 291.63º | 0.67% | 0.25% | - |
| XYZ | 2.94 | 1.81 | 5.04 | - |
| YUV | 36.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 64 | 0.09 | 0.67 | 0 | 0.75 | 291.63 | 0.51 | 0.17 |
| Hex | 3A | 15 | 40 | 9 | 43 | 0 | 4B | 124 | 33 | 11 |
| Octal | 72 | 25 | 100 | 11 | 103 | 0 | 113 | 444 | 63 | 21 |
| Binary | 111010 | 10101 | 1000000 | 1001 | 1000011 | 0 | 1001011 | 100100100 | 110011 | 10001 |
Color Harmonies of #3A1540
Complementary color
Monochromatic Colors of #3A1540
Black with #3A1540
Text Example
Text Example
White with #3A1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1540; }
p { color: rgb(58,21,64); }
H1.HeaderClassName
{
color: #3A1540;
}
.AnyTagClassName
{
color: #3A1540;
}
</style>
background-color css
<style>
a { background-color: #3A1540; }
a { background-color: rgb(58,21,64); }
div.DivClassName
{
background-color: #3A1540;
}
.BgClassName
{
background-color: #3A1540;
}
</style>
border-color css
<style>
span { border-color: #3A1540; }
span { border-color: rgb(58,21,64); }
td.TdClassName
{
border-color: #3A1540;
}
.TagClassName
{
border-color: #3A1540;
}
</style>