Shades of Mardi Gras #410443
Tints of Mardi Gras #410443
RGB
CMYK
RGB Variations
Color information
#410443 (or 0x410443) is known color: Mardi Gras. HEX triplet: 41, 04 and 43. RGB value is (65,4,67). Sum of RGB (Red+Green+Blue) = 65+4+67=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #410443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410443 is #BEFBBC. Grayscale: #1D1D1D. Windows color (decimal): -12516285 or 4392001. OLE color: 4392001.
HSL color Cylindrical-coordinate representation of color #410443: hue angle of 298.1º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410443 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 4 | 67 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.74 |
| HSL | 298.1º | 0.89% | 0.14% | - |
| HSV(B) | 298.1º | 0.94% | 0.26% | - |
| XYZ | 3.24 | 1.62 | 5.45 | - |
| YUV | 29.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 67 | 0.03 | 0.94 | 0 | 0.74 | 298.1 | 0.89 | 0.14 |
| Hex | 41 | 4 | 43 | 3 | 5E | 0 | 4A | 12A | 59 | E |
| Octal | 101 | 4 | 103 | 3 | 136 | 0 | 112 | 452 | 131 | 16 |
| Binary | 1000001 | 100 | 1000011 | 11 | 1011110 | 0 | 1001010 | 100101010 | 1011001 | 1110 |
Color Harmonies of #410443
Complementary color
Monochromatic Colors of #410443
Black with #410443
Text Example
Text Example
White with #410443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410443; }
p { color: rgb(65,4,67); }
H1.HeaderClassName
{
color: #410443;
}
.AnyTagClassName
{
color: #410443;
}
</style>
background-color css
<style>
a { background-color: #410443; }
a { background-color: rgb(65,4,67); }
div.DivClassName
{
background-color: #410443;
}
.BgClassName
{
background-color: #410443;
}
</style>
border-color css
<style>
span { border-color: #410443; }
span { border-color: rgb(65,4,67); }
td.TdClassName
{
border-color: #410443;
}
.TagClassName
{
border-color: #410443;
}
</style>