Shades of Mardi Gras #411442
Tints of Mardi Gras #411442
RGB
CMYK
RGB Variations
Color information
#411442 (or 0x411442) is known color: Mardi Gras. HEX triplet: 41, 14 and 42. RGB value is (65,20,66). Sum of RGB (Red+Green+Blue) = 65+20+66=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: blue. Hex color #411442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411442 is #BEEBBD. Grayscale: #262626. Windows color (decimal): -12512190 or 4330561. OLE color: 4330561.
HSL color Cylindrical-coordinate representation of color #411442: hue angle of 298.7º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #411442 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 20 | 66 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.74 |
| HSL | 298.7º | 0.53% | 0.17% | - |
| HSV(B) | 298.7º | 0.7% | 0.26% | - |
| XYZ | 3.41 | 2.02 | 5.36 | - |
| YUV | 38.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 66 | 0.02 | 0.70 | 0 | 0.74 | 298.7 | 0.53 | 0.17 |
| Hex | 41 | 14 | 42 | 2 | 46 | 0 | 4A | 12B | 35 | 11 |
| Octal | 101 | 24 | 102 | 2 | 106 | 0 | 112 | 453 | 65 | 21 |
| Binary | 1000001 | 10100 | 1000010 | 10 | 1000110 | 0 | 1001010 | 100101011 | 110101 | 10001 |
Color Harmonies of #411442
Complementary color
Monochromatic Colors of #411442
Black with #411442
Text Example
Text Example
White with #411442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411442; }
p { color: rgb(65,20,66); }
H1.HeaderClassName
{
color: #411442;
}
.AnyTagClassName
{
color: #411442;
}
</style>
background-color css
<style>
a { background-color: #411442; }
a { background-color: rgb(65,20,66); }
div.DivClassName
{
background-color: #411442;
}
.BgClassName
{
background-color: #411442;
}
</style>
border-color css
<style>
span { border-color: #411442; }
span { border-color: rgb(65,20,66); }
td.TdClassName
{
border-color: #411442;
}
.TagClassName
{
border-color: #411442;
}
</style>