Shades of Mardi Gras #3E0543
Tints of Mardi Gras #3E0543
RGB
CMYK
RGB Variations
Color information
#3E0543 (or 0x3E0543) is known color: Mardi Gras. HEX triplet: 3E, 05 and 43. RGB value is (62,5,67). Sum of RGB (Red+Green+Blue) = 62+5+67=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #3E0543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0543 is #C1FABC. Grayscale: #1C1C1C. Windows color (decimal): -12712637 or 4392254. OLE color: 4392254.
HSL color Cylindrical-coordinate representation of color #3E0543: hue angle of 295.16º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0543 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 5 | 67 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.74 |
| HSL | 295.16º | 0.86% | 0.14% | - |
| HSV(B) | 295.16º | 0.93% | 0.26% | - |
| XYZ | 3.05 | 1.54 | 5.45 | - |
| YUV | 29.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 67 | 0.07 | 0.93 | 0 | 0.74 | 295.16 | 0.86 | 0.14 |
| Hex | 3E | 5 | 43 | 7 | 5D | 0 | 4A | 127 | 56 | E |
| Octal | 76 | 5 | 103 | 7 | 135 | 0 | 112 | 447 | 126 | 16 |
| Binary | 111110 | 101 | 1000011 | 111 | 1011101 | 0 | 1001010 | 100100111 | 1010110 | 1110 |
Color Harmonies of #3E0543
Complementary color
Monochromatic Colors of #3E0543
Black with #3E0543
Text Example
Text Example
White with #3E0543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0543; }
p { color: rgb(62,5,67); }
H1.HeaderClassName
{
color: #3E0543;
}
.AnyTagClassName
{
color: #3E0543;
}
</style>
background-color css
<style>
a { background-color: #3E0543; }
a { background-color: rgb(62,5,67); }
div.DivClassName
{
background-color: #3E0543;
}
.BgClassName
{
background-color: #3E0543;
}
</style>
border-color css
<style>
span { border-color: #3E0543; }
span { border-color: rgb(62,5,67); }
td.TdClassName
{
border-color: #3E0543;
}
.TagClassName
{
border-color: #3E0543;
}
</style>