Shades of Mardi Gras #410841
Tints of Mardi Gras #410841
RGB
CMYK
RGB Variations
Color information
#410841 (or 0x410841) is known color: Mardi Gras. HEX triplet: 41, 08 and 41. RGB value is (65,8,65). Sum of RGB (Red+Green+Blue) = 65+8+65=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #410841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410841 is #BEF7BE. Grayscale: #1F1F1F. Windows color (decimal): -12515263 or 4261953. OLE color: 4261953.
HSL color Cylindrical-coordinate representation of color #410841: hue angle of 300º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410841 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 8 | 65 | - |
| CMYK | 0 | 0.88 | 0 | 0.75 |
| HSL | 300º | 0.78% | 0.14% | - |
| HSV(B) | 300º | 0.88% | 0.25% | - |
| XYZ | 3.22 | 1.68 | 5.16 | - |
| YUV | 31.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 65 | 0 | 0.88 | 0 | 0.75 | 300 | 0.78 | 0.14 |
| Hex | 41 | 8 | 41 | 0 | 58 | 0 | 4B | 12C | 4E | E |
| Octal | 101 | 10 | 101 | 0 | 130 | 0 | 113 | 454 | 116 | 16 |
| Binary | 1000001 | 1000 | 1000001 | 0 | 1011000 | 0 | 1001011 | 100101100 | 1001110 | 1110 |
Color Harmonies of #410841
Complementary color
Monochromatic Colors of #410841
Black with #410841
Text Example
Text Example
White with #410841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410841; }
p { color: rgb(65,8,65); }
H1.HeaderClassName
{
color: #410841;
}
.AnyTagClassName
{
color: #410841;
}
</style>
background-color css
<style>
a { background-color: #410841; }
a { background-color: rgb(65,8,65); }
div.DivClassName
{
background-color: #410841;
}
.BgClassName
{
background-color: #410841;
}
</style>
border-color css
<style>
span { border-color: #410841; }
span { border-color: rgb(65,8,65); }
td.TdClassName
{
border-color: #410841;
}
.TagClassName
{
border-color: #410841;
}
</style>