Shades of Mardi Gras #411747
Tints of Mardi Gras #411747
RGB
CMYK
RGB Variations
Color information
#411747 (or 0x411747) is known color: Mardi Gras. HEX triplet: 41, 17 and 47. RGB value is (65,23,71). Sum of RGB (Red+Green+Blue) = 65+23+71=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #411747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411747 is #BEE8B8. Grayscale: #282828. Windows color (decimal): -12511417 or 4659009. OLE color: 4659009.
HSL color Cylindrical-coordinate representation of color #411747: hue angle of 292.5º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411747 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 23 | 71 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.72 |
| HSL | 292.5º | 0.51% | 0.18% | - |
| HSV(B) | 292.5º | 0.68% | 0.28% | - |
| XYZ | 3.62 | 2.19 | 6.19 | - |
| YUV | 41.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 71 | 0.08 | 0.68 | 0 | 0.72 | 292.5 | 0.51 | 0.18 |
| Hex | 41 | 17 | 47 | 8 | 44 | 0 | 48 | 124 | 33 | 12 |
| Octal | 101 | 27 | 107 | 10 | 104 | 0 | 110 | 444 | 63 | 22 |
| Binary | 1000001 | 10111 | 1000111 | 1000 | 1000100 | 0 | 1001000 | 100100100 | 110011 | 10010 |
Color Harmonies of #411747
Complementary color
Monochromatic Colors of #411747
Black with #411747
Text Example
Text Example
White with #411747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411747; }
p { color: rgb(65,23,71); }
H1.HeaderClassName
{
color: #411747;
}
.AnyTagClassName
{
color: #411747;
}
</style>
background-color css
<style>
a { background-color: #411747; }
a { background-color: rgb(65,23,71); }
div.DivClassName
{
background-color: #411747;
}
.BgClassName
{
background-color: #411747;
}
</style>
border-color css
<style>
span { border-color: #411747; }
span { border-color: rgb(65,23,71); }
td.TdClassName
{
border-color: #411747;
}
.TagClassName
{
border-color: #411747;
}
</style>