Shades of Mardi Gras #411946
Tints of Mardi Gras #411946
RGB
CMYK
RGB Variations
Color information
#411946 (or 0x411946) is known color: Mardi Gras. HEX triplet: 41, 19 and 46. RGB value is (65,25,70). Sum of RGB (Red+Green+Blue) = 65+25+70=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #411946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411946 is #BEE6B9. Grayscale: #292929. Windows color (decimal): -12510906 or 4593985. OLE color: 4593985.
HSL color Cylindrical-coordinate representation of color #411946: hue angle of 293.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #411946 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 25 | 70 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.73 |
| HSL | 293.33º | 0.47% | 0.19% | - |
| HSV(B) | 293.33º | 0.64% | 0.27% | - |
| XYZ | 3.63 | 2.26 | 6.04 | - |
| YUV | 42.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 70 | 0.07 | 0.64 | 0 | 0.73 | 293.33 | 0.47 | 0.19 |
| Hex | 41 | 19 | 46 | 7 | 40 | 0 | 49 | 125 | 2F | 13 |
| Octal | 101 | 31 | 106 | 7 | 100 | 0 | 111 | 445 | 57 | 23 |
| Binary | 1000001 | 11001 | 1000110 | 111 | 1000000 | 0 | 1001001 | 100100101 | 101111 | 10011 |
Color Harmonies of #411946
Complementary color
Monochromatic Colors of #411946
Black with #411946
Text Example
Text Example
White with #411946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411946; }
p { color: rgb(65,25,70); }
H1.HeaderClassName
{
color: #411946;
}
.AnyTagClassName
{
color: #411946;
}
</style>
background-color css
<style>
a { background-color: #411946; }
a { background-color: rgb(65,25,70); }
div.DivClassName
{
background-color: #411946;
}
.BgClassName
{
background-color: #411946;
}
</style>
border-color css
<style>
span { border-color: #411946; }
span { border-color: rgb(65,25,70); }
td.TdClassName
{
border-color: #411946;
}
.TagClassName
{
border-color: #411946;
}
</style>