Shades of Mardi Gras #410041
Tints of Mardi Gras #410041
RGB
CMYK
RGB Variations
Color information
#410041 (or 0x410041) is known color: Mardi Gras. HEX triplet: 41, 00 and 41. RGB value is (65,0,65). Sum of RGB (Red+Green+Blue) = 65+0+65=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #410041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410041 is #BEFFBE. Grayscale: #1A1A1A. Windows color (decimal): -12517311 or 4259905. OLE color: 4259905.
HSL color Cylindrical-coordinate representation of color #410041: hue angle of 300º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410041 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 65 | - |
| CMYK | 0 | 1 | 0 | 0.75 |
| HSL | 300º | 1% | 0.13% | - |
| HSV(B) | 300º | 1% | 0.25% | - |
| XYZ | 3.13 | 1.51 | 5.13 | - |
| YUV | 26.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 65 | 0 | 1 | 0 | 0.75 | 300 | 1 | 0.13 |
| Hex | 41 | 0 | 41 | 0 | 64 | 0 | 4B | 12C | 64 | D |
| Octal | 101 | 0 | 101 | 0 | 144 | 0 | 113 | 454 | 144 | 15 |
| Binary | 1000001 | 0 | 1000001 | 0 | 1100100 | 0 | 1001011 | 100101100 | 1100100 | 1101 |
Color Harmonies of #410041
Complementary color
Monochromatic Colors of #410041
Black with #410041
Text Example
Text Example
White with #410041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410041; }
p { color: rgb(65,0,65); }
H1.HeaderClassName
{
color: #410041;
}
.AnyTagClassName
{
color: #410041;
}
</style>
background-color css
<style>
a { background-color: #410041; }
a { background-color: rgb(65,0,65); }
div.DivClassName
{
background-color: #410041;
}
.BgClassName
{
background-color: #410041;
}
</style>
border-color css
<style>
span { border-color: #410041; }
span { border-color: rgb(65,0,65); }
td.TdClassName
{
border-color: #410041;
}
.TagClassName
{
border-color: #410041;
}
</style>