Shades of Mardi Gras #430A48
Tints of Mardi Gras #430A48
RGB
CMYK
RGB Variations
Color information
#430A48 (or 0x430A48) is known color: Mardi Gras. HEX triplet: 43, 0A and 48. RGB value is (67,10,72). Sum of RGB (Red+Green+Blue) = 67+10+72=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #430A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A48 is #BCF5B7. Grayscale: #212121. Windows color (decimal): -12383672 or 4721219. OLE color: 4721219.
HSL color Cylindrical-coordinate representation of color #430A48: hue angle of 295.16º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #430A48 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 10 | 72 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.72 |
| HSL | 295.16º | 0.76% | 0.16% | - |
| HSV(B) | 295.16º | 0.86% | 0.28% | - |
| XYZ | 3.59 | 1.88 | 6.3 | - |
| YUV | 34.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 72 | 0.07 | 0.86 | 0 | 0.72 | 295.16 | 0.76 | 0.16 |
| Hex | 43 | A | 48 | 7 | 56 | 0 | 48 | 127 | 4C | 10 |
| Octal | 103 | 12 | 110 | 7 | 126 | 0 | 110 | 447 | 114 | 20 |
| Binary | 1000011 | 1010 | 1001000 | 111 | 1010110 | 0 | 1001000 | 100100111 | 1001100 | 10000 |
Color Harmonies of #430A48
Complementary color
Monochromatic Colors of #430A48
Black with #430A48
Text Example
Text Example
White with #430A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A48; }
p { color: rgb(67,10,72); }
H1.HeaderClassName
{
color: #430A48;
}
.AnyTagClassName
{
color: #430A48;
}
</style>
background-color css
<style>
a { background-color: #430A48; }
a { background-color: rgb(67,10,72); }
div.DivClassName
{
background-color: #430A48;
}
.BgClassName
{
background-color: #430A48;
}
</style>
border-color css
<style>
span { border-color: #430A48; }
span { border-color: rgb(67,10,72); }
td.TdClassName
{
border-color: #430A48;
}
.TagClassName
{
border-color: #430A48;
}
</style>