Shades of Mardi Gras #410544
Tints of Mardi Gras #410544
RGB
CMYK
RGB Variations
Color information
#410544 (or 0x410544) is known color: Mardi Gras. HEX triplet: 41, 05 and 44. RGB value is (65,5,68). Sum of RGB (Red+Green+Blue) = 65+5+68=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #410544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410544 is #BEFABB. Grayscale: #1D1D1D. Windows color (decimal): -12516028 or 4457793. OLE color: 4457793.
HSL color Cylindrical-coordinate representation of color #410544: hue angle of 297.14º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410544 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 5 | 68 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.73 |
| HSL | 297.14º | 0.86% | 0.14% | - |
| HSV(B) | 297.14º | 0.93% | 0.27% | - |
| XYZ | 3.28 | 1.65 | 5.61 | - |
| YUV | 30.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 68 | 0.04 | 0.93 | 0 | 0.73 | 297.14 | 0.86 | 0.14 |
| Hex | 41 | 5 | 44 | 4 | 5D | 0 | 49 | 129 | 56 | E |
| Octal | 101 | 5 | 104 | 4 | 135 | 0 | 111 | 451 | 126 | 16 |
| Binary | 1000001 | 101 | 1000100 | 100 | 1011101 | 0 | 1001001 | 100101001 | 1010110 | 1110 |
Color Harmonies of #410544
Complementary color
Monochromatic Colors of #410544
Black with #410544
Text Example
Text Example
White with #410544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410544; }
p { color: rgb(65,5,68); }
H1.HeaderClassName
{
color: #410544;
}
.AnyTagClassName
{
color: #410544;
}
</style>
background-color css
<style>
a { background-color: #410544; }
a { background-color: rgb(65,5,68); }
div.DivClassName
{
background-color: #410544;
}
.BgClassName
{
background-color: #410544;
}
</style>
border-color css
<style>
span { border-color: #410544; }
span { border-color: rgb(65,5,68); }
td.TdClassName
{
border-color: #410544;
}
.TagClassName
{
border-color: #410544;
}
</style>