Shades of Mardi Gras #421C40
Tints of Mardi Gras #421C40
RGB
CMYK
RGB Variations
Color information
#421C40 (or 0x421C40) is known color: Mardi Gras. HEX triplet: 42, 1C and 40. RGB value is (66,28,64). Sum of RGB (Red+Green+Blue) = 66+28+64=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #421C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C40 is #BDE3BF. Grayscale: #2B2B2B. Windows color (decimal): -12444608 or 4201538. OLE color: 4201538.
HSL color Cylindrical-coordinate representation of color #421C40: hue angle of 303.16º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421C40 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 64 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.74 |
| HSL | 303.16º | 0.4% | 0.18% | - |
| HSV(B) | 303.16º | 0.58% | 0.26% | - |
| XYZ | 3.59 | 2.36 | 5.12 | - |
| YUV | 43.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 64 | 0 | 0.58 | 0.03 | 0.74 | 303.16 | 0.4 | 0.18 |
| Hex | 42 | 1C | 40 | 0 | 3A | 3 | 4A | 12F | 28 | 12 |
| Octal | 102 | 34 | 100 | 0 | 72 | 3 | 112 | 457 | 50 | 22 |
| Binary | 1000010 | 11100 | 1000000 | 0 | 111010 | 11 | 1001010 | 100101111 | 101000 | 10010 |
Color Harmonies of #421C40
Complementary color
Monochromatic Colors of #421C40
Black with #421C40
Text Example
Text Example
White with #421C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C40; }
p { color: rgb(66,28,64); }
H1.HeaderClassName
{
color: #421C40;
}
.AnyTagClassName
{
color: #421C40;
}
</style>
background-color css
<style>
a { background-color: #421C40; }
a { background-color: rgb(66,28,64); }
div.DivClassName
{
background-color: #421C40;
}
.BgClassName
{
background-color: #421C40;
}
</style>
border-color css
<style>
span { border-color: #421C40; }
span { border-color: rgb(66,28,64); }
td.TdClassName
{
border-color: #421C40;
}
.TagClassName
{
border-color: #421C40;
}
</style>