Shades of Mardi Gras #410242
Tints of Mardi Gras #410242
RGB
CMYK
RGB Variations
Color information
#410242 (or 0x410242) is known color: Mardi Gras. HEX triplet: 41, 02 and 42. RGB value is (65,2,66). Sum of RGB (Red+Green+Blue) = 65+2+66=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #410242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410242 is #BEFDBD. Grayscale: #1B1B1B. Windows color (decimal): -12516798 or 4325953. OLE color: 4325953.
HSL color Cylindrical-coordinate representation of color #410242: hue angle of 299.06º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410242 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 2 | 66 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.74 |
| HSL | 299.06º | 0.94% | 0.13% | - |
| HSV(B) | 299.06º | 0.97% | 0.26% | - |
| XYZ | 3.19 | 1.56 | 5.29 | - |
| YUV | 28.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 66 | 0.02 | 0.97 | 0 | 0.74 | 299.06 | 0.94 | 0.13 |
| Hex | 41 | 2 | 42 | 2 | 61 | 0 | 4A | 12B | 5E | D |
| Octal | 101 | 2 | 102 | 2 | 141 | 0 | 112 | 453 | 136 | 15 |
| Binary | 1000001 | 10 | 1000010 | 10 | 1100001 | 0 | 1001010 | 100101011 | 1011110 | 1101 |
Color Harmonies of #410242
Complementary color
Monochromatic Colors of #410242
Black with #410242
Text Example
Text Example
White with #410242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410242; }
p { color: rgb(65,2,66); }
H1.HeaderClassName
{
color: #410242;
}
.AnyTagClassName
{
color: #410242;
}
</style>
background-color css
<style>
a { background-color: #410242; }
a { background-color: rgb(65,2,66); }
div.DivClassName
{
background-color: #410242;
}
.BgClassName
{
background-color: #410242;
}
</style>
border-color css
<style>
span { border-color: #410242; }
span { border-color: rgb(65,2,66); }
td.TdClassName
{
border-color: #410242;
}
.TagClassName
{
border-color: #410242;
}
</style>