Shades of Mardi Gras #430242
Tints of Mardi Gras #430242
RGB
CMYK
RGB Variations
Color information
#430242 (or 0x430242) is known color: Mardi Gras. HEX triplet: 43, 02 and 42. RGB value is (67,2,66). Sum of RGB (Red+Green+Blue) = 67+2+66=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #430242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430242 is #BCFDBD. Grayscale: #1C1C1C. Windows color (decimal): -12385726 or 4325955. OLE color: 4325955.
HSL color Cylindrical-coordinate representation of color #430242: hue angle of 300.92º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430242 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 66 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.74 |
| HSL | 300.92º | 0.94% | 0.14% | - |
| HSV(B) | 300.92º | 0.97% | 0.26% | - |
| XYZ | 3.32 | 1.63 | 5.29 | - |
| YUV | 28.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 66 | 0 | 0.97 | 0.01 | 0.74 | 300.92 | 0.94 | 0.14 |
| Hex | 43 | 2 | 42 | 0 | 61 | 1 | 4A | 12D | 5E | E |
| Octal | 103 | 2 | 102 | 0 | 141 | 1 | 112 | 455 | 136 | 16 |
| Binary | 1000011 | 10 | 1000010 | 0 | 1100001 | 1 | 1001010 | 100101101 | 1011110 | 1110 |
Color Harmonies of #430242
Complementary color
Monochromatic Colors of #430242
Black with #430242
Text Example
Text Example
White with #430242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430242; }
p { color: rgb(67,2,66); }
H1.HeaderClassName
{
color: #430242;
}
.AnyTagClassName
{
color: #430242;
}
</style>
background-color css
<style>
a { background-color: #430242; }
a { background-color: rgb(67,2,66); }
div.DivClassName
{
background-color: #430242;
}
.BgClassName
{
background-color: #430242;
}
</style>
border-color css
<style>
span { border-color: #430242; }
span { border-color: rgb(67,2,66); }
td.TdClassName
{
border-color: #430242;
}
.TagClassName
{
border-color: #430242;
}
</style>