Shades of Mardi Gras #3E1044
Tints of Mardi Gras #3E1044
RGB
CMYK
RGB Variations
Color information
#3E1044 (or 0x3E1044) is known color: Mardi Gras. HEX triplet: 3E, 10 and 44. RGB value is (62,16,68). Sum of RGB (Red+Green+Blue) = 62+16+68=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E1044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1044 is #C1EFBB. Grayscale: #232323. Windows color (decimal): -12709820 or 4460606. OLE color: 4460606.
HSL color Cylindrical-coordinate representation of color #3E1044: hue angle of 293.08º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E1044 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 16 | 68 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.73 |
| HSL | 293.08º | 0.62% | 0.16% | - |
| HSV(B) | 293.08º | 0.76% | 0.27% | - |
| XYZ | 3.22 | 1.81 | 5.65 | - |
| YUV | 35.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 68 | 0.09 | 0.76 | 0 | 0.73 | 293.08 | 0.62 | 0.16 |
| Hex | 3E | 10 | 44 | 9 | 4C | 0 | 49 | 125 | 3E | 10 |
| Octal | 76 | 20 | 104 | 11 | 114 | 0 | 111 | 445 | 76 | 20 |
| Binary | 111110 | 10000 | 1000100 | 1001 | 1001100 | 0 | 1001001 | 100100101 | 111110 | 10000 |
Color Harmonies of #3E1044
Complementary color
Monochromatic Colors of #3E1044
Black with #3E1044
Text Example
Text Example
White with #3E1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1044; }
p { color: rgb(62,16,68); }
H1.HeaderClassName
{
color: #3E1044;
}
.AnyTagClassName
{
color: #3E1044;
}
</style>
background-color css
<style>
a { background-color: #3E1044; }
a { background-color: rgb(62,16,68); }
div.DivClassName
{
background-color: #3E1044;
}
.BgClassName
{
background-color: #3E1044;
}
</style>
border-color css
<style>
span { border-color: #3E1044; }
span { border-color: rgb(62,16,68); }
td.TdClassName
{
border-color: #3E1044;
}
.TagClassName
{
border-color: #3E1044;
}
</style>