Shades of Mardi Gras #3C053E
Tints of Mardi Gras #3C053E
RGB
CMYK
RGB Variations
Color information
#3C053E (or 0x3C053E) is known color: Mardi Gras. HEX triplet: 3C, 05 and 3E. RGB value is (60,5,62). Sum of RGB (Red+Green+Blue) = 60+5+62=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C053E is #C3FAC1. Grayscale: #1B1B1B. Windows color (decimal): -12843714 or 4064572. OLE color: 4064572.
HSL color Cylindrical-coordinate representation of color #3C053E: hue angle of 297.89º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C053E is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 5 | 62 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.76 |
| HSL | 297.89º | 0.85% | 0.13% | - |
| HSV(B) | 297.89º | 0.92% | 0.24% | - |
| XYZ | 2.79 | 1.42 | 4.68 | - |
| YUV | 27.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 62 | 0.03 | 0.92 | 0 | 0.76 | 297.89 | 0.85 | 0.13 |
| Hex | 3C | 5 | 3E | 3 | 5C | 0 | 4C | 12A | 55 | D |
| Octal | 74 | 5 | 76 | 3 | 134 | 0 | 114 | 452 | 125 | 15 |
| Binary | 111100 | 101 | 111110 | 11 | 1011100 | 0 | 1001100 | 100101010 | 1010101 | 1101 |
Color Harmonies of #3C053E
Complementary color
Monochromatic Colors of #3C053E
Black with #3C053E
Text Example
Text Example
White with #3C053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C053E; }
p { color: rgb(60,5,62); }
H1.HeaderClassName
{
color: #3C053E;
}
.AnyTagClassName
{
color: #3C053E;
}
</style>
background-color css
<style>
a { background-color: #3C053E; }
a { background-color: rgb(60,5,62); }
div.DivClassName
{
background-color: #3C053E;
}
.BgClassName
{
background-color: #3C053E;
}
</style>
border-color css
<style>
span { border-color: #3C053E; }
span { border-color: rgb(60,5,62); }
td.TdClassName
{
border-color: #3C053E;
}
.TagClassName
{
border-color: #3C053E;
}
</style>