Shades of Mardi Gras #411344
Tints of Mardi Gras #411344
RGB
CMYK
RGB Variations
Color information
#411344 (or 0x411344) is known color: Mardi Gras. HEX triplet: 41, 13 and 44. RGB value is (65,19,68). Sum of RGB (Red+Green+Blue) = 65+19+68=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #411344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411344 is #BEECBB. Grayscale: #262626. Windows color (decimal): -12512444 or 4461377. OLE color: 4461377.
HSL color Cylindrical-coordinate representation of color #411344: hue angle of 296.33º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411344 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 19 | 68 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.73 |
| HSL | 296.33º | 0.56% | 0.17% | - |
| HSV(B) | 296.33º | 0.72% | 0.27% | - |
| XYZ | 3.46 | 2.01 | 5.67 | - |
| YUV | 38.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 68 | 0.04 | 0.72 | 0 | 0.73 | 296.33 | 0.56 | 0.17 |
| Hex | 41 | 13 | 44 | 4 | 48 | 0 | 49 | 128 | 38 | 11 |
| Octal | 101 | 23 | 104 | 4 | 110 | 0 | 111 | 450 | 70 | 21 |
| Binary | 1000001 | 10011 | 1000100 | 100 | 1001000 | 0 | 1001001 | 100101000 | 111000 | 10001 |
Color Harmonies of #411344
Complementary color
Monochromatic Colors of #411344
Black with #411344
Text Example
Text Example
White with #411344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411344; }
p { color: rgb(65,19,68); }
H1.HeaderClassName
{
color: #411344;
}
.AnyTagClassName
{
color: #411344;
}
</style>
background-color css
<style>
a { background-color: #411344; }
a { background-color: rgb(65,19,68); }
div.DivClassName
{
background-color: #411344;
}
.BgClassName
{
background-color: #411344;
}
</style>
border-color css
<style>
span { border-color: #411344; }
span { border-color: rgb(65,19,68); }
td.TdClassName
{
border-color: #411344;
}
.TagClassName
{
border-color: #411344;
}
</style>