Shades of Mardi Gras #47024A
Tints of Mardi Gras #47024A
RGB
CMYK
RGB Variations
Color information
#47024A (or 0x47024A) is known color: Mardi Gras. HEX triplet: 47, 02 and 4A. RGB value is (71,2,74). Sum of RGB (Red+Green+Blue) = 71+2+74=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #47024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47024A is #B8FDB5. Grayscale: #1E1E1E. Windows color (decimal): -12123574 or 4850247. OLE color: 4850247.
HSL color Cylindrical-coordinate representation of color #47024A: hue angle of 297.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47024A is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 2 | 74 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.71 |
| HSL | 297.5º | 0.95% | 0.15% | - |
| HSV(B) | 297.5º | 0.97% | 0.29% | - |
| XYZ | 3.86 | 1.88 | 6.64 | - |
| YUV | 30.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 74 | 0.04 | 0.97 | 0 | 0.71 | 297.5 | 0.95 | 0.15 |
| Hex | 47 | 2 | 4A | 4 | 61 | 0 | 47 | 12A | 5F | F |
| Octal | 107 | 2 | 112 | 4 | 141 | 0 | 107 | 452 | 137 | 17 |
| Binary | 1000111 | 10 | 1001010 | 100 | 1100001 | 0 | 1000111 | 100101010 | 1011111 | 1111 |
Color Harmonies of #47024A
Complementary color
Monochromatic Colors of #47024A
Black with #47024A
Text Example
Text Example
White with #47024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47024A; }
p { color: rgb(71,2,74); }
H1.HeaderClassName
{
color: #47024A;
}
.AnyTagClassName
{
color: #47024A;
}
</style>
background-color css
<style>
a { background-color: #47024A; }
a { background-color: rgb(71,2,74); }
div.DivClassName
{
background-color: #47024A;
}
.BgClassName
{
background-color: #47024A;
}
</style>
border-color css
<style>
span { border-color: #47024A; }
span { border-color: rgb(71,2,74); }
td.TdClassName
{
border-color: #47024A;
}
.TagClassName
{
border-color: #47024A;
}
</style>