Shades of Mardi Gras #431349
Tints of Mardi Gras #431349
RGB
CMYK
RGB Variations
Color information
#431349 (or 0x431349) is known color: Mardi Gras. HEX triplet: 43, 13 and 49. RGB value is (67,19,73). Sum of RGB (Red+Green+Blue) = 67+19+73=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #431349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431349 is #BCECB6. Grayscale: #272727. Windows color (decimal): -12381367 or 4789059. OLE color: 4789059.
HSL color Cylindrical-coordinate representation of color #431349: hue angle of 293.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #431349 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 19 | 73 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.71 |
| HSL | 293.33º | 0.59% | 0.18% | - |
| HSV(B) | 293.33º | 0.74% | 0.29% | - |
| XYZ | 3.75 | 2.14 | 6.52 | - |
| YUV | 39.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 73 | 0.08 | 0.74 | 0 | 0.71 | 293.33 | 0.59 | 0.18 |
| Hex | 43 | 13 | 49 | 8 | 4A | 0 | 47 | 125 | 3B | 12 |
| Octal | 103 | 23 | 111 | 10 | 112 | 0 | 107 | 445 | 73 | 22 |
| Binary | 1000011 | 10011 | 1001001 | 1000 | 1001010 | 0 | 1000111 | 100100101 | 111011 | 10010 |
Color Harmonies of #431349
Complementary color
Monochromatic Colors of #431349
Black with #431349
Text Example
Text Example
White with #431349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431349; }
p { color: rgb(67,19,73); }
H1.HeaderClassName
{
color: #431349;
}
.AnyTagClassName
{
color: #431349;
}
</style>
background-color css
<style>
a { background-color: #431349; }
a { background-color: rgb(67,19,73); }
div.DivClassName
{
background-color: #431349;
}
.BgClassName
{
background-color: #431349;
}
</style>
border-color css
<style>
span { border-color: #431349; }
span { border-color: rgb(67,19,73); }
td.TdClassName
{
border-color: #431349;
}
.TagClassName
{
border-color: #431349;
}
</style>