Shades of Mardi Gras #431447
Tints of Mardi Gras #431447
RGB
CMYK
RGB Variations
Color information
#431447 (or 0x431447) is known color: Mardi Gras. HEX triplet: 43, 14 and 47. RGB value is (67,20,71). Sum of RGB (Red+Green+Blue) = 67+20+71=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #431447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431447 is #BCEBB8. Grayscale: #272727. Windows color (decimal): -12381113 or 4658243. OLE color: 4658243.
HSL color Cylindrical-coordinate representation of color #431447: hue angle of 295.29º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431447 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 20 | 71 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.72 |
| HSL | 295.29º | 0.56% | 0.18% | - |
| HSV(B) | 295.29º | 0.72% | 0.28% | - |
| XYZ | 3.7 | 2.15 | 6.18 | - |
| YUV | 39.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 71 | 0.06 | 0.72 | 0 | 0.72 | 295.29 | 0.56 | 0.18 |
| Hex | 43 | 14 | 47 | 6 | 48 | 0 | 48 | 127 | 38 | 12 |
| Octal | 103 | 24 | 107 | 6 | 110 | 0 | 110 | 447 | 70 | 22 |
| Binary | 1000011 | 10100 | 1000111 | 110 | 1001000 | 0 | 1001000 | 100100111 | 111000 | 10010 |
Color Harmonies of #431447
Complementary color
Monochromatic Colors of #431447
Black with #431447
Text Example
Text Example
White with #431447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431447; }
p { color: rgb(67,20,71); }
H1.HeaderClassName
{
color: #431447;
}
.AnyTagClassName
{
color: #431447;
}
</style>
background-color css
<style>
a { background-color: #431447; }
a { background-color: rgb(67,20,71); }
div.DivClassName
{
background-color: #431447;
}
.BgClassName
{
background-color: #431447;
}
</style>
border-color css
<style>
span { border-color: #431447; }
span { border-color: rgb(67,20,71); }
td.TdClassName
{
border-color: #431447;
}
.TagClassName
{
border-color: #431447;
}
</style>