Shades of Mardi Gras #48024A
Tints of Mardi Gras #48024A
RGB
CMYK
RGB Variations
Color information
#48024A (or 0x48024A) is known color: Mardi Gras. HEX triplet: 48, 02 and 4A. RGB value is (72,2,74). Sum of RGB (Red+Green+Blue) = 72+2+74=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #48024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48024A is #B7FDB5. Grayscale: #1E1E1E. Windows color (decimal): -12058038 or 4850248. OLE color: 4850248.
HSL color Cylindrical-coordinate representation of color #48024A: hue angle of 298.33º 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 #48024A is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 2 | 74 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.71 |
| HSL | 298.33º | 0.95% | 0.15% | - |
| HSV(B) | 298.33º | 0.97% | 0.29% | - |
| XYZ | 3.93 | 1.92 | 6.64 | - |
| YUV | 31.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 74 | 0.03 | 0.97 | 0 | 0.71 | 298.33 | 0.95 | 0.15 |
| Hex | 48 | 2 | 4A | 3 | 61 | 0 | 47 | 12A | 5F | F |
| Octal | 110 | 2 | 112 | 3 | 141 | 0 | 107 | 452 | 137 | 17 |
| Binary | 1001000 | 10 | 1001010 | 11 | 1100001 | 0 | 1000111 | 100101010 | 1011111 | 1111 |
Color Harmonies of #48024A
Complementary color
Monochromatic Colors of #48024A
Black with #48024A
Text Example
Text Example
White with #48024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48024A; }
p { color: rgb(72,2,74); }
H1.HeaderClassName
{
color: #48024A;
}
.AnyTagClassName
{
color: #48024A;
}
</style>
background-color css
<style>
a { background-color: #48024A; }
a { background-color: rgb(72,2,74); }
div.DivClassName
{
background-color: #48024A;
}
.BgClassName
{
background-color: #48024A;
}
</style>
border-color css
<style>
span { border-color: #48024A; }
span { border-color: rgb(72,2,74); }
td.TdClassName
{
border-color: #48024A;
}
.TagClassName
{
border-color: #48024A;
}
</style>