Shades of Mardi Gras #3C023A
Tints of Mardi Gras #3C023A
RGB
CMYK
RGB Variations
Color information
#3C023A (or 0x3C023A) is known color: Mardi Gras. HEX triplet: 3C, 02 and 3A. RGB value is (60,2,58). Sum of RGB (Red+Green+Blue) = 60+2+58=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C023A is #C3FDC5. Grayscale: #191919. Windows color (decimal): -12844486 or 3801660. OLE color: 3801660.
HSL color Cylindrical-coordinate representation of color #3C023A: hue angle of 302.07º 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 #3C023A is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 2 | 58 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.76 |
| HSL | 302.07º | 0.94% | 0.12% | - |
| HSV(B) | 302.07º | 0.97% | 0.24% | - |
| XYZ | 2.65 | 1.31 | 4.12 | - |
| YUV | 25.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 58 | 0 | 0.97 | 0.03 | 0.76 | 302.07 | 0.94 | 0.12 |
| Hex | 3C | 2 | 3A | 0 | 61 | 3 | 4C | 12E | 5E | C |
| Octal | 74 | 2 | 72 | 0 | 141 | 3 | 114 | 456 | 136 | 14 |
| Binary | 111100 | 10 | 111010 | 0 | 1100001 | 11 | 1001100 | 100101110 | 1011110 | 1100 |
Color Harmonies of #3C023A
Complementary color
Monochromatic Colors of #3C023A
Black with #3C023A
Text Example
Text Example
White with #3C023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C023A; }
p { color: rgb(60,2,58); }
H1.HeaderClassName
{
color: #3C023A;
}
.AnyTagClassName
{
color: #3C023A;
}
</style>
background-color css
<style>
a { background-color: #3C023A; }
a { background-color: rgb(60,2,58); }
div.DivClassName
{
background-color: #3C023A;
}
.BgClassName
{
background-color: #3C023A;
}
</style>
border-color css
<style>
span { border-color: #3C023A; }
span { border-color: rgb(60,2,58); }
td.TdClassName
{
border-color: #3C023A;
}
.TagClassName
{
border-color: #3C023A;
}
</style>