Shades of Mardi Gras #3E0642
Tints of Mardi Gras #3E0642
RGB
CMYK
RGB Variations
Color information
#3E0642 (or 0x3E0642) is known color: Mardi Gras. HEX triplet: 3E, 06 and 42. RGB value is (62,6,66). Sum of RGB (Red+Green+Blue) = 62+6+66=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E0642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0642 is #C1F9BD. Grayscale: #1D1D1D. Windows color (decimal): -12712382 or 4326974. OLE color: 4326974.
HSL color Cylindrical-coordinate representation of color #3E0642: hue angle of 296º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E0642 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 6 | 66 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.74 |
| HSL | 296º | 0.83% | 0.14% | - |
| HSV(B) | 296º | 0.91% | 0.26% | - |
| XYZ | 3.04 | 1.55 | 5.29 | - |
| YUV | 29.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 66 | 0.06 | 0.91 | 0 | 0.74 | 296 | 0.83 | 0.14 |
| Hex | 3E | 6 | 42 | 6 | 5B | 0 | 4A | 128 | 53 | E |
| Octal | 76 | 6 | 102 | 6 | 133 | 0 | 112 | 450 | 123 | 16 |
| Binary | 111110 | 110 | 1000010 | 110 | 1011011 | 0 | 1001010 | 100101000 | 1010011 | 1110 |
Color Harmonies of #3E0642
Complementary color
Monochromatic Colors of #3E0642
Black with #3E0642
Text Example
Text Example
White with #3E0642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0642; }
p { color: rgb(62,6,66); }
H1.HeaderClassName
{
color: #3E0642;
}
.AnyTagClassName
{
color: #3E0642;
}
</style>
background-color css
<style>
a { background-color: #3E0642; }
a { background-color: rgb(62,6,66); }
div.DivClassName
{
background-color: #3E0642;
}
.BgClassName
{
background-color: #3E0642;
}
</style>
border-color css
<style>
span { border-color: #3E0642; }
span { border-color: rgb(62,6,66); }
td.TdClassName
{
border-color: #3E0642;
}
.TagClassName
{
border-color: #3E0642;
}
</style>