Shades of Mardi Gras #410942
Tints of Mardi Gras #410942
RGB
CMYK
RGB Variations
Color information
#410942 (or 0x410942) is known color: Mardi Gras. HEX triplet: 41, 09 and 42. RGB value is (65,9,66). Sum of RGB (Red+Green+Blue) = 65+9+66=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #410942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410942 is #BEF6BD. Grayscale: #202020. Windows color (decimal): -12515006 or 4327745. OLE color: 4327745.
HSL color Cylindrical-coordinate representation of color #410942: hue angle of 298.95º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410942 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 9 | 66 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.74 |
| HSL | 298.95º | 0.76% | 0.15% | - |
| HSV(B) | 298.95º | 0.86% | 0.26% | - |
| XYZ | 3.26 | 1.71 | 5.31 | - |
| YUV | 32.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 66 | 0.02 | 0.86 | 0 | 0.74 | 298.95 | 0.76 | 0.15 |
| Hex | 41 | 9 | 42 | 2 | 56 | 0 | 4A | 12B | 4C | F |
| Octal | 101 | 11 | 102 | 2 | 126 | 0 | 112 | 453 | 114 | 17 |
| Binary | 1000001 | 1001 | 1000010 | 10 | 1010110 | 0 | 1001010 | 100101011 | 1001100 | 1111 |
Color Harmonies of #410942
Complementary color
Monochromatic Colors of #410942
Black with #410942
Text Example
Text Example
White with #410942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410942; }
p { color: rgb(65,9,66); }
H1.HeaderClassName
{
color: #410942;
}
.AnyTagClassName
{
color: #410942;
}
</style>
background-color css
<style>
a { background-color: #410942; }
a { background-color: rgb(65,9,66); }
div.DivClassName
{
background-color: #410942;
}
.BgClassName
{
background-color: #410942;
}
</style>
border-color css
<style>
span { border-color: #410942; }
span { border-color: rgb(65,9,66); }
td.TdClassName
{
border-color: #410942;
}
.TagClassName
{
border-color: #410942;
}
</style>