Shades of Mardi Gras #410B48
Tints of Mardi Gras #410B48
RGB
CMYK
RGB Variations
Color information
#410B48 (or 0x410B48) is known color: Mardi Gras. HEX triplet: 41, 0B and 48. RGB value is (65,11,72). Sum of RGB (Red+Green+Blue) = 65+11+72=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #410B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B48 is #BEF4B7. Grayscale: #212121. Windows color (decimal): -12514488 or 4721473. OLE color: 4721473.
HSL color Cylindrical-coordinate representation of color #410B48: hue angle of 293.11º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410B48 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 11 | 72 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.72 |
| HSL | 293.11º | 0.73% | 0.16% | - |
| HSV(B) | 293.11º | 0.85% | 0.28% | - |
| XYZ | 3.47 | 1.83 | 6.3 | - |
| YUV | 34.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 72 | 0.10 | 0.85 | 0 | 0.72 | 293.11 | 0.73 | 0.16 |
| Hex | 41 | B | 48 | A | 55 | 0 | 48 | 125 | 49 | 10 |
| Octal | 101 | 13 | 110 | 12 | 125 | 0 | 110 | 445 | 111 | 20 |
| Binary | 1000001 | 1011 | 1001000 | 1010 | 1010101 | 0 | 1001000 | 100100101 | 1001001 | 10000 |
Color Harmonies of #410B48
Complementary color
Monochromatic Colors of #410B48
Black with #410B48
Text Example
Text Example
White with #410B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B48; }
p { color: rgb(65,11,72); }
H1.HeaderClassName
{
color: #410B48;
}
.AnyTagClassName
{
color: #410B48;
}
</style>
background-color css
<style>
a { background-color: #410B48; }
a { background-color: rgb(65,11,72); }
div.DivClassName
{
background-color: #410B48;
}
.BgClassName
{
background-color: #410B48;
}
</style>
border-color css
<style>
span { border-color: #410B48; }
span { border-color: rgb(65,11,72); }
td.TdClassName
{
border-color: #410B48;
}
.TagClassName
{
border-color: #410B48;
}
</style>