Shades of Mardi Gras #400841
Tints of Mardi Gras #400841
RGB
CMYK
RGB Variations
Color information
#400841 (or 0x400841) is known color: Mardi Gras. HEX triplet: 40, 08 and 41. RGB value is (64,8,65). Sum of RGB (Red+Green+Blue) = 64+8+65=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #400841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400841 is #BFF7BE. Grayscale: #1F1F1F. Windows color (decimal): -12580799 or 4261952. OLE color: 4261952.
HSL color Cylindrical-coordinate representation of color #400841: hue angle of 298.95º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400841 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 65 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.75 |
| HSL | 298.95º | 0.78% | 0.14% | - |
| HSV(B) | 298.95º | 0.88% | 0.25% | - |
| XYZ | 3.16 | 1.65 | 5.15 | - |
| YUV | 31.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 65 | 0.02 | 0.88 | 0 | 0.75 | 298.95 | 0.78 | 0.14 |
| Hex | 40 | 8 | 41 | 2 | 58 | 0 | 4B | 12B | 4E | E |
| Octal | 100 | 10 | 101 | 2 | 130 | 0 | 113 | 453 | 116 | 16 |
| Binary | 1000000 | 1000 | 1000001 | 10 | 1011000 | 0 | 1001011 | 100101011 | 1001110 | 1110 |
Color Harmonies of #400841
Complementary color
Monochromatic Colors of #400841
Black with #400841
Text Example
Text Example
White with #400841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400841; }
p { color: rgb(64,8,65); }
H1.HeaderClassName
{
color: #400841;
}
.AnyTagClassName
{
color: #400841;
}
</style>
background-color css
<style>
a { background-color: #400841; }
a { background-color: rgb(64,8,65); }
div.DivClassName
{
background-color: #400841;
}
.BgClassName
{
background-color: #400841;
}
</style>
border-color css
<style>
span { border-color: #400841; }
span { border-color: rgb(64,8,65); }
td.TdClassName
{
border-color: #400841;
}
.TagClassName
{
border-color: #400841;
}
</style>