Shades of Mardi Gras #3A203D
Tints of Mardi Gras #3A203D
RGB
CMYK
RGB Variations
Color information
#3A203D (or 0x3A203D) is known color: Mardi Gras. HEX triplet: 3A, 20 and 3D. RGB value is (58,32,61). Sum of RGB (Red+Green+Blue) = 58+32+61=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A203D is #C5DFC2. Grayscale: #2A2A2A. Windows color (decimal): -12967875 or 4005946. OLE color: 4005946.
HSL color Cylindrical-coordinate representation of color #3A203D: hue angle of 293.79º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A203D is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 32 | 61 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.76 |
| HSL | 293.79º | 0.31% | 0.18% | - |
| HSV(B) | 293.79º | 0.48% | 0.24% | - |
| XYZ | 3.1 | 2.27 | 4.69 | - |
| YUV | 43.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 61 | 0.05 | 0.48 | 0 | 0.76 | 293.79 | 0.31 | 0.18 |
| Hex | 3A | 20 | 3D | 5 | 30 | 0 | 4C | 126 | 1F | 12 |
| Octal | 72 | 40 | 75 | 5 | 60 | 0 | 114 | 446 | 37 | 22 |
| Binary | 111010 | 100000 | 111101 | 101 | 110000 | 0 | 1001100 | 100100110 | 11111 | 10010 |
Color Harmonies of #3A203D
Complementary color
Monochromatic Colors of #3A203D
Black with #3A203D
Text Example
Text Example
White with #3A203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A203D; }
p { color: rgb(58,32,61); }
H1.HeaderClassName
{
color: #3A203D;
}
.AnyTagClassName
{
color: #3A203D;
}
</style>
background-color css
<style>
a { background-color: #3A203D; }
a { background-color: rgb(58,32,61); }
div.DivClassName
{
background-color: #3A203D;
}
.BgClassName
{
background-color: #3A203D;
}
</style>
border-color css
<style>
span { border-color: #3A203D; }
span { border-color: rgb(58,32,61); }
td.TdClassName
{
border-color: #3A203D;
}
.TagClassName
{
border-color: #3A203D;
}
</style>