Shades of Mardi Gras #3A023E
Tints of Mardi Gras #3A023E
RGB
CMYK
RGB Variations
Color information
#3A023E (or 0x3A023E) is known color: Mardi Gras. HEX triplet: 3A, 02 and 3E. RGB value is (58,2,62). Sum of RGB (Red+Green+Blue) = 58+2+62=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A023E is #C5FDC1. Grayscale: #191919. Windows color (decimal): -12975554 or 4063802. OLE color: 4063802.
HSL color Cylindrical-coordinate representation of color #3A023E: hue angle of 296º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A023E is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 2 | 62 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.76 |
| HSL | 296º | 0.94% | 0.13% | - |
| HSV(B) | 296º | 0.97% | 0.24% | - |
| XYZ | 2.64 | 1.29 | 4.67 | - |
| YUV | 25.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 62 | 0.06 | 0.97 | 0 | 0.76 | 296 | 0.94 | 0.13 |
| Hex | 3A | 2 | 3E | 6 | 61 | 0 | 4C | 128 | 5E | D |
| Octal | 72 | 2 | 76 | 6 | 141 | 0 | 114 | 450 | 136 | 15 |
| Binary | 111010 | 10 | 111110 | 110 | 1100001 | 0 | 1001100 | 100101000 | 1011110 | 1101 |
Color Harmonies of #3A023E
Complementary color
Monochromatic Colors of #3A023E
Black with #3A023E
Text Example
Text Example
White with #3A023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A023E; }
p { color: rgb(58,2,62); }
H1.HeaderClassName
{
color: #3A023E;
}
.AnyTagClassName
{
color: #3A023E;
}
</style>
background-color css
<style>
a { background-color: #3A023E; }
a { background-color: rgb(58,2,62); }
div.DivClassName
{
background-color: #3A023E;
}
.BgClassName
{
background-color: #3A023E;
}
</style>
border-color css
<style>
span { border-color: #3A023E; }
span { border-color: rgb(58,2,62); }
td.TdClassName
{
border-color: #3A023E;
}
.TagClassName
{
border-color: #3A023E;
}
</style>