Shades of Mardi Gras #430D47
Tints of Mardi Gras #430D47
RGB
CMYK
RGB Variations
Color information
#430D47 (or 0x430D47) is known color: Mardi Gras. HEX triplet: 43, 0D and 47. RGB value is (67,13,71). Sum of RGB (Red+Green+Blue) = 67+13+71=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #430D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D47 is #BCF2B8. Grayscale: #232323. Windows color (decimal): -12382905 or 4656451. OLE color: 4656451.
HSL color Cylindrical-coordinate representation of color #430D47: hue angle of 295.86º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430D47 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 13 | 71 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.72 |
| HSL | 295.86º | 0.69% | 0.16% | - |
| HSV(B) | 295.86º | 0.82% | 0.28% | - |
| XYZ | 3.6 | 1.94 | 6.15 | - |
| YUV | 35.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 71 | 0.06 | 0.82 | 0 | 0.72 | 295.86 | 0.69 | 0.16 |
| Hex | 43 | D | 47 | 6 | 52 | 0 | 48 | 128 | 45 | 10 |
| Octal | 103 | 15 | 107 | 6 | 122 | 0 | 110 | 450 | 105 | 20 |
| Binary | 1000011 | 1101 | 1000111 | 110 | 1010010 | 0 | 1001000 | 100101000 | 1000101 | 10000 |
Color Harmonies of #430D47
Complementary color
Monochromatic Colors of #430D47
Black with #430D47
Text Example
Text Example
White with #430D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D47; }
p { color: rgb(67,13,71); }
H1.HeaderClassName
{
color: #430D47;
}
.AnyTagClassName
{
color: #430D47;
}
</style>
background-color css
<style>
a { background-color: #430D47; }
a { background-color: rgb(67,13,71); }
div.DivClassName
{
background-color: #430D47;
}
.BgClassName
{
background-color: #430D47;
}
</style>
border-color css
<style>
span { border-color: #430D47; }
span { border-color: rgb(67,13,71); }
td.TdClassName
{
border-color: #430D47;
}
.TagClassName
{
border-color: #430D47;
}
</style>