Shades of Mardi Gras #3E1144
Tints of Mardi Gras #3E1144
RGB
CMYK
RGB Variations
Color information
#3E1144 (or 0x3E1144) is known color: Mardi Gras. HEX triplet: 3E, 11 and 44. RGB value is (62,17,68). Sum of RGB (Red+Green+Blue) = 62+17+68=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E1144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1144 is #C1EEBB. Grayscale: #242424. Windows color (decimal): -12709564 or 4460862. OLE color: 4460862.
HSL color Cylindrical-coordinate representation of color #3E1144: hue angle of 292.94º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E1144 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 17 | 68 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.73 |
| HSL | 292.94º | 0.6% | 0.17% | - |
| HSV(B) | 292.94º | 0.75% | 0.27% | - |
| XYZ | 3.23 | 1.84 | 5.65 | - |
| YUV | 36.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 68 | 0.09 | 0.75 | 0 | 0.73 | 292.94 | 0.6 | 0.17 |
| Hex | 3E | 11 | 44 | 9 | 4B | 0 | 49 | 125 | 3C | 11 |
| Octal | 76 | 21 | 104 | 11 | 113 | 0 | 111 | 445 | 74 | 21 |
| Binary | 111110 | 10001 | 1000100 | 1001 | 1001011 | 0 | 1001001 | 100100101 | 111100 | 10001 |
Color Harmonies of #3E1144
Complementary color
Monochromatic Colors of #3E1144
Black with #3E1144
Text Example
Text Example
White with #3E1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1144; }
p { color: rgb(62,17,68); }
H1.HeaderClassName
{
color: #3E1144;
}
.AnyTagClassName
{
color: #3E1144;
}
</style>
background-color css
<style>
a { background-color: #3E1144; }
a { background-color: rgb(62,17,68); }
div.DivClassName
{
background-color: #3E1144;
}
.BgClassName
{
background-color: #3E1144;
}
</style>
border-color css
<style>
span { border-color: #3E1144; }
span { border-color: rgb(62,17,68); }
td.TdClassName
{
border-color: #3E1144;
}
.TagClassName
{
border-color: #3E1144;
}
</style>