Shades of Mardi Gras #430D46
Tints of Mardi Gras #430D46
RGB
CMYK
RGB Variations
Color information
#430D46 (or 0x430D46) is known color: Mardi Gras. HEX triplet: 43, 0D and 46. RGB value is (67,13,70). Sum of RGB (Red+Green+Blue) = 67+13+70=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #430D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D46 is #BCF2B9. Grayscale: #232323. Windows color (decimal): -12382906 or 4590915. OLE color: 4590915.
HSL color Cylindrical-coordinate representation of color #430D46: hue angle of 296.84º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D46 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 13 | 70 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.73 |
| HSL | 296.84º | 0.69% | 0.16% | - |
| HSV(B) | 296.84º | 0.81% | 0.27% | - |
| XYZ | 3.56 | 1.92 | 5.98 | - |
| YUV | 35.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 70 | 0.04 | 0.81 | 0 | 0.73 | 296.84 | 0.69 | 0.16 |
| Hex | 43 | D | 46 | 4 | 51 | 0 | 49 | 129 | 45 | 10 |
| Octal | 103 | 15 | 106 | 4 | 121 | 0 | 111 | 451 | 105 | 20 |
| Binary | 1000011 | 1101 | 1000110 | 100 | 1010001 | 0 | 1001001 | 100101001 | 1000101 | 10000 |
Color Harmonies of #430D46
Complementary color
Monochromatic Colors of #430D46
Black with #430D46
Text Example
Text Example
White with #430D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D46; }
p { color: rgb(67,13,70); }
H1.HeaderClassName
{
color: #430D46;
}
.AnyTagClassName
{
color: #430D46;
}
</style>
background-color css
<style>
a { background-color: #430D46; }
a { background-color: rgb(67,13,70); }
div.DivClassName
{
background-color: #430D46;
}
.BgClassName
{
background-color: #430D46;
}
</style>
border-color css
<style>
span { border-color: #430D46; }
span { border-color: rgb(67,13,70); }
td.TdClassName
{
border-color: #430D46;
}
.TagClassName
{
border-color: #430D46;
}
</style>