Shades of Mardi Gras #3A193D
Tints of Mardi Gras #3A193D
RGB
CMYK
RGB Variations
Color information
#3A193D (or 0x3A193D) is known color: Mardi Gras. HEX triplet: 3A, 19 and 3D. RGB value is (58,25,61). Sum of RGB (Red+Green+Blue) = 58+25+61=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A193D is #C5E6C2. Grayscale: #262626. Windows color (decimal): -12969667 or 4004154. OLE color: 4004154.
HSL color Cylindrical-coordinate representation of color #3A193D: hue angle of 295º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A193D is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 25 | 61 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.76 |
| HSL | 295º | 0.42% | 0.17% | - |
| HSV(B) | 295º | 0.59% | 0.24% | - |
| XYZ | 2.93 | 1.93 | 4.63 | - |
| YUV | 38.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 61 | 0.05 | 0.59 | 0 | 0.76 | 295 | 0.42 | 0.17 |
| Hex | 3A | 19 | 3D | 5 | 3B | 0 | 4C | 127 | 2A | 11 |
| Octal | 72 | 31 | 75 | 5 | 73 | 0 | 114 | 447 | 52 | 21 |
| Binary | 111010 | 11001 | 111101 | 101 | 111011 | 0 | 1001100 | 100100111 | 101010 | 10001 |
Color Harmonies of #3A193D
Complementary color
Monochromatic Colors of #3A193D
Black with #3A193D
Text Example
Text Example
White with #3A193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A193D; }
p { color: rgb(58,25,61); }
H1.HeaderClassName
{
color: #3A193D;
}
.AnyTagClassName
{
color: #3A193D;
}
</style>
background-color css
<style>
a { background-color: #3A193D; }
a { background-color: rgb(58,25,61); }
div.DivClassName
{
background-color: #3A193D;
}
.BgClassName
{
background-color: #3A193D;
}
</style>
border-color css
<style>
span { border-color: #3A193D; }
span { border-color: rgb(58,25,61); }
td.TdClassName
{
border-color: #3A193D;
}
.TagClassName
{
border-color: #3A193D;
}
</style>