Shades of Mardi Gras #3C0540
Tints of Mardi Gras #3C0540
RGB
CMYK
RGB Variations
Color information
#3C0540 (or 0x3C0540) is known color: Mardi Gras. HEX triplet: 3C, 05 and 40. RGB value is (60,5,64). Sum of RGB (Red+Green+Blue) = 60+5+64=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C0540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0540 is #C3FABF. Grayscale: #1B1B1B. Windows color (decimal): -12843712 or 4195644. OLE color: 4195644.
HSL color Cylindrical-coordinate representation of color #3C0540: hue angle of 295.93º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0540 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 5 | 64 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.75 |
| HSL | 295.93º | 0.86% | 0.14% | - |
| HSV(B) | 295.93º | 0.92% | 0.25% | - |
| XYZ | 2.84 | 1.44 | 4.98 | - |
| YUV | 28.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 64 | 0.06 | 0.92 | 0 | 0.75 | 295.93 | 0.86 | 0.14 |
| Hex | 3C | 5 | 40 | 6 | 5C | 0 | 4B | 128 | 56 | E |
| Octal | 74 | 5 | 100 | 6 | 134 | 0 | 113 | 450 | 126 | 16 |
| Binary | 111100 | 101 | 1000000 | 110 | 1011100 | 0 | 1001011 | 100101000 | 1010110 | 1110 |
Color Harmonies of #3C0540
Complementary color
Monochromatic Colors of #3C0540
Black with #3C0540
Text Example
Text Example
White with #3C0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0540; }
p { color: rgb(60,5,64); }
H1.HeaderClassName
{
color: #3C0540;
}
.AnyTagClassName
{
color: #3C0540;
}
</style>
background-color css
<style>
a { background-color: #3C0540; }
a { background-color: rgb(60,5,64); }
div.DivClassName
{
background-color: #3C0540;
}
.BgClassName
{
background-color: #3C0540;
}
</style>
border-color css
<style>
span { border-color: #3C0540; }
span { border-color: rgb(60,5,64); }
td.TdClassName
{
border-color: #3C0540;
}
.TagClassName
{
border-color: #3C0540;
}
</style>