Shades of Mardi Gras #3A113E
Tints of Mardi Gras #3A113E
RGB
CMYK
RGB Variations
Color information
#3A113E (or 0x3A113E) is known color: Mardi Gras. HEX triplet: 3A, 11 and 3E. RGB value is (58,17,62). Sum of RGB (Red+Green+Blue) = 58+17+62=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A113E is #C5EEC1. Grayscale: #222222. Windows color (decimal): -12971714 or 4067642. OLE color: 4067642.
HSL color Cylindrical-coordinate representation of color #3A113E: hue angle of 294.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A113E is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 17 | 62 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.76 |
| HSL | 294.67º | 0.57% | 0.15% | - |
| HSV(B) | 294.67º | 0.73% | 0.24% | - |
| XYZ | 2.81 | 1.65 | 4.73 | - |
| YUV | 34.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 62 | 0.06 | 0.73 | 0 | 0.76 | 294.67 | 0.57 | 0.15 |
| Hex | 3A | 11 | 3E | 6 | 49 | 0 | 4C | 127 | 39 | F |
| Octal | 72 | 21 | 76 | 6 | 111 | 0 | 114 | 447 | 71 | 17 |
| Binary | 111010 | 10001 | 111110 | 110 | 1001001 | 0 | 1001100 | 100100111 | 111001 | 1111 |
Color Harmonies of #3A113E
Complementary color
Monochromatic Colors of #3A113E
Black with #3A113E
Text Example
Text Example
White with #3A113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A113E; }
p { color: rgb(58,17,62); }
H1.HeaderClassName
{
color: #3A113E;
}
.AnyTagClassName
{
color: #3A113E;
}
</style>
background-color css
<style>
a { background-color: #3A113E; }
a { background-color: rgb(58,17,62); }
div.DivClassName
{
background-color: #3A113E;
}
.BgClassName
{
background-color: #3A113E;
}
</style>
border-color css
<style>
span { border-color: #3A113E; }
span { border-color: rgb(58,17,62); }
td.TdClassName
{
border-color: #3A113E;
}
.TagClassName
{
border-color: #3A113E;
}
</style>