Shades of Mardi Gras #410145
Tints of Mardi Gras #410145
RGB
CMYK
RGB Variations
Color information
#410145 (or 0x410145) is known color: Mardi Gras. HEX triplet: 41, 01 and 45. RGB value is (65,1,69). Sum of RGB (Red+Green+Blue) = 65+1+69=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #410145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410145 is #BEFEBA. Grayscale: #1B1B1B. Windows color (decimal): -12517051 or 4522305. OLE color: 4522305.
HSL color Cylindrical-coordinate representation of color #410145: hue angle of 296.47º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410145 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 1 | 69 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.73 |
| HSL | 296.47º | 0.97% | 0.14% | - |
| HSV(B) | 296.47º | 0.99% | 0.27% | - |
| XYZ | 3.27 | 1.58 | 5.76 | - |
| YUV | 27.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 69 | 0.06 | 0.99 | 0 | 0.73 | 296.47 | 0.97 | 0.14 |
| Hex | 41 | 1 | 45 | 6 | 63 | 0 | 49 | 128 | 61 | E |
| Octal | 101 | 1 | 105 | 6 | 143 | 0 | 111 | 450 | 141 | 16 |
| Binary | 1000001 | 1 | 1000101 | 110 | 1100011 | 0 | 1001001 | 100101000 | 1100001 | 1110 |
Color Harmonies of #410145
Complementary color
Monochromatic Colors of #410145
Black with #410145
Text Example
Text Example
White with #410145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410145; }
p { color: rgb(65,1,69); }
H1.HeaderClassName
{
color: #410145;
}
.AnyTagClassName
{
color: #410145;
}
</style>
background-color css
<style>
a { background-color: #410145; }
a { background-color: rgb(65,1,69); }
div.DivClassName
{
background-color: #410145;
}
.BgClassName
{
background-color: #410145;
}
</style>
border-color css
<style>
span { border-color: #410145; }
span { border-color: rgb(65,1,69); }
td.TdClassName
{
border-color: #410145;
}
.TagClassName
{
border-color: #410145;
}
</style>