Shades of Mardi Gras #3A013E
Tints of Mardi Gras #3A013E
RGB
CMYK
RGB Variations
Color information
#3A013E (or 0x3A013E) is known color: Mardi Gras. HEX triplet: 3A, 01 and 3E. RGB value is (58,1,62). Sum of RGB (Red+Green+Blue) = 58+1+62=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A013E is #C5FEC1. Grayscale: #181818. Windows color (decimal): -12975810 or 4063546. OLE color: 4063546.
HSL color Cylindrical-coordinate representation of color #3A013E: hue angle of 296.07º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A013E is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 1 | 62 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.76 |
| HSL | 296.07º | 0.97% | 0.12% | - |
| HSV(B) | 296.07º | 0.98% | 0.24% | - |
| XYZ | 2.63 | 1.27 | 4.66 | - |
| YUV | 25 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 62 | 0.06 | 0.98 | 0 | 0.76 | 296.07 | 0.97 | 0.12 |
| Hex | 3A | 1 | 3E | 6 | 62 | 0 | 4C | 128 | 61 | C |
| Octal | 72 | 1 | 76 | 6 | 142 | 0 | 114 | 450 | 141 | 14 |
| Binary | 111010 | 1 | 111110 | 110 | 1100010 | 0 | 1001100 | 100101000 | 1100001 | 1100 |
Color Harmonies of #3A013E
Complementary color
Monochromatic Colors of #3A013E
Black with #3A013E
Text Example
Text Example
White with #3A013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A013E; }
p { color: rgb(58,1,62); }
H1.HeaderClassName
{
color: #3A013E;
}
.AnyTagClassName
{
color: #3A013E;
}
</style>
background-color css
<style>
a { background-color: #3A013E; }
a { background-color: rgb(58,1,62); }
div.DivClassName
{
background-color: #3A013E;
}
.BgClassName
{
background-color: #3A013E;
}
</style>
border-color css
<style>
span { border-color: #3A013E; }
span { border-color: rgb(58,1,62); }
td.TdClassName
{
border-color: #3A013E;
}
.TagClassName
{
border-color: #3A013E;
}
</style>