Shades of Mardi Gras #411744
Tints of Mardi Gras #411744
RGB
CMYK
RGB Variations
Color information
#411744 (or 0x411744) is known color: Mardi Gras. HEX triplet: 41, 17 and 44. RGB value is (65,23,68). Sum of RGB (Red+Green+Blue) = 65+23+68=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 68 - color contains mainly: blue. Hex color #411744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411744 is #BEE8BB. Grayscale: #282828. Windows color (decimal): -12511420 or 4462401. OLE color: 4462401.
HSL color Cylindrical-coordinate representation of color #411744: hue angle of 296º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #411744 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 23 | 68 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.73 |
| HSL | 296º | 0.49% | 0.18% | - |
| HSV(B) | 296º | 0.66% | 0.27% | - |
| XYZ | 3.53 | 2.15 | 5.7 | - |
| YUV | 40.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 68 | 0.04 | 0.66 | 0 | 0.73 | 296 | 0.49 | 0.18 |
| Hex | 41 | 17 | 44 | 4 | 42 | 0 | 49 | 128 | 31 | 12 |
| Octal | 101 | 27 | 104 | 4 | 102 | 0 | 111 | 450 | 61 | 22 |
| Binary | 1000001 | 10111 | 1000100 | 100 | 1000010 | 0 | 1001001 | 100101000 | 110001 | 10010 |
Color Harmonies of #411744
Complementary color
Monochromatic Colors of #411744
Black with #411744
Text Example
Text Example
White with #411744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411744; }
p { color: rgb(65,23,68); }
H1.HeaderClassName
{
color: #411744;
}
.AnyTagClassName
{
color: #411744;
}
</style>
background-color css
<style>
a { background-color: #411744; }
a { background-color: rgb(65,23,68); }
div.DivClassName
{
background-color: #411744;
}
.BgClassName
{
background-color: #411744;
}
</style>
border-color css
<style>
span { border-color: #411744; }
span { border-color: rgb(65,23,68); }
td.TdClassName
{
border-color: #411744;
}
.TagClassName
{
border-color: #411744;
}
</style>