Shades of Mardi Gras #3C043C
Tints of Mardi Gras #3C043C
RGB
CMYK
RGB Variations
Color information
#3C043C (or 0x3C043C) is known color: Mardi Gras. HEX triplet: 3C, 04 and 3C. RGB value is (60,4,60). Sum of RGB (Red+Green+Blue) = 60+4+60=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C043C is #C3FBC3. Grayscale: #1A1A1A. Windows color (decimal): -12843972 or 3933244. OLE color: 3933244.
HSL color Cylindrical-coordinate representation of color #3C043C: hue angle of 300º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C043C is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 4 | 60 | - |
| CMYK | 0 | 0.93 | 0 | 0.76 |
| HSL | 300º | 0.88% | 0.13% | - |
| HSV(B) | 300º | 0.93% | 0.24% | - |
| XYZ | 2.72 | 1.37 | 4.4 | - |
| YUV | 27.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 60 | 0 | 0.93 | 0 | 0.76 | 300 | 0.88 | 0.13 |
| Hex | 3C | 4 | 3C | 0 | 5D | 0 | 4C | 12C | 58 | D |
| Octal | 74 | 4 | 74 | 0 | 135 | 0 | 114 | 454 | 130 | 15 |
| Binary | 111100 | 100 | 111100 | 0 | 1011101 | 0 | 1001100 | 100101100 | 1011000 | 1101 |
Color Harmonies of #3C043C
Complementary color
Monochromatic Colors of #3C043C
Black with #3C043C
Text Example
Text Example
White with #3C043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C043C; }
p { color: rgb(60,4,60); }
H1.HeaderClassName
{
color: #3C043C;
}
.AnyTagClassName
{
color: #3C043C;
}
</style>
background-color css
<style>
a { background-color: #3C043C; }
a { background-color: rgb(60,4,60); }
div.DivClassName
{
background-color: #3C043C;
}
.BgClassName
{
background-color: #3C043C;
}
</style>
border-color css
<style>
span { border-color: #3C043C; }
span { border-color: rgb(60,4,60); }
td.TdClassName
{
border-color: #3C043C;
}
.TagClassName
{
border-color: #3C043C;
}
</style>