Shades of Mardi Gras #3A063F
Tints of Mardi Gras #3A063F
RGB
CMYK
RGB Variations
Color information
#3A063F (or 0x3A063F) is known color: Mardi Gras. HEX triplet: 3A, 06 and 3F. RGB value is (58,6,63). Sum of RGB (Red+Green+Blue) = 58+6+63=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A063F is #C5F9C0. Grayscale: #1B1B1B. Windows color (decimal): -12974529 or 4130362. OLE color: 4130362.
HSL color Cylindrical-coordinate representation of color #3A063F: hue angle of 294.74º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A063F is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 6 | 63 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.75 |
| HSL | 294.74º | 0.83% | 0.14% | - |
| HSV(B) | 294.74º | 0.9% | 0.25% | - |
| XYZ | 2.71 | 1.39 | 4.83 | - |
| YUV | 28.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 63 | 0.08 | 0.90 | 0 | 0.75 | 294.74 | 0.83 | 0.14 |
| Hex | 3A | 6 | 3F | 8 | 5A | 0 | 4B | 127 | 53 | E |
| Octal | 72 | 6 | 77 | 10 | 132 | 0 | 113 | 447 | 123 | 16 |
| Binary | 111010 | 110 | 111111 | 1000 | 1011010 | 0 | 1001011 | 100100111 | 1010011 | 1110 |
Color Harmonies of #3A063F
Complementary color
Monochromatic Colors of #3A063F
Black with #3A063F
Text Example
Text Example
White with #3A063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A063F; }
p { color: rgb(58,6,63); }
H1.HeaderClassName
{
color: #3A063F;
}
.AnyTagClassName
{
color: #3A063F;
}
</style>
background-color css
<style>
a { background-color: #3A063F; }
a { background-color: rgb(58,6,63); }
div.DivClassName
{
background-color: #3A063F;
}
.BgClassName
{
background-color: #3A063F;
}
</style>
border-color css
<style>
span { border-color: #3A063F; }
span { border-color: rgb(58,6,63); }
td.TdClassName
{
border-color: #3A063F;
}
.TagClassName
{
border-color: #3A063F;
}
</style>