Shades of Mardi Gras #421F41
Tints of Mardi Gras #421F41
RGB
CMYK
RGB Variations
Color information
#421F41 (or 0x421F41) is known color: Mardi Gras. HEX triplet: 42, 1F and 41. RGB value is (66,31,65). Sum of RGB (Red+Green+Blue) = 66+31+65=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #421F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F41 is #BDE0BE. Grayscale: #2D2D2D. Windows color (decimal): -12443839 or 4267842. OLE color: 4267842.
HSL color Cylindrical-coordinate representation of color #421F41: hue angle of 301.71º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F41 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 65 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.74 |
| HSL | 301.71º | 0.36% | 0.19% | - |
| HSV(B) | 301.71º | 0.53% | 0.26% | - |
| XYZ | 3.69 | 2.52 | 5.29 | - |
| YUV | 45.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 65 | 0 | 0.53 | 0.02 | 0.74 | 301.71 | 0.36 | 0.19 |
| Hex | 42 | 1F | 41 | 0 | 35 | 2 | 4A | 12E | 24 | 13 |
| Octal | 102 | 37 | 101 | 0 | 65 | 2 | 112 | 456 | 44 | 23 |
| Binary | 1000010 | 11111 | 1000001 | 0 | 110101 | 10 | 1001010 | 100101110 | 100100 | 10011 |
Color Harmonies of #421F41
Complementary color
Monochromatic Colors of #421F41
Black with #421F41
Text Example
Text Example
White with #421F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F41; }
p { color: rgb(66,31,65); }
H1.HeaderClassName
{
color: #421F41;
}
.AnyTagClassName
{
color: #421F41;
}
</style>
background-color css
<style>
a { background-color: #421F41; }
a { background-color: rgb(66,31,65); }
div.DivClassName
{
background-color: #421F41;
}
.BgClassName
{
background-color: #421F41;
}
</style>
border-color css
<style>
span { border-color: #421F41; }
span { border-color: rgb(66,31,65); }
td.TdClassName
{
border-color: #421F41;
}
.TagClassName
{
border-color: #421F41;
}
</style>