Shades of Mardi Gras #410639
Tints of Mardi Gras #410639
RGB
CMYK
RGB Variations
Color information
#410639 (or 0x410639) is known color: Mardi Gras. HEX triplet: 41, 06 and 39. RGB value is (65,6,57). Sum of RGB (Red+Green+Blue) = 65+6+57=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #410639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410639 is #BEF9C6. Grayscale: #1D1D1D. Windows color (decimal): -12515783 or 3737153. OLE color: 3737153.
HSL color Cylindrical-coordinate representation of color #410639: hue angle of 308.14º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410639 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 57 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.75 |
| HSL | 308.14º | 0.83% | 0.14% | - |
| HSV(B) | 308.14º | 0.91% | 0.25% | - |
| XYZ | 2.98 | 1.55 | 4.01 | - |
| YUV | 29.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 57 | 0 | 0.91 | 0.12 | 0.75 | 308.14 | 0.83 | 0.14 |
| Hex | 41 | 6 | 39 | 0 | 5B | C | 4B | 134 | 53 | E |
| Octal | 101 | 6 | 71 | 0 | 133 | 14 | 113 | 464 | 123 | 16 |
| Binary | 1000001 | 110 | 111001 | 0 | 1011011 | 1100 | 1001011 | 100110100 | 1010011 | 1110 |
Color Harmonies of #410639
Complementary color
Monochromatic Colors of #410639
Black with #410639
Text Example
Text Example
White with #410639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410639; }
p { color: rgb(65,6,57); }
H1.HeaderClassName
{
color: #410639;
}
.AnyTagClassName
{
color: #410639;
}
</style>
background-color css
<style>
a { background-color: #410639; }
a { background-color: rgb(65,6,57); }
div.DivClassName
{
background-color: #410639;
}
.BgClassName
{
background-color: #410639;
}
</style>
border-color css
<style>
span { border-color: #410639; }
span { border-color: rgb(65,6,57); }
td.TdClassName
{
border-color: #410639;
}
.TagClassName
{
border-color: #410639;
}
</style>