Shades of Mardi Gras #411245
Tints of Mardi Gras #411245
RGB
CMYK
RGB Variations
Color information
#411245 (or 0x411245) is known color: Mardi Gras. HEX triplet: 41, 12 and 45. RGB value is (65,18,69). Sum of RGB (Red+Green+Blue) = 65+18+69=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #411245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411245 is #BEEDBA. Grayscale: #252525. Windows color (decimal): -12512699 or 4526657. OLE color: 4526657.
HSL color Cylindrical-coordinate representation of color #411245: hue angle of 295.29º 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 #411245 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 18 | 69 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.73 |
| HSL | 295.29º | 0.59% | 0.17% | - |
| HSV(B) | 295.29º | 0.74% | 0.27% | - |
| XYZ | 3.47 | 1.99 | 5.83 | - |
| YUV | 37.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 69 | 0.06 | 0.74 | 0 | 0.73 | 295.29 | 0.59 | 0.17 |
| Hex | 41 | 12 | 45 | 6 | 4A | 0 | 49 | 127 | 3B | 11 |
| Octal | 101 | 22 | 105 | 6 | 112 | 0 | 111 | 447 | 73 | 21 |
| Binary | 1000001 | 10010 | 1000101 | 110 | 1001010 | 0 | 1001001 | 100100111 | 111011 | 10001 |
Color Harmonies of #411245
Complementary color
Monochromatic Colors of #411245
Black with #411245
Text Example
Text Example
White with #411245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411245; }
p { color: rgb(65,18,69); }
H1.HeaderClassName
{
color: #411245;
}
.AnyTagClassName
{
color: #411245;
}
</style>
background-color css
<style>
a { background-color: #411245; }
a { background-color: rgb(65,18,69); }
div.DivClassName
{
background-color: #411245;
}
.BgClassName
{
background-color: #411245;
}
</style>
border-color css
<style>
span { border-color: #411245; }
span { border-color: rgb(65,18,69); }
td.TdClassName
{
border-color: #411245;
}
.TagClassName
{
border-color: #411245;
}
</style>