Shades of Mardi Gras #401343
Tints of Mardi Gras #401343
RGB
CMYK
RGB Variations
Color information
#401343 (or 0x401343) is known color: Mardi Gras. HEX triplet: 40, 13 and 43. RGB value is (64,19,67). Sum of RGB (Red+Green+Blue) = 64+19+67=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 67 - color contains mainly: blue. Hex color #401343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401343 is #BFECBC. Grayscale: #252525. Windows color (decimal): -12577981 or 4395840. OLE color: 4395840.
HSL color Cylindrical-coordinate representation of color #401343: hue angle of 296.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401343 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 19 | 67 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.74 |
| HSL | 296.25º | 0.56% | 0.17% | - |
| HSV(B) | 296.25º | 0.72% | 0.26% | - |
| XYZ | 3.36 | 1.96 | 5.51 | - |
| YUV | 37.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 67 | 0.04 | 0.72 | 0 | 0.74 | 296.25 | 0.56 | 0.17 |
| Hex | 40 | 13 | 43 | 4 | 48 | 0 | 4A | 128 | 38 | 11 |
| Octal | 100 | 23 | 103 | 4 | 110 | 0 | 112 | 450 | 70 | 21 |
| Binary | 1000000 | 10011 | 1000011 | 100 | 1001000 | 0 | 1001010 | 100101000 | 111000 | 10001 |
Color Harmonies of #401343
Complementary color
Monochromatic Colors of #401343
Black with #401343
Text Example
Text Example
White with #401343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401343; }
p { color: rgb(64,19,67); }
H1.HeaderClassName
{
color: #401343;
}
.AnyTagClassName
{
color: #401343;
}
</style>
background-color css
<style>
a { background-color: #401343; }
a { background-color: rgb(64,19,67); }
div.DivClassName
{
background-color: #401343;
}
.BgClassName
{
background-color: #401343;
}
</style>
border-color css
<style>
span { border-color: #401343; }
span { border-color: rgb(64,19,67); }
td.TdClassName
{
border-color: #401343;
}
.TagClassName
{
border-color: #401343;
}
</style>