Shades of Mardi Gras #411E45
Tints of Mardi Gras #411E45
RGB
CMYK
RGB Variations
Color information
#411E45 (or 0x411E45) is known color: Mardi Gras. HEX triplet: 41, 1E and 45. RGB value is (65,30,69). Sum of RGB (Red+Green+Blue) = 65+30+69=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 69 - color contains mainly: blue. Hex color #411E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E45 is #BEE1BA. Grayscale: #2C2C2C. Windows color (decimal): -12509627 or 4529729. OLE color: 4529729.
HSL color Cylindrical-coordinate representation of color #411E45: hue angle of 293.85º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411E45 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 30 | 69 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.73 |
| HSL | 293.85º | 0.39% | 0.19% | - |
| HSV(B) | 293.85º | 0.57% | 0.27% | - |
| XYZ | 3.72 | 2.48 | 5.91 | - |
| YUV | 44.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 69 | 0.06 | 0.57 | 0 | 0.73 | 293.85 | 0.39 | 0.19 |
| Hex | 41 | 1E | 45 | 6 | 39 | 0 | 49 | 126 | 27 | 13 |
| Octal | 101 | 36 | 105 | 6 | 71 | 0 | 111 | 446 | 47 | 23 |
| Binary | 1000001 | 11110 | 1000101 | 110 | 111001 | 0 | 1001001 | 100100110 | 100111 | 10011 |
Color Harmonies of #411E45
Complementary color
Monochromatic Colors of #411E45
Black with #411E45
Text Example
Text Example
White with #411E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E45; }
p { color: rgb(65,30,69); }
H1.HeaderClassName
{
color: #411E45;
}
.AnyTagClassName
{
color: #411E45;
}
</style>
background-color css
<style>
a { background-color: #411E45; }
a { background-color: rgb(65,30,69); }
div.DivClassName
{
background-color: #411E45;
}
.BgClassName
{
background-color: #411E45;
}
</style>
border-color css
<style>
span { border-color: #411E45; }
span { border-color: rgb(65,30,69); }
td.TdClassName
{
border-color: #411E45;
}
.TagClassName
{
border-color: #411E45;
}
</style>