Shades of Mardi Gras #410040
Tints of Mardi Gras #410040
RGB
CMYK
RGB Variations
Color information
#410040 (or 0x410040) is known color: Mardi Gras. HEX triplet: 41, 00 and 40. RGB value is (65,0,64). Sum of RGB (Red+Green+Blue) = 65+0+64=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #410040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410040 is #BEFFBF. Grayscale: #1A1A1A. Windows color (decimal): -12517312 or 4194369. OLE color: 4194369.
HSL color Cylindrical-coordinate representation of color #410040: hue angle of 300.92º 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 #410040 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.02 | 0.75 |
| HSL | 300.92º | 1% | 0.13% | - |
| HSV(B) | 300.92º | 1% | 0.25% | - |
| XYZ | 3.11 | 1.49 | 4.98 | - |
| YUV | 26.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 64 | 0 | 1 | 0.02 | 0.75 | 300.92 | 1 | 0.13 |
| Hex | 41 | 0 | 40 | 0 | 64 | 2 | 4B | 12D | 64 | D |
| Octal | 101 | 0 | 100 | 0 | 144 | 2 | 113 | 455 | 144 | 15 |
| Binary | 1000001 | 0 | 1000000 | 0 | 1100100 | 10 | 1001011 | 100101101 | 1100100 | 1101 |
Color Harmonies of #410040
Complementary color
Monochromatic Colors of #410040
Black with #410040
Text Example
Text Example
White with #410040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410040; }
p { color: rgb(65,0,64); }
H1.HeaderClassName
{
color: #410040;
}
.AnyTagClassName
{
color: #410040;
}
</style>
background-color css
<style>
a { background-color: #410040; }
a { background-color: rgb(65,0,64); }
div.DivClassName
{
background-color: #410040;
}
.BgClassName
{
background-color: #410040;
}
</style>
border-color css
<style>
span { border-color: #410040; }
span { border-color: rgb(65,0,64); }
td.TdClassName
{
border-color: #410040;
}
.TagClassName
{
border-color: #410040;
}
</style>