Shades of Mardi Gras #3A153D
Tints of Mardi Gras #3A153D
RGB
CMYK
RGB Variations
Color information
#3A153D (or 0x3A153D) is known color: Mardi Gras. HEX triplet: 3A, 15 and 3D. RGB value is (58,21,61). Sum of RGB (Red+Green+Blue) = 58+21+61=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A153D is #C5EAC2. Grayscale: #242424. Windows color (decimal): -12970691 or 4003130. OLE color: 4003130.
HSL color Cylindrical-coordinate representation of color #3A153D: hue angle of 295.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A153D is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 21 | 61 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.76 |
| HSL | 295.5º | 0.49% | 0.16% | - |
| HSV(B) | 295.5º | 0.66% | 0.24% | - |
| XYZ | 2.86 | 1.77 | 4.61 | - |
| YUV | 36.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 61 | 0.05 | 0.66 | 0 | 0.76 | 295.5 | 0.49 | 0.16 |
| Hex | 3A | 15 | 3D | 5 | 42 | 0 | 4C | 128 | 31 | 10 |
| Octal | 72 | 25 | 75 | 5 | 102 | 0 | 114 | 450 | 61 | 20 |
| Binary | 111010 | 10101 | 111101 | 101 | 1000010 | 0 | 1001100 | 100101000 | 110001 | 10000 |
Color Harmonies of #3A153D
Complementary color
Monochromatic Colors of #3A153D
Black with #3A153D
Text Example
Text Example
White with #3A153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A153D; }
p { color: rgb(58,21,61); }
H1.HeaderClassName
{
color: #3A153D;
}
.AnyTagClassName
{
color: #3A153D;
}
</style>
background-color css
<style>
a { background-color: #3A153D; }
a { background-color: rgb(58,21,61); }
div.DivClassName
{
background-color: #3A153D;
}
.BgClassName
{
background-color: #3A153D;
}
</style>
border-color css
<style>
span { border-color: #3A153D; }
span { border-color: rgb(58,21,61); }
td.TdClassName
{
border-color: #3A153D;
}
.TagClassName
{
border-color: #3A153D;
}
</style>