Shades of Mardi Gras #3A063E
Tints of Mardi Gras #3A063E
RGB
CMYK
RGB Variations
Color information
#3A063E (or 0x3A063E) is known color: Mardi Gras. HEX triplet: 3A, 06 and 3E. RGB value is (58,6,62). Sum of RGB (Red+Green+Blue) = 58+6+62=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A063E is #C5F9C1. Grayscale: #1B1B1B. Windows color (decimal): -12974530 or 4064826. OLE color: 4064826.
HSL color Cylindrical-coordinate representation of color #3A063E: hue angle of 295.71º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A063E is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 6 | 62 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.76 |
| HSL | 295.71º | 0.82% | 0.13% | - |
| HSV(B) | 295.71º | 0.9% | 0.24% | - |
| XYZ | 2.68 | 1.38 | 4.68 | - |
| YUV | 27.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 62 | 0.06 | 0.90 | 0 | 0.76 | 295.71 | 0.82 | 0.13 |
| Hex | 3A | 6 | 3E | 6 | 5A | 0 | 4C | 128 | 52 | D |
| Octal | 72 | 6 | 76 | 6 | 132 | 0 | 114 | 450 | 122 | 15 |
| Binary | 111010 | 110 | 111110 | 110 | 1011010 | 0 | 1001100 | 100101000 | 1010010 | 1101 |
Color Harmonies of #3A063E
Complementary color
Monochromatic Colors of #3A063E
Black with #3A063E
Text Example
Text Example
White with #3A063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A063E; }
p { color: rgb(58,6,62); }
H1.HeaderClassName
{
color: #3A063E;
}
.AnyTagClassName
{
color: #3A063E;
}
</style>
background-color css
<style>
a { background-color: #3A063E; }
a { background-color: rgb(58,6,62); }
div.DivClassName
{
background-color: #3A063E;
}
.BgClassName
{
background-color: #3A063E;
}
</style>
border-color css
<style>
span { border-color: #3A063E; }
span { border-color: rgb(58,6,62); }
td.TdClassName
{
border-color: #3A063E;
}
.TagClassName
{
border-color: #3A063E;
}
</style>