Shades of Mardi Gras #48024D
Tints of Mardi Gras #48024D
RGB
CMYK
RGB Variations
Color information
#48024D (or 0x48024D) is known color: Mardi Gras. HEX triplet: 48, 02 and 4D. RGB value is (72,2,77). Sum of RGB (Red+Green+Blue) = 72+2+77=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #48024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48024D is #B7FDB2. Grayscale: #1F1F1F. Windows color (decimal): -12058035 or 5046856. OLE color: 5046856.
HSL color Cylindrical-coordinate representation of color #48024D: hue angle of 296º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48024D is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 2 | 77 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.70 |
| HSL | 296º | 0.95% | 0.15% | - |
| HSV(B) | 296º | 0.97% | 0.3% | - |
| XYZ | 4.03 | 1.96 | 7.19 | - |
| YUV | 31.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 77 | 0.06 | 0.97 | 0 | 0.70 | 296 | 0.95 | 0.15 |
| Hex | 48 | 2 | 4D | 6 | 61 | 0 | 46 | 128 | 5F | F |
| Octal | 110 | 2 | 115 | 6 | 141 | 0 | 106 | 450 | 137 | 17 |
| Binary | 1001000 | 10 | 1001101 | 110 | 1100001 | 0 | 1000110 | 100101000 | 1011111 | 1111 |
Color Harmonies of #48024D
Complementary color
Monochromatic Colors of #48024D
Black with #48024D
Text Example
Text Example
White with #48024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48024D; }
p { color: rgb(72,2,77); }
H1.HeaderClassName
{
color: #48024D;
}
.AnyTagClassName
{
color: #48024D;
}
</style>
background-color css
<style>
a { background-color: #48024D; }
a { background-color: rgb(72,2,77); }
div.DivClassName
{
background-color: #48024D;
}
.BgClassName
{
background-color: #48024D;
}
</style>
border-color css
<style>
span { border-color: #48024D; }
span { border-color: rgb(72,2,77); }
td.TdClassName
{
border-color: #48024D;
}
.TagClassName
{
border-color: #48024D;
}
</style>