Shades of Mardi Gras #410943
Tints of Mardi Gras #410943
RGB
CMYK
RGB Variations
Color information
#410943 (or 0x410943) is known color: Mardi Gras. HEX triplet: 41, 09 and 43. RGB value is (65,9,67). Sum of RGB (Red+Green+Blue) = 65+9+67=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #410943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410943 is #BEF6BC. Grayscale: #202020. Windows color (decimal): -12515005 or 4393281. OLE color: 4393281.
HSL color Cylindrical-coordinate representation of color #410943: hue angle of 297.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #410943 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 9 | 67 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.74 |
| HSL | 297.93º | 0.76% | 0.15% | - |
| HSV(B) | 297.93º | 0.87% | 0.26% | - |
| XYZ | 3.29 | 1.72 | 5.47 | - |
| YUV | 32.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 67 | 0.03 | 0.87 | 0 | 0.74 | 297.93 | 0.76 | 0.15 |
| Hex | 41 | 9 | 43 | 3 | 57 | 0 | 4A | 12A | 4C | F |
| Octal | 101 | 11 | 103 | 3 | 127 | 0 | 112 | 452 | 114 | 17 |
| Binary | 1000001 | 1001 | 1000011 | 11 | 1010111 | 0 | 1001010 | 100101010 | 1001100 | 1111 |
Color Harmonies of #410943
Complementary color
Monochromatic Colors of #410943
Black with #410943
Text Example
Text Example
White with #410943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410943; }
p { color: rgb(65,9,67); }
H1.HeaderClassName
{
color: #410943;
}
.AnyTagClassName
{
color: #410943;
}
</style>
background-color css
<style>
a { background-color: #410943; }
a { background-color: rgb(65,9,67); }
div.DivClassName
{
background-color: #410943;
}
.BgClassName
{
background-color: #410943;
}
</style>
border-color css
<style>
span { border-color: #410943; }
span { border-color: rgb(65,9,67); }
td.TdClassName
{
border-color: #410943;
}
.TagClassName
{
border-color: #410943;
}
</style>