Shades of Mardi Gras #421248
Tints of Mardi Gras #421248
RGB
CMYK
RGB Variations
Color information
#421248 (or 0x421248) is known color: Mardi Gras. HEX triplet: 42, 12 and 48. RGB value is (66,18,72). Sum of RGB (Red+Green+Blue) = 66+18+72=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #421248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421248 is #BDEDB7. Grayscale: #262626. Windows color (decimal): -12447160 or 4723266. OLE color: 4723266.
HSL color Cylindrical-coordinate representation of color #421248: hue angle of 293.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421248 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 18 | 72 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.72 |
| HSL | 293.33º | 0.6% | 0.18% | - |
| HSV(B) | 293.33º | 0.75% | 0.28% | - |
| XYZ | 3.63 | 2.06 | 6.34 | - |
| YUV | 38.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 72 | 0.08 | 0.75 | 0 | 0.72 | 293.33 | 0.6 | 0.18 |
| Hex | 42 | 12 | 48 | 8 | 4B | 0 | 48 | 125 | 3C | 12 |
| Octal | 102 | 22 | 110 | 10 | 113 | 0 | 110 | 445 | 74 | 22 |
| Binary | 1000010 | 10010 | 1001000 | 1000 | 1001011 | 0 | 1001000 | 100100101 | 111100 | 10010 |
Color Harmonies of #421248
Complementary color
Monochromatic Colors of #421248
Black with #421248
Text Example
Text Example
White with #421248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421248; }
p { color: rgb(66,18,72); }
H1.HeaderClassName
{
color: #421248;
}
.AnyTagClassName
{
color: #421248;
}
</style>
background-color css
<style>
a { background-color: #421248; }
a { background-color: rgb(66,18,72); }
div.DivClassName
{
background-color: #421248;
}
.BgClassName
{
background-color: #421248;
}
</style>
border-color css
<style>
span { border-color: #421248; }
span { border-color: rgb(66,18,72); }
td.TdClassName
{
border-color: #421248;
}
.TagClassName
{
border-color: #421248;
}
</style>