Shades of Mardi Gras #410342
Tints of Mardi Gras #410342
RGB
CMYK
RGB Variations
Color information
#410342 (or 0x410342) is known color: Mardi Gras. HEX triplet: 41, 03 and 42. RGB value is (65,3,66). Sum of RGB (Red+Green+Blue) = 65+3+66=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #410342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410342 is #BEFCBD. Grayscale: #1C1C1C. Windows color (decimal): -12516542 or 4326209. OLE color: 4326209.
HSL color Cylindrical-coordinate representation of color #410342: hue angle of 299.05º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410342 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 3 | 66 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.74 |
| HSL | 299.05º | 0.91% | 0.14% | - |
| HSV(B) | 299.05º | 0.95% | 0.26% | - |
| XYZ | 3.2 | 1.58 | 5.29 | - |
| YUV | 28.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 66 | 0.02 | 0.95 | 0 | 0.74 | 299.05 | 0.91 | 0.14 |
| Hex | 41 | 3 | 42 | 2 | 5F | 0 | 4A | 12B | 5B | E |
| Octal | 101 | 3 | 102 | 2 | 137 | 0 | 112 | 453 | 133 | 16 |
| Binary | 1000001 | 11 | 1000010 | 10 | 1011111 | 0 | 1001010 | 100101011 | 1011011 | 1110 |
Color Harmonies of #410342
Complementary color
Monochromatic Colors of #410342
Black with #410342
Text Example
Text Example
White with #410342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410342; }
p { color: rgb(65,3,66); }
H1.HeaderClassName
{
color: #410342;
}
.AnyTagClassName
{
color: #410342;
}
</style>
background-color css
<style>
a { background-color: #410342; }
a { background-color: rgb(65,3,66); }
div.DivClassName
{
background-color: #410342;
}
.BgClassName
{
background-color: #410342;
}
</style>
border-color css
<style>
span { border-color: #410342; }
span { border-color: rgb(65,3,66); }
td.TdClassName
{
border-color: #410342;
}
.TagClassName
{
border-color: #410342;
}
</style>