Shades of Mardi Gras #401744
Tints of Mardi Gras #401744
RGB
CMYK
RGB Variations
Color information
#401744 (or 0x401744) is known color: Mardi Gras. HEX triplet: 40, 17 and 44. RGB value is (64,23,68). Sum of RGB (Red+Green+Blue) = 64+23+68=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 68 - color contains mainly: blue. Hex color #401744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401744 is #BFE8BB. Grayscale: #282828. Windows color (decimal): -12576956 or 4462400. OLE color: 4462400.
HSL color Cylindrical-coordinate representation of color #401744: hue angle of 294.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401744 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 23 | 68 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.73 |
| HSL | 294.67º | 0.49% | 0.18% | - |
| HSV(B) | 294.67º | 0.66% | 0.27% | - |
| XYZ | 3.46 | 2.12 | 5.7 | - |
| YUV | 40.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 68 | 0.06 | 0.66 | 0 | 0.73 | 294.67 | 0.49 | 0.18 |
| Hex | 40 | 17 | 44 | 6 | 42 | 0 | 49 | 127 | 31 | 12 |
| Octal | 100 | 27 | 104 | 6 | 102 | 0 | 111 | 447 | 61 | 22 |
| Binary | 1000000 | 10111 | 1000100 | 110 | 1000010 | 0 | 1001001 | 100100111 | 110001 | 10010 |
Color Harmonies of #401744
Complementary color
Monochromatic Colors of #401744
Black with #401744
Text Example
Text Example
White with #401744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401744; }
p { color: rgb(64,23,68); }
H1.HeaderClassName
{
color: #401744;
}
.AnyTagClassName
{
color: #401744;
}
</style>
background-color css
<style>
a { background-color: #401744; }
a { background-color: rgb(64,23,68); }
div.DivClassName
{
background-color: #401744;
}
.BgClassName
{
background-color: #401744;
}
</style>
border-color css
<style>
span { border-color: #401744; }
span { border-color: rgb(64,23,68); }
td.TdClassName
{
border-color: #401744;
}
.TagClassName
{
border-color: #401744;
}
</style>