Shades of Mardi Gras #431F44
Tints of Mardi Gras #431F44
RGB
CMYK
RGB Variations
Color information
#431F44 (or 0x431F44) is known color: Mardi Gras. HEX triplet: 43, 1F and 44. RGB value is (67,31,68). Sum of RGB (Red+Green+Blue) = 67+31+68=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #431F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F44 is #BCE0BB. Grayscale: #2D2D2D. Windows color (decimal): -12378300 or 4464451. OLE color: 4464451.
HSL color Cylindrical-coordinate representation of color #431F44: hue angle of 298.38º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #431F44 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 31 | 68 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.73 |
| HSL | 298.38º | 0.37% | 0.19% | - |
| HSV(B) | 298.38º | 0.54% | 0.27% | - |
| XYZ | 3.85 | 2.59 | 5.77 | - |
| YUV | 45.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 68 | 0.01 | 0.54 | 0 | 0.73 | 298.38 | 0.37 | 0.19 |
| Hex | 43 | 1F | 44 | 1 | 36 | 0 | 49 | 12A | 25 | 13 |
| Octal | 103 | 37 | 104 | 1 | 66 | 0 | 111 | 452 | 45 | 23 |
| Binary | 1000011 | 11111 | 1000100 | 1 | 110110 | 0 | 1001001 | 100101010 | 100101 | 10011 |
Color Harmonies of #431F44
Complementary color
Monochromatic Colors of #431F44
Black with #431F44
Text Example
Text Example
White with #431F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F44; }
p { color: rgb(67,31,68); }
H1.HeaderClassName
{
color: #431F44;
}
.AnyTagClassName
{
color: #431F44;
}
</style>
background-color css
<style>
a { background-color: #431F44; }
a { background-color: rgb(67,31,68); }
div.DivClassName
{
background-color: #431F44;
}
.BgClassName
{
background-color: #431F44;
}
</style>
border-color css
<style>
span { border-color: #431F44; }
span { border-color: rgb(67,31,68); }
td.TdClassName
{
border-color: #431F44;
}
.TagClassName
{
border-color: #431F44;
}
</style>