Shades of Mardi Gras #410039
Tints of Mardi Gras #410039
RGB
CMYK
RGB Variations
Color information
#410039 (or 0x410039) is known color: Mardi Gras. HEX triplet: 41, 00 and 39. RGB value is (65,0,57). Sum of RGB (Red+Green+Blue) = 65+0+57=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #410039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410039 is #BEFFC6. Grayscale: #191919. Windows color (decimal): -12517319 or 3735617. OLE color: 3735617.
HSL color Cylindrical-coordinate representation of color #410039: hue angle of 307.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410039 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.12 | 0.75 |
| HSL | 307.38º | 1% | 0.13% | - |
| HSV(B) | 307.38º | 1% | 0.25% | - |
| XYZ | 2.92 | 1.42 | 3.99 | - |
| YUV | 25.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 57 | 0 | 1 | 0.12 | 0.75 | 307.38 | 1 | 0.13 |
| Hex | 41 | 0 | 39 | 0 | 64 | C | 4B | 133 | 64 | D |
| Octal | 101 | 0 | 71 | 0 | 144 | 14 | 113 | 463 | 144 | 15 |
| Binary | 1000001 | 0 | 111001 | 0 | 1100100 | 1100 | 1001011 | 100110011 | 1100100 | 1101 |
Color Harmonies of #410039
Complementary color
Monochromatic Colors of #410039
Black with #410039
Text Example
Text Example
White with #410039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410039; }
p { color: rgb(65,0,57); }
H1.HeaderClassName
{
color: #410039;
}
.AnyTagClassName
{
color: #410039;
}
</style>
background-color css
<style>
a { background-color: #410039; }
a { background-color: rgb(65,0,57); }
div.DivClassName
{
background-color: #410039;
}
.BgClassName
{
background-color: #410039;
}
</style>
border-color css
<style>
span { border-color: #410039; }
span { border-color: rgb(65,0,57); }
td.TdClassName
{
border-color: #410039;
}
.TagClassName
{
border-color: #410039;
}
</style>