Shades of Mardi Gras #41043B
Tints of Mardi Gras #41043B
RGB
CMYK
RGB Variations
Color information
#41043B (or 0x41043B) is known color: Mardi Gras. HEX triplet: 41, 04 and 3B. RGB value is (65,4,59). Sum of RGB (Red+Green+Blue) = 65+4+59=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41043B is #BEFBC4. Grayscale: #1C1C1C. Windows color (decimal): -12516293 or 3867713. OLE color: 3867713.
HSL color Cylindrical-coordinate representation of color #41043B: hue angle of 305.9º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41043B is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 4 | 59 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.75 |
| HSL | 305.9º | 0.88% | 0.14% | - |
| HSV(B) | 305.9º | 0.94% | 0.25% | - |
| XYZ | 3.01 | 1.53 | 4.27 | - |
| YUV | 28.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 59 | 0 | 0.94 | 0.09 | 0.75 | 305.9 | 0.88 | 0.14 |
| Hex | 41 | 4 | 3B | 0 | 5E | 9 | 4B | 132 | 58 | E |
| Octal | 101 | 4 | 73 | 0 | 136 | 11 | 113 | 462 | 130 | 16 |
| Binary | 1000001 | 100 | 111011 | 0 | 1011110 | 1001 | 1001011 | 100110010 | 1011000 | 1110 |
Color Harmonies of #41043B
Complementary color
Monochromatic Colors of #41043B
Black with #41043B
Text Example
Text Example
White with #41043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41043B; }
p { color: rgb(65,4,59); }
H1.HeaderClassName
{
color: #41043B;
}
.AnyTagClassName
{
color: #41043B;
}
</style>
background-color css
<style>
a { background-color: #41043B; }
a { background-color: rgb(65,4,59); }
div.DivClassName
{
background-color: #41043B;
}
.BgClassName
{
background-color: #41043B;
}
</style>
border-color css
<style>
span { border-color: #41043B; }
span { border-color: rgb(65,4,59); }
td.TdClassName
{
border-color: #41043B;
}
.TagClassName
{
border-color: #41043B;
}
</style>