Shades of Mardi Gras #430445
Tints of Mardi Gras #430445
RGB
CMYK
RGB Variations
Color information
#430445 (or 0x430445) is known color: Mardi Gras. HEX triplet: 43, 04 and 45. RGB value is (67,4,69). Sum of RGB (Red+Green+Blue) = 67+4+69=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #430445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430445 is #BCFBBA. Grayscale: #1E1E1E. Windows color (decimal): -12385211 or 4523075. OLE color: 4523075.
HSL color Cylindrical-coordinate representation of color #430445: hue angle of 298.15º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430445 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 4 | 69 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.73 |
| HSL | 298.15º | 0.89% | 0.14% | - |
| HSV(B) | 298.15º | 0.94% | 0.27% | - |
| XYZ | 3.43 | 1.71 | 5.78 | - |
| YUV | 30.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 69 | 0.03 | 0.94 | 0 | 0.73 | 298.15 | 0.89 | 0.14 |
| Hex | 43 | 4 | 45 | 3 | 5E | 0 | 49 | 12A | 59 | E |
| Octal | 103 | 4 | 105 | 3 | 136 | 0 | 111 | 452 | 131 | 16 |
| Binary | 1000011 | 100 | 1000101 | 11 | 1011110 | 0 | 1001001 | 100101010 | 1011001 | 1110 |
Color Harmonies of #430445
Complementary color
Monochromatic Colors of #430445
Black with #430445
Text Example
Text Example
White with #430445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430445; }
p { color: rgb(67,4,69); }
H1.HeaderClassName
{
color: #430445;
}
.AnyTagClassName
{
color: #430445;
}
</style>
background-color css
<style>
a { background-color: #430445; }
a { background-color: rgb(67,4,69); }
div.DivClassName
{
background-color: #430445;
}
.BgClassName
{
background-color: #430445;
}
</style>
border-color css
<style>
span { border-color: #430445; }
span { border-color: rgb(67,4,69); }
td.TdClassName
{
border-color: #430445;
}
.TagClassName
{
border-color: #430445;
}
</style>