Shades of Mardi Gras #3A0C40
Tints of Mardi Gras #3A0C40
RGB
CMYK
RGB Variations
Color information
#3A0C40 (or 0x3A0C40) is known color: Mardi Gras. HEX triplet: 3A, 0C and 40. RGB value is (58,12,64). Sum of RGB (Red+Green+Blue) = 58+12+64=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A0C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0C40 is #C5F3BF. Grayscale: #1F1F1F. Windows color (decimal): -12972992 or 4197434. OLE color: 4197434.
HSL color Cylindrical-coordinate representation of color #3A0C40: hue angle of 293.08º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A0C40 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 12 | 64 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.75 |
| HSL | 293.08º | 0.68% | 0.15% | - |
| HSV(B) | 293.08º | 0.81% | 0.25% | - |
| XYZ | 2.8 | 1.53 | 5 | - |
| YUV | 31.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 64 | 0.09 | 0.81 | 0 | 0.75 | 293.08 | 0.68 | 0.15 |
| Hex | 3A | C | 40 | 9 | 51 | 0 | 4B | 125 | 44 | F |
| Octal | 72 | 14 | 100 | 11 | 121 | 0 | 113 | 445 | 104 | 17 |
| Binary | 111010 | 1100 | 1000000 | 1001 | 1010001 | 0 | 1001011 | 100100101 | 1000100 | 1111 |
Color Harmonies of #3A0C40
Complementary color
Monochromatic Colors of #3A0C40
Black with #3A0C40
Text Example
Text Example
White with #3A0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0C40; }
p { color: rgb(58,12,64); }
H1.HeaderClassName
{
color: #3A0C40;
}
.AnyTagClassName
{
color: #3A0C40;
}
</style>
background-color css
<style>
a { background-color: #3A0C40; }
a { background-color: rgb(58,12,64); }
div.DivClassName
{
background-color: #3A0C40;
}
.BgClassName
{
background-color: #3A0C40;
}
</style>
border-color css
<style>
span { border-color: #3A0C40; }
span { border-color: rgb(58,12,64); }
td.TdClassName
{
border-color: #3A0C40;
}
.TagClassName
{
border-color: #3A0C40;
}
</style>