Shades of Mardi Gras #411746
Tints of Mardi Gras #411746
RGB
CMYK
RGB Variations
Color information
#411746 (or 0x411746) is known color: Mardi Gras. HEX triplet: 41, 17 and 46. RGB value is (65,23,70). Sum of RGB (Red+Green+Blue) = 65+23+70=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: blue. Hex color #411746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411746 is #BEE8B9. Grayscale: #282828. Windows color (decimal): -12511418 or 4593473. OLE color: 4593473.
HSL color Cylindrical-coordinate representation of color #411746: hue angle of 293.62º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #411746 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 23 | 70 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.73 |
| HSL | 293.62º | 0.51% | 0.18% | - |
| HSV(B) | 293.62º | 0.67% | 0.27% | - |
| XYZ | 3.59 | 2.18 | 6.03 | - |
| YUV | 40.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 70 | 0.07 | 0.67 | 0 | 0.73 | 293.62 | 0.51 | 0.18 |
| Hex | 41 | 17 | 46 | 7 | 43 | 0 | 49 | 126 | 33 | 12 |
| Octal | 101 | 27 | 106 | 7 | 103 | 0 | 111 | 446 | 63 | 22 |
| Binary | 1000001 | 10111 | 1000110 | 111 | 1000011 | 0 | 1001001 | 100100110 | 110011 | 10010 |
Color Harmonies of #411746
Complementary color
Monochromatic Colors of #411746
Black with #411746
Text Example
Text Example
White with #411746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411746; }
p { color: rgb(65,23,70); }
H1.HeaderClassName
{
color: #411746;
}
.AnyTagClassName
{
color: #411746;
}
</style>
background-color css
<style>
a { background-color: #411746; }
a { background-color: rgb(65,23,70); }
div.DivClassName
{
background-color: #411746;
}
.BgClassName
{
background-color: #411746;
}
</style>
border-color css
<style>
span { border-color: #411746; }
span { border-color: rgb(65,23,70); }
td.TdClassName
{
border-color: #411746;
}
.TagClassName
{
border-color: #411746;
}
</style>