Shades of Mardi Gras #401145
Tints of Mardi Gras #401145
RGB
CMYK
RGB Variations
Color information
#401145 (or 0x401145) is known color: Mardi Gras. HEX triplet: 40, 11 and 45. RGB value is (64,17,69). Sum of RGB (Red+Green+Blue) = 64+17+69=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 69 - color contains mainly: blue. Hex color #401145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401145 is #BFEEBA. Grayscale: #242424. Windows color (decimal): -12578491 or 4526400. OLE color: 4526400.
HSL color Cylindrical-coordinate representation of color #401145: hue angle of 294.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401145 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 17 | 69 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.73 |
| HSL | 294.23º | 0.6% | 0.17% | - |
| HSV(B) | 294.23º | 0.75% | 0.27% | - |
| XYZ | 3.39 | 1.92 | 5.82 | - |
| YUV | 36.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 69 | 0.07 | 0.75 | 0 | 0.73 | 294.23 | 0.6 | 0.17 |
| Hex | 40 | 11 | 45 | 7 | 4B | 0 | 49 | 126 | 3C | 11 |
| Octal | 100 | 21 | 105 | 7 | 113 | 0 | 111 | 446 | 74 | 21 |
| Binary | 1000000 | 10001 | 1000101 | 111 | 1001011 | 0 | 1001001 | 100100110 | 111100 | 10001 |
Color Harmonies of #401145
Complementary color
Monochromatic Colors of #401145
Black with #401145
Text Example
Text Example
White with #401145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401145; }
p { color: rgb(64,17,69); }
H1.HeaderClassName
{
color: #401145;
}
.AnyTagClassName
{
color: #401145;
}
</style>
background-color css
<style>
a { background-color: #401145; }
a { background-color: rgb(64,17,69); }
div.DivClassName
{
background-color: #401145;
}
.BgClassName
{
background-color: #401145;
}
</style>
border-color css
<style>
span { border-color: #401145; }
span { border-color: rgb(64,17,69); }
td.TdClassName
{
border-color: #401145;
}
.TagClassName
{
border-color: #401145;
}
</style>