Shades of Mardi Gras #421D43
Tints of Mardi Gras #421D43
RGB
CMYK
RGB Variations
Color information
#421D43 (or 0x421D43) is known color: Mardi Gras. HEX triplet: 42, 1D and 43. RGB value is (66,29,67). Sum of RGB (Red+Green+Blue) = 66+29+67=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 67 - color contains mainly: blue. Hex color #421D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D43 is #BDE2BC. Grayscale: #2C2C2C. Windows color (decimal): -12444349 or 4398402. OLE color: 4398402.
HSL color Cylindrical-coordinate representation of color #421D43: hue angle of 298.42º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #421D43 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 67 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.74 |
| HSL | 298.42º | 0.4% | 0.19% | - |
| HSV(B) | 298.42º | 0.57% | 0.26% | - |
| XYZ | 3.7 | 2.44 | 5.59 | - |
| YUV | 44.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 67 | 0.01 | 0.57 | 0 | 0.74 | 298.42 | 0.4 | 0.19 |
| Hex | 42 | 1D | 43 | 1 | 39 | 0 | 4A | 12A | 28 | 13 |
| Octal | 102 | 35 | 103 | 1 | 71 | 0 | 112 | 452 | 50 | 23 |
| Binary | 1000010 | 11101 | 1000011 | 1 | 111001 | 0 | 1001010 | 100101010 | 101000 | 10011 |
Color Harmonies of #421D43
Complementary color
Monochromatic Colors of #421D43
Black with #421D43
Text Example
Text Example
White with #421D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D43; }
p { color: rgb(66,29,67); }
H1.HeaderClassName
{
color: #421D43;
}
.AnyTagClassName
{
color: #421D43;
}
</style>
background-color css
<style>
a { background-color: #421D43; }
a { background-color: rgb(66,29,67); }
div.DivClassName
{
background-color: #421D43;
}
.BgClassName
{
background-color: #421D43;
}
</style>
border-color css
<style>
span { border-color: #421D43; }
span { border-color: rgb(66,29,67); }
td.TdClassName
{
border-color: #421D43;
}
.TagClassName
{
border-color: #421D43;
}
</style>