Shades of Mardi Gras #41023E
Tints of Mardi Gras #41023E
RGB
CMYK
RGB Variations
Color information
#41023E (or 0x41023E) is known color: Mardi Gras. HEX triplet: 41, 02 and 3E. RGB value is (65,2,62). Sum of RGB (Red+Green+Blue) = 65+2+62=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41023E is #BEFDC1. Grayscale: #1B1B1B. Windows color (decimal): -12516802 or 4063809. OLE color: 4063809.
HSL color Cylindrical-coordinate representation of color #41023E: hue angle of 302.86º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41023E is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 62 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.75 |
| HSL | 302.86º | 0.94% | 0.13% | - |
| HSV(B) | 302.86º | 0.97% | 0.25% | - |
| XYZ | 3.07 | 1.52 | 4.69 | - |
| YUV | 27.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 62 | 0 | 0.97 | 0.05 | 0.75 | 302.86 | 0.94 | 0.13 |
| Hex | 41 | 2 | 3E | 0 | 61 | 5 | 4B | 12F | 5E | D |
| Octal | 101 | 2 | 76 | 0 | 141 | 5 | 113 | 457 | 136 | 15 |
| Binary | 1000001 | 10 | 111110 | 0 | 1100001 | 101 | 1001011 | 100101111 | 1011110 | 1101 |
Color Harmonies of #41023E
Complementary color
Monochromatic Colors of #41023E
Black with #41023E
Text Example
Text Example
White with #41023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41023E; }
p { color: rgb(65,2,62); }
H1.HeaderClassName
{
color: #41023E;
}
.AnyTagClassName
{
color: #41023E;
}
</style>
background-color css
<style>
a { background-color: #41023E; }
a { background-color: rgb(65,2,62); }
div.DivClassName
{
background-color: #41023E;
}
.BgClassName
{
background-color: #41023E;
}
</style>
border-color css
<style>
span { border-color: #41023E; }
span { border-color: rgb(65,2,62); }
td.TdClassName
{
border-color: #41023E;
}
.TagClassName
{
border-color: #41023E;
}
</style>