Shades of Mardi Gras #411742
Tints of Mardi Gras #411742
RGB
CMYK
RGB Variations
Color information
#411742 (or 0x411742) is known color: Mardi Gras. HEX triplet: 41, 17 and 42. RGB value is (65,23,66). Sum of RGB (Red+Green+Blue) = 65+23+66=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #411742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411742 is #BEE8BD. Grayscale: #282828. Windows color (decimal): -12511422 or 4331329. OLE color: 4331329.
HSL color Cylindrical-coordinate representation of color #411742: hue angle of 298.6º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411742 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 23 | 66 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.74 |
| HSL | 298.6º | 0.48% | 0.17% | - |
| HSV(B) | 298.6º | 0.65% | 0.26% | - |
| XYZ | 3.47 | 2.13 | 5.38 | - |
| YUV | 40.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 66 | 0.02 | 0.65 | 0 | 0.74 | 298.6 | 0.48 | 0.17 |
| Hex | 41 | 17 | 42 | 2 | 41 | 0 | 4A | 12B | 30 | 11 |
| Octal | 101 | 27 | 102 | 2 | 101 | 0 | 112 | 453 | 60 | 21 |
| Binary | 1000001 | 10111 | 1000010 | 10 | 1000001 | 0 | 1001010 | 100101011 | 110000 | 10001 |
Color Harmonies of #411742
Complementary color
Monochromatic Colors of #411742
Black with #411742
Text Example
Text Example
White with #411742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411742; }
p { color: rgb(65,23,66); }
H1.HeaderClassName
{
color: #411742;
}
.AnyTagClassName
{
color: #411742;
}
</style>
background-color css
<style>
a { background-color: #411742; }
a { background-color: rgb(65,23,66); }
div.DivClassName
{
background-color: #411742;
}
.BgClassName
{
background-color: #411742;
}
</style>
border-color css
<style>
span { border-color: #411742; }
span { border-color: rgb(65,23,66); }
td.TdClassName
{
border-color: #411742;
}
.TagClassName
{
border-color: #411742;
}
</style>