Shades of Mardi Gras #3A023A
Tints of Mardi Gras #3A023A
RGB
CMYK
RGB Variations
Color information
#3A023A (or 0x3A023A) is known color: Mardi Gras. HEX triplet: 3A, 02 and 3A. RGB value is (58,2,58). Sum of RGB (Red+Green+Blue) = 58+2+58=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A023A is #C5FDC5. Grayscale: #181818. Windows color (decimal): -12975558 or 3801658. OLE color: 3801658.
HSL color Cylindrical-coordinate representation of color #3A023A: hue angle of 300º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A023A is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 2 | 58 | - |
| CMYK | 0 | 0.97 | 0 | 0.77 |
| HSL | 300º | 0.93% | 0.12% | - |
| HSV(B) | 300º | 0.97% | 0.23% | - |
| XYZ | 2.53 | 1.25 | 4.11 | - |
| YUV | 25.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 58 | 0 | 0.97 | 0 | 0.77 | 300 | 0.93 | 0.12 |
| Hex | 3A | 2 | 3A | 0 | 61 | 0 | 4D | 12C | 5D | C |
| Octal | 72 | 2 | 72 | 0 | 141 | 0 | 115 | 454 | 135 | 14 |
| Binary | 111010 | 10 | 111010 | 0 | 1100001 | 0 | 1001101 | 100101100 | 1011101 | 1100 |
Color Harmonies of #3A023A
Complementary color
Monochromatic Colors of #3A023A
Black with #3A023A
Text Example
Text Example
White with #3A023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A023A; }
p { color: rgb(58,2,58); }
H1.HeaderClassName
{
color: #3A023A;
}
.AnyTagClassName
{
color: #3A023A;
}
</style>
background-color css
<style>
a { background-color: #3A023A; }
a { background-color: rgb(58,2,58); }
div.DivClassName
{
background-color: #3A023A;
}
.BgClassName
{
background-color: #3A023A;
}
</style>
border-color css
<style>
span { border-color: #3A023A; }
span { border-color: rgb(58,2,58); }
td.TdClassName
{
border-color: #3A023A;
}
.TagClassName
{
border-color: #3A023A;
}
</style>