Shades of Mardi Gras #421244
Tints of Mardi Gras #421244
RGB
CMYK
RGB Variations
Color information
#421244 (or 0x421244) is known color: Mardi Gras. HEX triplet: 42, 12 and 44. RGB value is (66,18,68). Sum of RGB (Red+Green+Blue) = 66+18+68=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #421244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421244 is #BDEDBB. Grayscale: #252525. Windows color (decimal): -12447164 or 4461122. OLE color: 4461122.
HSL color Cylindrical-coordinate representation of color #421244: hue angle of 297.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421244 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 18 | 68 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.73 |
| HSL | 297.6º | 0.58% | 0.17% | - |
| HSV(B) | 297.6º | 0.74% | 0.27% | - |
| XYZ | 3.51 | 2.01 | 5.67 | - |
| YUV | 38.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 68 | 0.03 | 0.74 | 0 | 0.73 | 297.6 | 0.58 | 0.17 |
| Hex | 42 | 12 | 44 | 3 | 4A | 0 | 49 | 12A | 3A | 11 |
| Octal | 102 | 22 | 104 | 3 | 112 | 0 | 111 | 452 | 72 | 21 |
| Binary | 1000010 | 10010 | 1000100 | 11 | 1001010 | 0 | 1001001 | 100101010 | 111010 | 10001 |
Color Harmonies of #421244
Complementary color
Monochromatic Colors of #421244
Black with #421244
Text Example
Text Example
White with #421244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421244; }
p { color: rgb(66,18,68); }
H1.HeaderClassName
{
color: #421244;
}
.AnyTagClassName
{
color: #421244;
}
</style>
background-color css
<style>
a { background-color: #421244; }
a { background-color: rgb(66,18,68); }
div.DivClassName
{
background-color: #421244;
}
.BgClassName
{
background-color: #421244;
}
</style>
border-color css
<style>
span { border-color: #421244; }
span { border-color: rgb(66,18,68); }
td.TdClassName
{
border-color: #421244;
}
.TagClassName
{
border-color: #421244;
}
</style>