Shades of Mardi Gras #411143
Tints of Mardi Gras #411143
RGB
CMYK
RGB Variations
Color information
#411143 (or 0x411143) is known color: Mardi Gras. HEX triplet: 41, 11 and 43. RGB value is (65,17,67). Sum of RGB (Red+Green+Blue) = 65+17+67=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #411143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411143 is #BEEEBC. Grayscale: #242424. Windows color (decimal): -12512957 or 4395329. OLE color: 4395329.
HSL color Cylindrical-coordinate representation of color #411143: hue angle of 297.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411143 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 17 | 67 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.74 |
| HSL | 297.6º | 0.6% | 0.16% | - |
| HSV(B) | 297.6º | 0.75% | 0.26% | - |
| XYZ | 3.39 | 1.93 | 5.5 | - |
| YUV | 37.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 67 | 0.03 | 0.75 | 0 | 0.74 | 297.6 | 0.6 | 0.16 |
| Hex | 41 | 11 | 43 | 3 | 4B | 0 | 4A | 12A | 3C | 10 |
| Octal | 101 | 21 | 103 | 3 | 113 | 0 | 112 | 452 | 74 | 20 |
| Binary | 1000001 | 10001 | 1000011 | 11 | 1001011 | 0 | 1001010 | 100101010 | 111100 | 10000 |
Color Harmonies of #411143
Complementary color
Monochromatic Colors of #411143
Black with #411143
Text Example
Text Example
White with #411143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411143; }
p { color: rgb(65,17,67); }
H1.HeaderClassName
{
color: #411143;
}
.AnyTagClassName
{
color: #411143;
}
</style>
background-color css
<style>
a { background-color: #411143; }
a { background-color: rgb(65,17,67); }
div.DivClassName
{
background-color: #411143;
}
.BgClassName
{
background-color: #411143;
}
</style>
border-color css
<style>
span { border-color: #411143; }
span { border-color: rgb(65,17,67); }
td.TdClassName
{
border-color: #411143;
}
.TagClassName
{
border-color: #411143;
}
</style>