Shades of Mardi Gras #3F1E41
Tints of Mardi Gras #3F1E41
RGB
CMYK
RGB Variations
Color information
#3F1E41 (or 0x3F1E41) is known color: Mardi Gras. HEX triplet: 3F, 1E and 41. RGB value is (63,30,65). Sum of RGB (Red+Green+Blue) = 63+30+65=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F1E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1E41 is #C0E1BE. Grayscale: #2B2B2B. Windows color (decimal): -12640703 or 4267583. OLE color: 4267583.
HSL color Cylindrical-coordinate representation of color #3F1E41: hue angle of 296.57º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F1E41 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 30 | 65 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.75 |
| HSL | 296.57º | 0.37% | 0.19% | - |
| HSV(B) | 296.57º | 0.54% | 0.25% | - |
| XYZ | 3.47 | 2.37 | 5.28 | - |
| YUV | 43.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 30 | 65 | 0.03 | 0.54 | 0 | 0.75 | 296.57 | 0.37 | 0.19 |
| Hex | 3F | 1E | 41 | 3 | 36 | 0 | 4B | 129 | 25 | 13 |
| Octal | 77 | 36 | 101 | 3 | 66 | 0 | 113 | 451 | 45 | 23 |
| Binary | 111111 | 11110 | 1000001 | 11 | 110110 | 0 | 1001011 | 100101001 | 100101 | 10011 |
Color Harmonies of #3F1E41
Complementary color
Monochromatic Colors of #3F1E41
Black with #3F1E41
Text Example
Text Example
White with #3F1E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1E41; }
p { color: rgb(63,30,65); }
H1.HeaderClassName
{
color: #3F1E41;
}
.AnyTagClassName
{
color: #3F1E41;
}
</style>
background-color css
<style>
a { background-color: #3F1E41; }
a { background-color: rgb(63,30,65); }
div.DivClassName
{
background-color: #3F1E41;
}
.BgClassName
{
background-color: #3F1E41;
}
</style>
border-color css
<style>
span { border-color: #3F1E41; }
span { border-color: rgb(63,30,65); }
td.TdClassName
{
border-color: #3F1E41;
}
.TagClassName
{
border-color: #3F1E41;
}
</style>