Shades of Mardi Gras #410543
Tints of Mardi Gras #410543
RGB
CMYK
RGB Variations
Color information
#410543 (or 0x410543) is known color: Mardi Gras. HEX triplet: 41, 05 and 43. RGB value is (65,5,67). Sum of RGB (Red+Green+Blue) = 65+5+67=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #410543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410543 is #BEFABC. Grayscale: #1D1D1D. Windows color (decimal): -12516029 or 4392257. OLE color: 4392257.
HSL color Cylindrical-coordinate representation of color #410543: hue angle of 298.06º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410543 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 5 | 67 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.74 |
| HSL | 298.06º | 0.86% | 0.14% | - |
| HSV(B) | 298.06º | 0.93% | 0.26% | - |
| XYZ | 3.25 | 1.64 | 5.46 | - |
| YUV | 30.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 67 | 0.03 | 0.93 | 0 | 0.74 | 298.06 | 0.86 | 0.14 |
| Hex | 41 | 5 | 43 | 3 | 5D | 0 | 4A | 12A | 56 | E |
| Octal | 101 | 5 | 103 | 3 | 135 | 0 | 112 | 452 | 126 | 16 |
| Binary | 1000001 | 101 | 1000011 | 11 | 1011101 | 0 | 1001010 | 100101010 | 1010110 | 1110 |
Color Harmonies of #410543
Complementary color
Monochromatic Colors of #410543
Black with #410543
Text Example
Text Example
White with #410543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410543; }
p { color: rgb(65,5,67); }
H1.HeaderClassName
{
color: #410543;
}
.AnyTagClassName
{
color: #410543;
}
</style>
background-color css
<style>
a { background-color: #410543; }
a { background-color: rgb(65,5,67); }
div.DivClassName
{
background-color: #410543;
}
.BgClassName
{
background-color: #410543;
}
</style>
border-color css
<style>
span { border-color: #410543; }
span { border-color: rgb(65,5,67); }
td.TdClassName
{
border-color: #410543;
}
.TagClassName
{
border-color: #410543;
}
</style>