Shades of Mardi Gras #401245
Tints of Mardi Gras #401245
RGB
CMYK
RGB Variations
Color information
#401245 (or 0x401245) is known color: Mardi Gras. HEX triplet: 40, 12 and 45. RGB value is (64,18,69). Sum of RGB (Red+Green+Blue) = 64+18+69=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #401245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401245 is #BFEDBA. Grayscale: #252525. Windows color (decimal): -12578235 or 4526656. OLE color: 4526656.
HSL color Cylindrical-coordinate representation of color #401245: hue angle of 294.12º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401245 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 18 | 69 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.73 |
| HSL | 294.12º | 0.59% | 0.17% | - |
| HSV(B) | 294.12º | 0.74% | 0.27% | - |
| XYZ | 3.4 | 1.95 | 5.83 | - |
| YUV | 37.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 69 | 0.07 | 0.74 | 0 | 0.73 | 294.12 | 0.59 | 0.17 |
| Hex | 40 | 12 | 45 | 7 | 4A | 0 | 49 | 126 | 3B | 11 |
| Octal | 100 | 22 | 105 | 7 | 112 | 0 | 111 | 446 | 73 | 21 |
| Binary | 1000000 | 10010 | 1000101 | 111 | 1001010 | 0 | 1001001 | 100100110 | 111011 | 10001 |
Color Harmonies of #401245
Complementary color
Monochromatic Colors of #401245
Black with #401245
Text Example
Text Example
White with #401245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401245; }
p { color: rgb(64,18,69); }
H1.HeaderClassName
{
color: #401245;
}
.AnyTagClassName
{
color: #401245;
}
</style>
background-color css
<style>
a { background-color: #401245; }
a { background-color: rgb(64,18,69); }
div.DivClassName
{
background-color: #401245;
}
.BgClassName
{
background-color: #401245;
}
</style>
border-color css
<style>
span { border-color: #401245; }
span { border-color: rgb(64,18,69); }
td.TdClassName
{
border-color: #401245;
}
.TagClassName
{
border-color: #401245;
}
</style>