Shades of Mardi Gras #431344
Tints of Mardi Gras #431344
RGB
CMYK
RGB Variations
Color information
#431344 (or 0x431344) is known color: Mardi Gras. HEX triplet: 43, 13 and 44. RGB value is (67,19,68). Sum of RGB (Red+Green+Blue) = 67+19+68=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 68 - color contains mainly: blue. Hex color #431344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431344 is #BCECBB. Grayscale: #262626. Windows color (decimal): -12381372 or 4461379. OLE color: 4461379.
HSL color Cylindrical-coordinate representation of color #431344: hue angle of 298.78º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431344 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 19 | 68 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.73 |
| HSL | 298.78º | 0.56% | 0.17% | - |
| HSV(B) | 298.78º | 0.72% | 0.27% | - |
| XYZ | 3.59 | 2.08 | 5.68 | - |
| YUV | 38.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 68 | 0.01 | 0.72 | 0 | 0.73 | 298.78 | 0.56 | 0.17 |
| Hex | 43 | 13 | 44 | 1 | 48 | 0 | 49 | 12B | 38 | 11 |
| Octal | 103 | 23 | 104 | 1 | 110 | 0 | 111 | 453 | 70 | 21 |
| Binary | 1000011 | 10011 | 1000100 | 1 | 1001000 | 0 | 1001001 | 100101011 | 111000 | 10001 |
Color Harmonies of #431344
Complementary color
Monochromatic Colors of #431344
Black with #431344
Text Example
Text Example
White with #431344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431344; }
p { color: rgb(67,19,68); }
H1.HeaderClassName
{
color: #431344;
}
.AnyTagClassName
{
color: #431344;
}
</style>
background-color css
<style>
a { background-color: #431344; }
a { background-color: rgb(67,19,68); }
div.DivClassName
{
background-color: #431344;
}
.BgClassName
{
background-color: #431344;
}
</style>
border-color css
<style>
span { border-color: #431344; }
span { border-color: rgb(67,19,68); }
td.TdClassName
{
border-color: #431344;
}
.TagClassName
{
border-color: #431344;
}
</style>