Shades of Mardi Gras #3E0644
Tints of Mardi Gras #3E0644
RGB
CMYK
RGB Variations
Color information
#3E0644 (or 0x3E0644) is known color: Mardi Gras. HEX triplet: 3E, 06 and 44. RGB value is (62,6,68). Sum of RGB (Red+Green+Blue) = 62+6+68=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E0644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0644 is #C1F9BB. Grayscale: #1D1D1D. Windows color (decimal): -12712380 or 4458046. OLE color: 4458046.
HSL color Cylindrical-coordinate representation of color #3E0644: hue angle of 294.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E0644 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 6 | 68 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.73 |
| HSL | 294.19º | 0.84% | 0.15% | - |
| HSV(B) | 294.19º | 0.91% | 0.27% | - |
| XYZ | 3.1 | 1.57 | 5.61 | - |
| YUV | 29.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 68 | 0.09 | 0.91 | 0 | 0.73 | 294.19 | 0.84 | 0.15 |
| Hex | 3E | 6 | 44 | 9 | 5B | 0 | 49 | 126 | 54 | F |
| Octal | 76 | 6 | 104 | 11 | 133 | 0 | 111 | 446 | 124 | 17 |
| Binary | 111110 | 110 | 1000100 | 1001 | 1011011 | 0 | 1001001 | 100100110 | 1010100 | 1111 |
Color Harmonies of #3E0644
Complementary color
Monochromatic Colors of #3E0644
Black with #3E0644
Text Example
Text Example
White with #3E0644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0644; }
p { color: rgb(62,6,68); }
H1.HeaderClassName
{
color: #3E0644;
}
.AnyTagClassName
{
color: #3E0644;
}
</style>
background-color css
<style>
a { background-color: #3E0644; }
a { background-color: rgb(62,6,68); }
div.DivClassName
{
background-color: #3E0644;
}
.BgClassName
{
background-color: #3E0644;
}
</style>
border-color css
<style>
span { border-color: #3E0644; }
span { border-color: rgb(62,6,68); }
td.TdClassName
{
border-color: #3E0644;
}
.TagClassName
{
border-color: #3E0644;
}
</style>