Shades of Mardi Gras #421647
Tints of Mardi Gras #421647
RGB
CMYK
RGB Variations
Color information
#421647 (or 0x421647) is known color: Mardi Gras. HEX triplet: 42, 16 and 47. RGB value is (66,22,71). Sum of RGB (Red+Green+Blue) = 66+22+71=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #421647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421647 is #BDE9B8. Grayscale: #282828. Windows color (decimal): -12446137 or 4658754. OLE color: 4658754.
HSL color Cylindrical-coordinate representation of color #421647: hue angle of 293.88º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #421647 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 22 | 71 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.72 |
| HSL | 293.88º | 0.53% | 0.18% | - |
| HSV(B) | 293.88º | 0.69% | 0.28% | - |
| XYZ | 3.67 | 2.19 | 6.19 | - |
| YUV | 40.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 71 | 0.07 | 0.69 | 0 | 0.72 | 293.88 | 0.53 | 0.18 |
| Hex | 42 | 16 | 47 | 7 | 45 | 0 | 48 | 126 | 35 | 12 |
| Octal | 102 | 26 | 107 | 7 | 105 | 0 | 110 | 446 | 65 | 22 |
| Binary | 1000010 | 10110 | 1000111 | 111 | 1000101 | 0 | 1001000 | 100100110 | 110101 | 10010 |
Color Harmonies of #421647
Complementary color
Monochromatic Colors of #421647
Black with #421647
Text Example
Text Example
White with #421647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421647; }
p { color: rgb(66,22,71); }
H1.HeaderClassName
{
color: #421647;
}
.AnyTagClassName
{
color: #421647;
}
</style>
background-color css
<style>
a { background-color: #421647; }
a { background-color: rgb(66,22,71); }
div.DivClassName
{
background-color: #421647;
}
.BgClassName
{
background-color: #421647;
}
</style>
border-color css
<style>
span { border-color: #421647; }
span { border-color: rgb(66,22,71); }
td.TdClassName
{
border-color: #421647;
}
.TagClassName
{
border-color: #421647;
}
</style>