Shades of Mardi Gras #401341
Tints of Mardi Gras #401341
RGB
CMYK
RGB Variations
Color information
#401341 (or 0x401341) is known color: Mardi Gras. HEX triplet: 40, 13 and 41. RGB value is (64,19,65). Sum of RGB (Red+Green+Blue) = 64+19+65=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #401341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401341 is #BFECBE. Grayscale: #252525. Windows color (decimal): -12577983 or 4264768. OLE color: 4264768.
HSL color Cylindrical-coordinate representation of color #401341: hue angle of 298.7º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #401341 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 65 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.75 |
| HSL | 298.7º | 0.55% | 0.16% | - |
| HSV(B) | 298.7º | 0.71% | 0.25% | - |
| XYZ | 3.3 | 1.94 | 5.2 | - |
| YUV | 37.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 65 | 0.02 | 0.71 | 0 | 0.75 | 298.7 | 0.55 | 0.16 |
| Hex | 40 | 13 | 41 | 2 | 47 | 0 | 4B | 12B | 37 | 10 |
| Octal | 100 | 23 | 101 | 2 | 107 | 0 | 113 | 453 | 67 | 20 |
| Binary | 1000000 | 10011 | 1000001 | 10 | 1000111 | 0 | 1001011 | 100101011 | 110111 | 10000 |
Color Harmonies of #401341
Complementary color
Monochromatic Colors of #401341
Black with #401341
Text Example
Text Example
White with #401341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401341; }
p { color: rgb(64,19,65); }
H1.HeaderClassName
{
color: #401341;
}
.AnyTagClassName
{
color: #401341;
}
</style>
background-color css
<style>
a { background-color: #401341; }
a { background-color: rgb(64,19,65); }
div.DivClassName
{
background-color: #401341;
}
.BgClassName
{
background-color: #401341;
}
</style>
border-color css
<style>
span { border-color: #401341; }
span { border-color: rgb(64,19,65); }
td.TdClassName
{
border-color: #401341;
}
.TagClassName
{
border-color: #401341;
}
</style>