Shades of Mardi Gras #401B43
Tints of Mardi Gras #401B43
RGB
CMYK
RGB Variations
Color information
#401B43 (or 0x401B43) is known color: Mardi Gras. HEX triplet: 40, 1B and 43. RGB value is (64,27,67). Sum of RGB (Red+Green+Blue) = 64+27+67=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 67 - color contains mainly: blue. Hex color #401B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B43 is #BFE4BC. Grayscale: #2A2A2A. Windows color (decimal): -12575933 or 4397888. OLE color: 4397888.
HSL color Cylindrical-coordinate representation of color #401B43: hue angle of 295.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #401B43 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 27 | 67 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.74 |
| HSL | 295.5º | 0.43% | 0.18% | - |
| HSV(B) | 295.5º | 0.6% | 0.26% | - |
| XYZ | 3.52 | 2.28 | 5.56 | - |
| YUV | 42.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 67 | 0.04 | 0.60 | 0 | 0.74 | 295.5 | 0.43 | 0.18 |
| Hex | 40 | 1B | 43 | 4 | 3C | 0 | 4A | 128 | 2B | 12 |
| Octal | 100 | 33 | 103 | 4 | 74 | 0 | 112 | 450 | 53 | 22 |
| Binary | 1000000 | 11011 | 1000011 | 100 | 111100 | 0 | 1001010 | 100101000 | 101011 | 10010 |
Color Harmonies of #401B43
Complementary color
Monochromatic Colors of #401B43
Black with #401B43
Text Example
Text Example
White with #401B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B43; }
p { color: rgb(64,27,67); }
H1.HeaderClassName
{
color: #401B43;
}
.AnyTagClassName
{
color: #401B43;
}
</style>
background-color css
<style>
a { background-color: #401B43; }
a { background-color: rgb(64,27,67); }
div.DivClassName
{
background-color: #401B43;
}
.BgClassName
{
background-color: #401B43;
}
</style>
border-color css
<style>
span { border-color: #401B43; }
span { border-color: rgb(64,27,67); }
td.TdClassName
{
border-color: #401B43;
}
.TagClassName
{
border-color: #401B43;
}
</style>