Shades of Mardi Gras #430E48
Tints of Mardi Gras #430E48
RGB
CMYK
RGB Variations
Color information
#430E48 (or 0x430E48) is known color: Mardi Gras. HEX triplet: 43, 0E and 48. RGB value is (67,14,72). Sum of RGB (Red+Green+Blue) = 67+14+72=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #430E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E48 is #BCF1B7. Grayscale: #242424. Windows color (decimal): -12382648 or 4722243. OLE color: 4722243.
HSL color Cylindrical-coordinate representation of color #430E48: hue angle of 294.83º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430E48 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 14 | 72 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.72 |
| HSL | 294.83º | 0.67% | 0.17% | - |
| HSV(B) | 294.83º | 0.81% | 0.28% | - |
| XYZ | 3.64 | 1.98 | 6.32 | - |
| YUV | 36.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 72 | 0.07 | 0.81 | 0 | 0.72 | 294.83 | 0.67 | 0.17 |
| Hex | 43 | E | 48 | 7 | 51 | 0 | 48 | 127 | 43 | 11 |
| Octal | 103 | 16 | 110 | 7 | 121 | 0 | 110 | 447 | 103 | 21 |
| Binary | 1000011 | 1110 | 1001000 | 111 | 1010001 | 0 | 1001000 | 100100111 | 1000011 | 10001 |
Color Harmonies of #430E48
Complementary color
Monochromatic Colors of #430E48
Black with #430E48
Text Example
Text Example
White with #430E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E48; }
p { color: rgb(67,14,72); }
H1.HeaderClassName
{
color: #430E48;
}
.AnyTagClassName
{
color: #430E48;
}
</style>
background-color css
<style>
a { background-color: #430E48; }
a { background-color: rgb(67,14,72); }
div.DivClassName
{
background-color: #430E48;
}
.BgClassName
{
background-color: #430E48;
}
</style>
border-color css
<style>
span { border-color: #430E48; }
span { border-color: rgb(67,14,72); }
td.TdClassName
{
border-color: #430E48;
}
.TagClassName
{
border-color: #430E48;
}
</style>