Shades of Mardi Gras #411448
Tints of Mardi Gras #411448
RGB
CMYK
RGB Variations
Color information
#411448 (or 0x411448) is known color: Mardi Gras. HEX triplet: 41, 14 and 48. RGB value is (65,20,72). Sum of RGB (Red+Green+Blue) = 65+20+72=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #411448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411448 is #BEEBB7. Grayscale: #272727. Windows color (decimal): -12512184 or 4723777. OLE color: 4723777.
HSL color Cylindrical-coordinate representation of color #411448: hue angle of 291.92º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411448 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 20 | 72 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.72 |
| HSL | 291.92º | 0.57% | 0.18% | - |
| HSV(B) | 291.92º | 0.72% | 0.28% | - |
| XYZ | 3.6 | 2.09 | 6.34 | - |
| YUV | 39.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 72 | 0.10 | 0.72 | 0 | 0.72 | 291.92 | 0.57 | 0.18 |
| Hex | 41 | 14 | 48 | A | 48 | 0 | 48 | 124 | 39 | 12 |
| Octal | 101 | 24 | 110 | 12 | 110 | 0 | 110 | 444 | 71 | 22 |
| Binary | 1000001 | 10100 | 1001000 | 1010 | 1001000 | 0 | 1001000 | 100100100 | 111001 | 10010 |
Color Harmonies of #411448
Complementary color
Monochromatic Colors of #411448
Black with #411448
Text Example
Text Example
White with #411448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411448; }
p { color: rgb(65,20,72); }
H1.HeaderClassName
{
color: #411448;
}
.AnyTagClassName
{
color: #411448;
}
</style>
background-color css
<style>
a { background-color: #411448; }
a { background-color: rgb(65,20,72); }
div.DivClassName
{
background-color: #411448;
}
.BgClassName
{
background-color: #411448;
}
</style>
border-color css
<style>
span { border-color: #411448; }
span { border-color: rgb(65,20,72); }
td.TdClassName
{
border-color: #411448;
}
.TagClassName
{
border-color: #411448;
}
</style>