Shades of Mardi Gras #431A44
Tints of Mardi Gras #431A44
RGB
CMYK
RGB Variations
Color information
#431A44 (or 0x431A44) is known color: Mardi Gras. HEX triplet: 43, 1A and 44. RGB value is (67,26,68). Sum of RGB (Red+Green+Blue) = 67+26+68=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 68 - color contains mainly: blue. Hex color #431A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A44 is #BCE5BB. Grayscale: #2A2A2A. Windows color (decimal): -12379580 or 4463171. OLE color: 4463171.
HSL color Cylindrical-coordinate representation of color #431A44: hue angle of 298.57º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #431A44 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 26 | 68 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.73 |
| HSL | 298.57º | 0.45% | 0.18% | - |
| HSV(B) | 298.57º | 0.62% | 0.27% | - |
| XYZ | 3.73 | 2.35 | 5.73 | - |
| YUV | 43.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 68 | 0.01 | 0.62 | 0 | 0.73 | 298.57 | 0.45 | 0.18 |
| Hex | 43 | 1A | 44 | 1 | 3E | 0 | 49 | 12B | 2D | 12 |
| Octal | 103 | 32 | 104 | 1 | 76 | 0 | 111 | 453 | 55 | 22 |
| Binary | 1000011 | 11010 | 1000100 | 1 | 111110 | 0 | 1001001 | 100101011 | 101101 | 10010 |
Color Harmonies of #431A44
Complementary color
Monochromatic Colors of #431A44
Black with #431A44
Text Example
Text Example
White with #431A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A44; }
p { color: rgb(67,26,68); }
H1.HeaderClassName
{
color: #431A44;
}
.AnyTagClassName
{
color: #431A44;
}
</style>
background-color css
<style>
a { background-color: #431A44; }
a { background-color: rgb(67,26,68); }
div.DivClassName
{
background-color: #431A44;
}
.BgClassName
{
background-color: #431A44;
}
</style>
border-color css
<style>
span { border-color: #431A44; }
span { border-color: rgb(67,26,68); }
td.TdClassName
{
border-color: #431A44;
}
.TagClassName
{
border-color: #431A44;
}
</style>