Shades of Mardi Gras #3E053F
Tints of Mardi Gras #3E053F
RGB
CMYK
RGB Variations
Color information
#3E053F (or 0x3E053F) is known color: Mardi Gras. HEX triplet: 3E, 05 and 3F. RGB value is (62,5,63). Sum of RGB (Red+Green+Blue) = 62+5+63=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E053F is #C1FAC0. Grayscale: #1C1C1C. Windows color (decimal): -12712641 or 4130110. OLE color: 4130110.
HSL color Cylindrical-coordinate representation of color #3E053F: hue angle of 298.97º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E053F is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 5 | 63 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.75 |
| HSL | 298.97º | 0.85% | 0.13% | - |
| HSV(B) | 298.97º | 0.92% | 0.25% | - |
| XYZ | 2.94 | 1.49 | 4.84 | - |
| YUV | 28.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 63 | 0.02 | 0.92 | 0 | 0.75 | 298.97 | 0.85 | 0.13 |
| Hex | 3E | 5 | 3F | 2 | 5C | 0 | 4B | 12B | 55 | D |
| Octal | 76 | 5 | 77 | 2 | 134 | 0 | 113 | 453 | 125 | 15 |
| Binary | 111110 | 101 | 111111 | 10 | 1011100 | 0 | 1001011 | 100101011 | 1010101 | 1101 |
Color Harmonies of #3E053F
Complementary color
Monochromatic Colors of #3E053F
Black with #3E053F
Text Example
Text Example
White with #3E053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E053F; }
p { color: rgb(62,5,63); }
H1.HeaderClassName
{
color: #3E053F;
}
.AnyTagClassName
{
color: #3E053F;
}
</style>
background-color css
<style>
a { background-color: #3E053F; }
a { background-color: rgb(62,5,63); }
div.DivClassName
{
background-color: #3E053F;
}
.BgClassName
{
background-color: #3E053F;
}
</style>
border-color css
<style>
span { border-color: #3E053F; }
span { border-color: rgb(62,5,63); }
td.TdClassName
{
border-color: #3E053F;
}
.TagClassName
{
border-color: #3E053F;
}
</style>