Shades of Mardi Gras #410147
Tints of Mardi Gras #410147
RGB
CMYK
RGB Variations
Color information
#410147 (or 0x410147) is known color: Mardi Gras. HEX triplet: 41, 01 and 47. RGB value is (65,1,71). Sum of RGB (Red+Green+Blue) = 65+1+71=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #410147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410147 is #BEFEB8. Grayscale: #1B1B1B. Windows color (decimal): -12517049 or 4653377. OLE color: 4653377.
HSL color Cylindrical-coordinate representation of color #410147: hue angle of 294.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410147 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 1 | 71 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.72 |
| HSL | 294.86º | 0.97% | 0.14% | - |
| HSV(B) | 294.86º | 0.99% | 0.28% | - |
| XYZ | 3.33 | 1.6 | 6.09 | - |
| YUV | 28.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 71 | 0.08 | 0.99 | 0 | 0.72 | 294.86 | 0.97 | 0.14 |
| Hex | 41 | 1 | 47 | 8 | 63 | 0 | 48 | 127 | 61 | E |
| Octal | 101 | 1 | 107 | 10 | 143 | 0 | 110 | 447 | 141 | 16 |
| Binary | 1000001 | 1 | 1000111 | 1000 | 1100011 | 0 | 1001000 | 100100111 | 1100001 | 1110 |
Color Harmonies of #410147
Complementary color
Monochromatic Colors of #410147
Black with #410147
Text Example
Text Example
White with #410147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410147; }
p { color: rgb(65,1,71); }
H1.HeaderClassName
{
color: #410147;
}
.AnyTagClassName
{
color: #410147;
}
</style>
background-color css
<style>
a { background-color: #410147; }
a { background-color: rgb(65,1,71); }
div.DivClassName
{
background-color: #410147;
}
.BgClassName
{
background-color: #410147;
}
</style>
border-color css
<style>
span { border-color: #410147; }
span { border-color: rgb(65,1,71); }
td.TdClassName
{
border-color: #410147;
}
.TagClassName
{
border-color: #410147;
}
</style>