Shades of Mardi Gras #431947
Tints of Mardi Gras #431947
RGB
CMYK
RGB Variations
Color information
#431947 (or 0x431947) is known color: Mardi Gras. HEX triplet: 43, 19 and 47. RGB value is (67,25,71). Sum of RGB (Red+Green+Blue) = 67+25+71=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #431947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431947 is #BCE6B8. Grayscale: #2A2A2A. Windows color (decimal): -12379833 or 4659523. OLE color: 4659523.
HSL color Cylindrical-coordinate representation of color #431947: hue angle of 294.78º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #431947 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 25 | 71 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.72 |
| HSL | 294.78º | 0.48% | 0.19% | - |
| HSV(B) | 294.78º | 0.65% | 0.28% | - |
| XYZ | 3.8 | 2.34 | 6.21 | - |
| YUV | 42.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 71 | 0.06 | 0.65 | 0 | 0.72 | 294.78 | 0.48 | 0.19 |
| Hex | 43 | 19 | 47 | 6 | 41 | 0 | 48 | 127 | 30 | 13 |
| Octal | 103 | 31 | 107 | 6 | 101 | 0 | 110 | 447 | 60 | 23 |
| Binary | 1000011 | 11001 | 1000111 | 110 | 1000001 | 0 | 1001000 | 100100111 | 110000 | 10011 |
Color Harmonies of #431947
Complementary color
Monochromatic Colors of #431947
Black with #431947
Text Example
Text Example
White with #431947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431947; }
p { color: rgb(67,25,71); }
H1.HeaderClassName
{
color: #431947;
}
.AnyTagClassName
{
color: #431947;
}
</style>
background-color css
<style>
a { background-color: #431947; }
a { background-color: rgb(67,25,71); }
div.DivClassName
{
background-color: #431947;
}
.BgClassName
{
background-color: #431947;
}
</style>
border-color css
<style>
span { border-color: #431947; }
span { border-color: rgb(67,25,71); }
td.TdClassName
{
border-color: #431947;
}
.TagClassName
{
border-color: #431947;
}
</style>