Shades of Mardi Gras #431944
Tints of Mardi Gras #431944
RGB
CMYK
RGB Variations
Color information
#431944 (or 0x431944) is known color: Mardi Gras. HEX triplet: 43, 19 and 44. RGB value is (67,25,68). Sum of RGB (Red+Green+Blue) = 67+25+68=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #431944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431944 is #BCE6BB. Grayscale: #2A2A2A. Windows color (decimal): -12379836 or 4462915. OLE color: 4462915.
HSL color Cylindrical-coordinate representation of color #431944: hue angle of 298.6º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #431944 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 25 | 68 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.73 |
| HSL | 298.6º | 0.46% | 0.18% | - |
| HSV(B) | 298.6º | 0.63% | 0.27% | - |
| XYZ | 3.71 | 2.31 | 5.72 | - |
| YUV | 42.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 68 | 0.01 | 0.63 | 0 | 0.73 | 298.6 | 0.46 | 0.18 |
| Hex | 43 | 19 | 44 | 1 | 3F | 0 | 49 | 12B | 2E | 12 |
| Octal | 103 | 31 | 104 | 1 | 77 | 0 | 111 | 453 | 56 | 22 |
| Binary | 1000011 | 11001 | 1000100 | 1 | 111111 | 0 | 1001001 | 100101011 | 101110 | 10010 |
Color Harmonies of #431944
Complementary color
Monochromatic Colors of #431944
Black with #431944
Text Example
Text Example
White with #431944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431944; }
p { color: rgb(67,25,68); }
H1.HeaderClassName
{
color: #431944;
}
.AnyTagClassName
{
color: #431944;
}
</style>
background-color css
<style>
a { background-color: #431944; }
a { background-color: rgb(67,25,68); }
div.DivClassName
{
background-color: #431944;
}
.BgClassName
{
background-color: #431944;
}
</style>
border-color css
<style>
span { border-color: #431944; }
span { border-color: rgb(67,25,68); }
td.TdClassName
{
border-color: #431944;
}
.TagClassName
{
border-color: #431944;
}
</style>