Shades of Mardi Gras #421F42
Tints of Mardi Gras #421F42
RGB
CMYK
RGB Variations
Color information
#421F42 (or 0x421F42) is known color: Mardi Gras. HEX triplet: 42, 1F and 42. RGB value is (66,31,66). Sum of RGB (Red+Green+Blue) = 66+31+66=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #421F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F42 is #BDE0BD. Grayscale: #2D2D2D. Windows color (decimal): -12443838 or 4333378. OLE color: 4333378.
HSL color Cylindrical-coordinate representation of color #421F42: hue angle of 300º 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 #421F42 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 66 | - |
| CMYK | 0 | 0.53 | 0 | 0.74 |
| HSL | 300º | 0.36% | 0.19% | - |
| HSV(B) | 300º | 0.53% | 0.26% | - |
| XYZ | 3.72 | 2.53 | 5.45 | - |
| YUV | 45.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 66 | 0 | 0.53 | 0 | 0.74 | 300 | 0.36 | 0.19 |
| Hex | 42 | 1F | 42 | 0 | 35 | 0 | 4A | 12C | 24 | 13 |
| Octal | 102 | 37 | 102 | 0 | 65 | 0 | 112 | 454 | 44 | 23 |
| Binary | 1000010 | 11111 | 1000010 | 0 | 110101 | 0 | 1001010 | 100101100 | 100100 | 10011 |
Color Harmonies of #421F42
Complementary color
Monochromatic Colors of #421F42
Black with #421F42
Text Example
Text Example
White with #421F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F42; }
p { color: rgb(66,31,66); }
H1.HeaderClassName
{
color: #421F42;
}
.AnyTagClassName
{
color: #421F42;
}
</style>
background-color css
<style>
a { background-color: #421F42; }
a { background-color: rgb(66,31,66); }
div.DivClassName
{
background-color: #421F42;
}
.BgClassName
{
background-color: #421F42;
}
</style>
border-color css
<style>
span { border-color: #421F42; }
span { border-color: rgb(66,31,66); }
td.TdClassName
{
border-color: #421F42;
}
.TagClassName
{
border-color: #421F42;
}
</style>