Shades of Mardi Gras #401A3A
Tints of Mardi Gras #401A3A
RGB
CMYK
RGB Variations
Color information
#401A3A (or 0x401A3A) is known color: Mardi Gras. HEX triplet: 40, 1A and 3A. RGB value is (64,26,58). Sum of RGB (Red+Green+Blue) = 64+26+58=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #401A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A3A is #BFE5C5. Grayscale: #282828. Windows color (decimal): -12576198 or 3807808. OLE color: 3807808.
HSL color Cylindrical-coordinate representation of color #401A3A: hue angle of 309.47º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #401A3A is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 58 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.75 |
| HSL | 309.47º | 0.42% | 0.18% | - |
| HSV(B) | 309.47º | 0.59% | 0.25% | - |
| XYZ | 3.25 | 2.13 | 4.24 | - |
| YUV | 41.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 58 | 0 | 0.59 | 0.09 | 0.75 | 309.47 | 0.42 | 0.18 |
| Hex | 40 | 1A | 3A | 0 | 3B | 9 | 4B | 135 | 2A | 12 |
| Octal | 100 | 32 | 72 | 0 | 73 | 11 | 113 | 465 | 52 | 22 |
| Binary | 1000000 | 11010 | 111010 | 0 | 111011 | 1001 | 1001011 | 100110101 | 101010 | 10010 |
Color Harmonies of #401A3A
Complementary color
Monochromatic Colors of #401A3A
Black with #401A3A
Text Example
Text Example
White with #401A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A3A; }
p { color: rgb(64,26,58); }
H1.HeaderClassName
{
color: #401A3A;
}
.AnyTagClassName
{
color: #401A3A;
}
</style>
background-color css
<style>
a { background-color: #401A3A; }
a { background-color: rgb(64,26,58); }
div.DivClassName
{
background-color: #401A3A;
}
.BgClassName
{
background-color: #401A3A;
}
</style>
border-color css
<style>
span { border-color: #401A3A; }
span { border-color: rgb(64,26,58); }
td.TdClassName
{
border-color: #401A3A;
}
.TagClassName
{
border-color: #401A3A;
}
</style>