Shades of Mardi Gras #411148
Tints of Mardi Gras #411148
RGB
CMYK
RGB Variations
Color information
#411148 (or 0x411148) is known color: Mardi Gras. HEX triplet: 41, 11 and 48. RGB value is (65,17,72). Sum of RGB (Red+Green+Blue) = 65+17+72=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #411148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411148 is #BEEEB7. Grayscale: #252525. Windows color (decimal): -12512952 or 4723009. OLE color: 4723009.
HSL color Cylindrical-coordinate representation of color #411148: hue angle of 292.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411148 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 17 | 72 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.72 |
| HSL | 292.36º | 0.62% | 0.17% | - |
| HSV(B) | 292.36º | 0.76% | 0.28% | - |
| XYZ | 3.55 | 1.99 | 6.33 | - |
| YUV | 37.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 72 | 0.10 | 0.76 | 0 | 0.72 | 292.36 | 0.62 | 0.17 |
| Hex | 41 | 11 | 48 | A | 4C | 0 | 48 | 124 | 3E | 11 |
| Octal | 101 | 21 | 110 | 12 | 114 | 0 | 110 | 444 | 76 | 21 |
| Binary | 1000001 | 10001 | 1001000 | 1010 | 1001100 | 0 | 1001000 | 100100100 | 111110 | 10001 |
Color Harmonies of #411148
Complementary color
Monochromatic Colors of #411148
Black with #411148
Text Example
Text Example
White with #411148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411148; }
p { color: rgb(65,17,72); }
H1.HeaderClassName
{
color: #411148;
}
.AnyTagClassName
{
color: #411148;
}
</style>
background-color css
<style>
a { background-color: #411148; }
a { background-color: rgb(65,17,72); }
div.DivClassName
{
background-color: #411148;
}
.BgClassName
{
background-color: #411148;
}
</style>
border-color css
<style>
span { border-color: #411148; }
span { border-color: rgb(65,17,72); }
td.TdClassName
{
border-color: #411148;
}
.TagClassName
{
border-color: #411148;
}
</style>