Shades of Mardi Gras #410B44
Tints of Mardi Gras #410B44
RGB
CMYK
RGB Variations
Color information
#410B44 (or 0x410B44) is known color: Mardi Gras. HEX triplet: 41, 0B and 44. RGB value is (65,11,68). Sum of RGB (Red+Green+Blue) = 65+11+68=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #410B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B44 is #BEF4BB. Grayscale: #212121. Windows color (decimal): -12514492 or 4459329. OLE color: 4459329.
HSL color Cylindrical-coordinate representation of color #410B44: hue angle of 296.84º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #410B44 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 11 | 68 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.73 |
| HSL | 296.84º | 0.72% | 0.15% | - |
| HSV(B) | 296.84º | 0.84% | 0.27% | - |
| XYZ | 3.34 | 1.78 | 5.64 | - |
| YUV | 33.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 68 | 0.04 | 0.84 | 0 | 0.73 | 296.84 | 0.72 | 0.15 |
| Hex | 41 | B | 44 | 4 | 54 | 0 | 49 | 129 | 48 | F |
| Octal | 101 | 13 | 104 | 4 | 124 | 0 | 111 | 451 | 110 | 17 |
| Binary | 1000001 | 1011 | 1000100 | 100 | 1010100 | 0 | 1001001 | 100101001 | 1001000 | 1111 |
Color Harmonies of #410B44
Complementary color
Monochromatic Colors of #410B44
Black with #410B44
Text Example
Text Example
White with #410B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B44; }
p { color: rgb(65,11,68); }
H1.HeaderClassName
{
color: #410B44;
}
.AnyTagClassName
{
color: #410B44;
}
</style>
background-color css
<style>
a { background-color: #410B44; }
a { background-color: rgb(65,11,68); }
div.DivClassName
{
background-color: #410B44;
}
.BgClassName
{
background-color: #410B44;
}
</style>
border-color css
<style>
span { border-color: #410B44; }
span { border-color: rgb(65,11,68); }
td.TdClassName
{
border-color: #410B44;
}
.TagClassName
{
border-color: #410B44;
}
</style>