Shades of Mardi Gras #431147
Tints of Mardi Gras #431147
RGB
CMYK
RGB Variations
Color information
#431147 (or 0x431147) is known color: Mardi Gras. HEX triplet: 43, 11 and 47. RGB value is (67,17,71). Sum of RGB (Red+Green+Blue) = 67+17+71=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #431147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431147 is #BCEEB8. Grayscale: #252525. Windows color (decimal): -12381881 or 4657475. OLE color: 4657475.
HSL color Cylindrical-coordinate representation of color #431147: hue angle of 295.56º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431147 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 17 | 71 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.72 |
| HSL | 295.56º | 0.61% | 0.17% | - |
| HSV(B) | 295.56º | 0.76% | 0.28% | - |
| XYZ | 3.65 | 2.05 | 6.16 | - |
| YUV | 38.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 71 | 0.06 | 0.76 | 0 | 0.72 | 295.56 | 0.61 | 0.17 |
| Hex | 43 | 11 | 47 | 6 | 4C | 0 | 48 | 128 | 3D | 11 |
| Octal | 103 | 21 | 107 | 6 | 114 | 0 | 110 | 450 | 75 | 21 |
| Binary | 1000011 | 10001 | 1000111 | 110 | 1001100 | 0 | 1001000 | 100101000 | 111101 | 10001 |
Color Harmonies of #431147
Complementary color
Monochromatic Colors of #431147
Black with #431147
Text Example
Text Example
White with #431147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431147; }
p { color: rgb(67,17,71); }
H1.HeaderClassName
{
color: #431147;
}
.AnyTagClassName
{
color: #431147;
}
</style>
background-color css
<style>
a { background-color: #431147; }
a { background-color: rgb(67,17,71); }
div.DivClassName
{
background-color: #431147;
}
.BgClassName
{
background-color: #431147;
}
</style>
border-color css
<style>
span { border-color: #431147; }
span { border-color: rgb(67,17,71); }
td.TdClassName
{
border-color: #431147;
}
.TagClassName
{
border-color: #431147;
}
</style>