Shades of Mardi Gras #400C41
Tints of Mardi Gras #400C41
RGB
CMYK
RGB Variations
Color information
#400C41 (or 0x400C41) is known color: Mardi Gras. HEX triplet: 40, 0C and 41. RGB value is (64,12,65). Sum of RGB (Red+Green+Blue) = 64+12+65=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #400C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C41 is #BFF3BE. Grayscale: #212121. Windows color (decimal): -12579775 or 4262976. OLE color: 4262976.
HSL color Cylindrical-coordinate representation of color #400C41: hue angle of 298.87º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #400C41 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 65 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.75 |
| HSL | 298.87º | 0.69% | 0.15% | - |
| HSV(B) | 298.87º | 0.82% | 0.25% | - |
| XYZ | 3.2 | 1.73 | 5.17 | - |
| YUV | 33.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 65 | 0.02 | 0.82 | 0 | 0.75 | 298.87 | 0.69 | 0.15 |
| Hex | 40 | C | 41 | 2 | 52 | 0 | 4B | 12B | 45 | F |
| Octal | 100 | 14 | 101 | 2 | 122 | 0 | 113 | 453 | 105 | 17 |
| Binary | 1000000 | 1100 | 1000001 | 10 | 1010010 | 0 | 1001011 | 100101011 | 1000101 | 1111 |
Color Harmonies of #400C41
Complementary color
Monochromatic Colors of #400C41
Black with #400C41
Text Example
Text Example
White with #400C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C41; }
p { color: rgb(64,12,65); }
H1.HeaderClassName
{
color: #400C41;
}
.AnyTagClassName
{
color: #400C41;
}
</style>
background-color css
<style>
a { background-color: #400C41; }
a { background-color: rgb(64,12,65); }
div.DivClassName
{
background-color: #400C41;
}
.BgClassName
{
background-color: #400C41;
}
</style>
border-color css
<style>
span { border-color: #400C41; }
span { border-color: rgb(64,12,65); }
td.TdClassName
{
border-color: #400C41;
}
.TagClassName
{
border-color: #400C41;
}
</style>