Shades of Mardi Gras #3A173D
Tints of Mardi Gras #3A173D
RGB
CMYK
RGB Variations
Color information
#3A173D (or 0x3A173D) is known color: Mardi Gras. HEX triplet: 3A, 17 and 3D. RGB value is (58,23,61). Sum of RGB (Red+Green+Blue) = 58+23+61=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A173D is #C5E8C2. Grayscale: #252525. Windows color (decimal): -12970179 or 4003642. OLE color: 4003642.
HSL color Cylindrical-coordinate representation of color #3A173D: hue angle of 295.26º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A173D is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 23 | 61 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.76 |
| HSL | 295.26º | 0.45% | 0.16% | - |
| HSV(B) | 295.26º | 0.62% | 0.24% | - |
| XYZ | 2.89 | 1.85 | 4.62 | - |
| YUV | 37.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 61 | 0.05 | 0.62 | 0 | 0.76 | 295.26 | 0.45 | 0.16 |
| Hex | 3A | 17 | 3D | 5 | 3E | 0 | 4C | 127 | 2D | 10 |
| Octal | 72 | 27 | 75 | 5 | 76 | 0 | 114 | 447 | 55 | 20 |
| Binary | 111010 | 10111 | 111101 | 101 | 111110 | 0 | 1001100 | 100100111 | 101101 | 10000 |
Color Harmonies of #3A173D
Complementary color
Monochromatic Colors of #3A173D
Black with #3A173D
Text Example
Text Example
White with #3A173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A173D; }
p { color: rgb(58,23,61); }
H1.HeaderClassName
{
color: #3A173D;
}
.AnyTagClassName
{
color: #3A173D;
}
</style>
background-color css
<style>
a { background-color: #3A173D; }
a { background-color: rgb(58,23,61); }
div.DivClassName
{
background-color: #3A173D;
}
.BgClassName
{
background-color: #3A173D;
}
</style>
border-color css
<style>
span { border-color: #3A173D; }
span { border-color: rgb(58,23,61); }
td.TdClassName
{
border-color: #3A173D;
}
.TagClassName
{
border-color: #3A173D;
}
</style>