Shades of Mardi Gras #3E0A44
Tints of Mardi Gras #3E0A44
RGB
CMYK
RGB Variations
Color information
#3E0A44 (or 0x3E0A44) is known color: Mardi Gras. HEX triplet: 3E, 0A and 44. RGB value is (62,10,68). Sum of RGB (Red+Green+Blue) = 62+10+68=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E0A44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0A44 is #C1F5BB. Grayscale: #1F1F1F. Windows color (decimal): -12711356 or 4459070. OLE color: 4459070.
HSL color Cylindrical-coordinate representation of color #3E0A44: hue angle of 293.79º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0A44 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 10 | 68 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.73 |
| HSL | 293.79º | 0.74% | 0.15% | - |
| HSV(B) | 293.79º | 0.85% | 0.27% | - |
| XYZ | 3.14 | 1.66 | 5.62 | - |
| YUV | 32.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 68 | 0.09 | 0.85 | 0 | 0.73 | 293.79 | 0.74 | 0.15 |
| Hex | 3E | A | 44 | 9 | 55 | 0 | 49 | 126 | 4A | F |
| Octal | 76 | 12 | 104 | 11 | 125 | 0 | 111 | 446 | 112 | 17 |
| Binary | 111110 | 1010 | 1000100 | 1001 | 1010101 | 0 | 1001001 | 100100110 | 1001010 | 1111 |
Color Harmonies of #3E0A44
Complementary color
Monochromatic Colors of #3E0A44
Black with #3E0A44
Text Example
Text Example
White with #3E0A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A44; }
p { color: rgb(62,10,68); }
H1.HeaderClassName
{
color: #3E0A44;
}
.AnyTagClassName
{
color: #3E0A44;
}
</style>
background-color css
<style>
a { background-color: #3E0A44; }
a { background-color: rgb(62,10,68); }
div.DivClassName
{
background-color: #3E0A44;
}
.BgClassName
{
background-color: #3E0A44;
}
</style>
border-color css
<style>
span { border-color: #3E0A44; }
span { border-color: rgb(62,10,68); }
td.TdClassName
{
border-color: #3E0A44;
}
.TagClassName
{
border-color: #3E0A44;
}
</style>