Shades of Mardi Gras #410146
Tints of Mardi Gras #410146
RGB
CMYK
RGB Variations
Color information
#410146 (or 0x410146) is known color: Mardi Gras. HEX triplet: 41, 01 and 46. RGB value is (65,1,70). Sum of RGB (Red+Green+Blue) = 65+1+70=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #410146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410146 is #BEFEB9. Grayscale: #1B1B1B. Windows color (decimal): -12517050 or 4587841. OLE color: 4587841.
HSL color Cylindrical-coordinate representation of color #410146: hue angle of 295.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410146 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 1 | 70 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.73 |
| HSL | 295.65º | 0.97% | 0.14% | - |
| HSV(B) | 295.65º | 0.99% | 0.27% | - |
| XYZ | 3.3 | 1.59 | 5.93 | - |
| YUV | 28 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 70 | 0.07 | 0.99 | 0 | 0.73 | 295.65 | 0.97 | 0.14 |
| Hex | 41 | 1 | 46 | 7 | 63 | 0 | 49 | 128 | 61 | E |
| Octal | 101 | 1 | 106 | 7 | 143 | 0 | 111 | 450 | 141 | 16 |
| Binary | 1000001 | 1 | 1000110 | 111 | 1100011 | 0 | 1001001 | 100101000 | 1100001 | 1110 |
Color Harmonies of #410146
Complementary color
Monochromatic Colors of #410146
Black with #410146
Text Example
Text Example
White with #410146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410146; }
p { color: rgb(65,1,70); }
H1.HeaderClassName
{
color: #410146;
}
.AnyTagClassName
{
color: #410146;
}
</style>
background-color css
<style>
a { background-color: #410146; }
a { background-color: rgb(65,1,70); }
div.DivClassName
{
background-color: #410146;
}
.BgClassName
{
background-color: #410146;
}
</style>
border-color css
<style>
span { border-color: #410146; }
span { border-color: rgb(65,1,70); }
td.TdClassName
{
border-color: #410146;
}
.TagClassName
{
border-color: #410146;
}
</style>