Shades of Mardi Gras #431346
Tints of Mardi Gras #431346
RGB
CMYK
RGB Variations
Color information
#431346 (or 0x431346) is known color: Mardi Gras. HEX triplet: 43, 13 and 46. RGB value is (67,19,70). Sum of RGB (Red+Green+Blue) = 67+19+70=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #431346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431346 is #BCECB9. Grayscale: #272727. Windows color (decimal): -12381370 or 4592451. OLE color: 4592451.
HSL color Cylindrical-coordinate representation of color #431346: hue angle of 296.47º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431346 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 19 | 70 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.73 |
| HSL | 296.47º | 0.57% | 0.17% | - |
| HSV(B) | 296.47º | 0.73% | 0.27% | - |
| XYZ | 3.65 | 2.1 | 6.01 | - |
| YUV | 39.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 70 | 0.04 | 0.73 | 0 | 0.73 | 296.47 | 0.57 | 0.17 |
| Hex | 43 | 13 | 46 | 4 | 49 | 0 | 49 | 128 | 39 | 11 |
| Octal | 103 | 23 | 106 | 4 | 111 | 0 | 111 | 450 | 71 | 21 |
| Binary | 1000011 | 10011 | 1000110 | 100 | 1001001 | 0 | 1001001 | 100101000 | 111001 | 10001 |
Color Harmonies of #431346
Complementary color
Monochromatic Colors of #431346
Black with #431346
Text Example
Text Example
White with #431346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431346; }
p { color: rgb(67,19,70); }
H1.HeaderClassName
{
color: #431346;
}
.AnyTagClassName
{
color: #431346;
}
</style>
background-color css
<style>
a { background-color: #431346; }
a { background-color: rgb(67,19,70); }
div.DivClassName
{
background-color: #431346;
}
.BgClassName
{
background-color: #431346;
}
</style>
border-color css
<style>
span { border-color: #431346; }
span { border-color: rgb(67,19,70); }
td.TdClassName
{
border-color: #431346;
}
.TagClassName
{
border-color: #431346;
}
</style>