Shades of Mardi Gras #410445
Tints of Mardi Gras #410445
RGB
CMYK
RGB Variations
Color information
#410445 (or 0x410445) is known color: Mardi Gras. HEX triplet: 41, 04 and 45. RGB value is (65,4,69). Sum of RGB (Red+Green+Blue) = 65+4+69=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #410445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410445 is #BEFBBA. Grayscale: #1D1D1D. Windows color (decimal): -12516283 or 4523073. OLE color: 4523073.
HSL color Cylindrical-coordinate representation of color #410445: hue angle of 296.31º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410445 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 4 | 69 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.73 |
| HSL | 296.31º | 0.89% | 0.14% | - |
| HSV(B) | 296.31º | 0.94% | 0.27% | - |
| XYZ | 3.3 | 1.64 | 5.77 | - |
| YUV | 29.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 69 | 0.06 | 0.94 | 0 | 0.73 | 296.31 | 0.89 | 0.14 |
| Hex | 41 | 4 | 45 | 6 | 5E | 0 | 49 | 128 | 59 | E |
| Octal | 101 | 4 | 105 | 6 | 136 | 0 | 111 | 450 | 131 | 16 |
| Binary | 1000001 | 100 | 1000101 | 110 | 1011110 | 0 | 1001001 | 100101000 | 1011001 | 1110 |
Color Harmonies of #410445
Complementary color
Monochromatic Colors of #410445
Black with #410445
Text Example
Text Example
White with #410445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410445; }
p { color: rgb(65,4,69); }
H1.HeaderClassName
{
color: #410445;
}
.AnyTagClassName
{
color: #410445;
}
</style>
background-color css
<style>
a { background-color: #410445; }
a { background-color: rgb(65,4,69); }
div.DivClassName
{
background-color: #410445;
}
.BgClassName
{
background-color: #410445;
}
</style>
border-color css
<style>
span { border-color: #410445; }
span { border-color: rgb(65,4,69); }
td.TdClassName
{
border-color: #410445;
}
.TagClassName
{
border-color: #410445;
}
</style>