Shades of Mardi Gras #3A023D
Tints of Mardi Gras #3A023D
RGB
CMYK
RGB Variations
Color information
#3A023D (or 0x3A023D) is known color: Mardi Gras. HEX triplet: 3A, 02 and 3D. RGB value is (58,2,61). Sum of RGB (Red+Green+Blue) = 58+2+61=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A023D is #C5FDC2. Grayscale: #191919. Windows color (decimal): -12975555 or 3998266. OLE color: 3998266.
HSL color Cylindrical-coordinate representation of color #3A023D: hue angle of 296.95º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A023D is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 2 | 61 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.76 |
| HSL | 296.95º | 0.94% | 0.12% | - |
| HSV(B) | 296.95º | 0.97% | 0.24% | - |
| XYZ | 2.61 | 1.28 | 4.52 | - |
| YUV | 25.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 61 | 0.05 | 0.97 | 0 | 0.76 | 296.95 | 0.94 | 0.12 |
| Hex | 3A | 2 | 3D | 5 | 61 | 0 | 4C | 129 | 5E | C |
| Octal | 72 | 2 | 75 | 5 | 141 | 0 | 114 | 451 | 136 | 14 |
| Binary | 111010 | 10 | 111101 | 101 | 1100001 | 0 | 1001100 | 100101001 | 1011110 | 1100 |
Color Harmonies of #3A023D
Complementary color
Monochromatic Colors of #3A023D
Black with #3A023D
Text Example
Text Example
White with #3A023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A023D; }
p { color: rgb(58,2,61); }
H1.HeaderClassName
{
color: #3A023D;
}
.AnyTagClassName
{
color: #3A023D;
}
</style>
background-color css
<style>
a { background-color: #3A023D; }
a { background-color: rgb(58,2,61); }
div.DivClassName
{
background-color: #3A023D;
}
.BgClassName
{
background-color: #3A023D;
}
</style>
border-color css
<style>
span { border-color: #3A023D; }
span { border-color: rgb(58,2,61); }
td.TdClassName
{
border-color: #3A023D;
}
.TagClassName
{
border-color: #3A023D;
}
</style>