Shades of Mardi Gras #410341
Tints of Mardi Gras #410341
RGB
CMYK
RGB Variations
Color information
#410341 (or 0x410341) is known color: Mardi Gras. HEX triplet: 41, 03 and 41. RGB value is (65,3,65). Sum of RGB (Red+Green+Blue) = 65+3+65=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #410341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410341 is #BEFCBE. Grayscale: #1C1C1C. Windows color (decimal): -12516543 or 4260673. OLE color: 4260673.
HSL color Cylindrical-coordinate representation of color #410341: hue angle of 300º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410341 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 3 | 65 | - |
| CMYK | 0 | 0.95 | 0 | 0.75 |
| HSL | 300º | 0.91% | 0.13% | - |
| HSV(B) | 300º | 0.95% | 0.25% | - |
| XYZ | 3.17 | 1.57 | 5.14 | - |
| YUV | 28.61 | 148.54 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 65 | 0 | 0.95 | 0 | 0.75 | 300 | 0.91 | 0.13 |
| Hex | 41 | 3 | 41 | 0 | 5F | 0 | 4B | 12C | 5B | D |
| Octal | 101 | 3 | 101 | 0 | 137 | 0 | 113 | 454 | 133 | 15 |
| Binary | 1000001 | 11 | 1000001 | 0 | 1011111 | 0 | 1001011 | 100101100 | 1011011 | 1101 |
Color Harmonies of #410341
Complementary color
Monochromatic Colors of #410341
Black with #410341
Text Example
Text Example
White with #410341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410341; }
p { color: rgb(65,3,65); }
H1.HeaderClassName
{
color: #410341;
}
.AnyTagClassName
{
color: #410341;
}
</style>
background-color css
<style>
a { background-color: #410341; }
a { background-color: rgb(65,3,65); }
div.DivClassName
{
background-color: #410341;
}
.BgClassName
{
background-color: #410341;
}
</style>
border-color css
<style>
span { border-color: #410341; }
span { border-color: rgb(65,3,65); }
td.TdClassName
{
border-color: #410341;
}
.TagClassName
{
border-color: #410341;
}
</style>