Shades of Mardi Gras #3A003E
Tints of Mardi Gras #3A003E
RGB
CMYK
RGB Variations
Color information
#3A003E (or 0x3A003E) is known color: Mardi Gras. HEX triplet: 3A, 00 and 3E. RGB value is (58,0,62). Sum of RGB (Red+Green+Blue) = 58+0+62=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A003E is #C5FFC1. Grayscale: #181818. Windows color (decimal): -12976066 or 4063290. OLE color: 4063290.
HSL color Cylindrical-coordinate representation of color #3A003E: hue angle of 296.13º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A003E is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 0 | 62 | - |
| CMYK | 0.06 | 1 | 0 | 0.76 |
| HSL | 296.13º | 1% | 0.12% | - |
| HSV(B) | 296.13º | 1% | 0.24% | - |
| XYZ | 2.61 | 1.25 | 4.66 | - |
| YUV | 24.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 62 | 0.06 | 1 | 0 | 0.76 | 296.13 | 1 | 0.12 |
| Hex | 3A | 0 | 3E | 6 | 64 | 0 | 4C | 128 | 64 | C |
| Octal | 72 | 0 | 76 | 6 | 144 | 0 | 114 | 450 | 144 | 14 |
| Binary | 111010 | 0 | 111110 | 110 | 1100100 | 0 | 1001100 | 100101000 | 1100100 | 1100 |
Color Harmonies of #3A003E
Complementary color
Monochromatic Colors of #3A003E
Black with #3A003E
Text Example
Text Example
White with #3A003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A003E; }
p { color: rgb(58,0,62); }
H1.HeaderClassName
{
color: #3A003E;
}
.AnyTagClassName
{
color: #3A003E;
}
</style>
background-color css
<style>
a { background-color: #3A003E; }
a { background-color: rgb(58,0,62); }
div.DivClassName
{
background-color: #3A003E;
}
.BgClassName
{
background-color: #3A003E;
}
</style>
border-color css
<style>
span { border-color: #3A003E; }
span { border-color: rgb(58,0,62); }
td.TdClassName
{
border-color: #3A003E;
}
.TagClassName
{
border-color: #3A003E;
}
</style>