Shades of Mardi Gras #3E1642
Tints of Mardi Gras #3E1642
RGB
CMYK
RGB Variations
Color information
#3E1642 (or 0x3E1642) is known color: Mardi Gras. HEX triplet: 3E, 16 and 42. RGB value is (62,22,66). Sum of RGB (Red+Green+Blue) = 62+22+66=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E1642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1642 is #C1E9BD. Grayscale: #262626. Windows color (decimal): -12708286 or 4331070. OLE color: 4331070.
HSL color Cylindrical-coordinate representation of color #3E1642: hue angle of 294.55º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E1642 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 22 | 66 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.74 |
| HSL | 294.55º | 0.5% | 0.17% | - |
| HSV(B) | 294.55º | 0.67% | 0.26% | - |
| XYZ | 3.26 | 1.99 | 5.37 | - |
| YUV | 38.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 66 | 0.06 | 0.67 | 0 | 0.74 | 294.55 | 0.5 | 0.17 |
| Hex | 3E | 16 | 42 | 6 | 43 | 0 | 4A | 127 | 32 | 11 |
| Octal | 76 | 26 | 102 | 6 | 103 | 0 | 112 | 447 | 62 | 21 |
| Binary | 111110 | 10110 | 1000010 | 110 | 1000011 | 0 | 1001010 | 100100111 | 110010 | 10001 |
Color Harmonies of #3E1642
Complementary color
Monochromatic Colors of #3E1642
Black with #3E1642
Text Example
Text Example
White with #3E1642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1642; }
p { color: rgb(62,22,66); }
H1.HeaderClassName
{
color: #3E1642;
}
.AnyTagClassName
{
color: #3E1642;
}
</style>
background-color css
<style>
a { background-color: #3E1642; }
a { background-color: rgb(62,22,66); }
div.DivClassName
{
background-color: #3E1642;
}
.BgClassName
{
background-color: #3E1642;
}
</style>
border-color css
<style>
span { border-color: #3E1642; }
span { border-color: rgb(62,22,66); }
td.TdClassName
{
border-color: #3E1642;
}
.TagClassName
{
border-color: #3E1642;
}
</style>