Shades of Mardi Gras #411140
Tints of Mardi Gras #411140
RGB
CMYK
RGB Variations
Color information
#411140 (or 0x411140) is known color: Mardi Gras. HEX triplet: 41, 11 and 40. RGB value is (65,17,64). Sum of RGB (Red+Green+Blue) = 65+17+64=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #411140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411140 is #BEEEBF. Grayscale: #242424. Windows color (decimal): -12512960 or 4198721. OLE color: 4198721.
HSL color Cylindrical-coordinate representation of color #411140: hue angle of 301.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411140 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 17 | 64 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.75 |
| HSL | 301.25º | 0.59% | 0.16% | - |
| HSV(B) | 301.25º | 0.74% | 0.25% | - |
| XYZ | 3.31 | 1.89 | 5.04 | - |
| YUV | 36.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 64 | 0 | 0.74 | 0.02 | 0.75 | 301.25 | 0.59 | 0.16 |
| Hex | 41 | 11 | 40 | 0 | 4A | 2 | 4B | 12D | 3B | 10 |
| Octal | 101 | 21 | 100 | 0 | 112 | 2 | 113 | 455 | 73 | 20 |
| Binary | 1000001 | 10001 | 1000000 | 0 | 1001010 | 10 | 1001011 | 100101101 | 111011 | 10000 |
Color Harmonies of #411140
Complementary color
Monochromatic Colors of #411140
Black with #411140
Text Example
Text Example
White with #411140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411140; }
p { color: rgb(65,17,64); }
H1.HeaderClassName
{
color: #411140;
}
.AnyTagClassName
{
color: #411140;
}
</style>
background-color css
<style>
a { background-color: #411140; }
a { background-color: rgb(65,17,64); }
div.DivClassName
{
background-color: #411140;
}
.BgClassName
{
background-color: #411140;
}
</style>
border-color css
<style>
span { border-color: #411140; }
span { border-color: rgb(65,17,64); }
td.TdClassName
{
border-color: #411140;
}
.TagClassName
{
border-color: #411140;
}
</style>