Shades of Mardi Gras #3C0642
Tints of Mardi Gras #3C0642
RGB
CMYK
RGB Variations
Color information
#3C0642 (or 0x3C0642) is known color: Mardi Gras. HEX triplet: 3C, 06 and 42. RGB value is (60,6,66). Sum of RGB (Red+Green+Blue) = 60+6+66=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #3C0642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0642 is #C3F9BD. Grayscale: #1C1C1C. Windows color (decimal): -12843454 or 4326972. OLE color: 4326972.
HSL color Cylindrical-coordinate representation of color #3C0642: hue angle of 294º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0642 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 6 | 66 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.74 |
| HSL | 294º | 0.83% | 0.14% | - |
| HSV(B) | 294º | 0.91% | 0.26% | - |
| XYZ | 2.91 | 1.48 | 5.29 | - |
| YUV | 28.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 66 | 0.09 | 0.91 | 0 | 0.74 | 294 | 0.83 | 0.14 |
| Hex | 3C | 6 | 42 | 9 | 5B | 0 | 4A | 126 | 53 | E |
| Octal | 74 | 6 | 102 | 11 | 133 | 0 | 112 | 446 | 123 | 16 |
| Binary | 111100 | 110 | 1000010 | 1001 | 1011011 | 0 | 1001010 | 100100110 | 1010011 | 1110 |
Color Harmonies of #3C0642
Complementary color
Monochromatic Colors of #3C0642
Black with #3C0642
Text Example
Text Example
White with #3C0642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0642; }
p { color: rgb(60,6,66); }
H1.HeaderClassName
{
color: #3C0642;
}
.AnyTagClassName
{
color: #3C0642;
}
</style>
background-color css
<style>
a { background-color: #3C0642; }
a { background-color: rgb(60,6,66); }
div.DivClassName
{
background-color: #3C0642;
}
.BgClassName
{
background-color: #3C0642;
}
</style>
border-color css
<style>
span { border-color: #3C0642; }
span { border-color: rgb(60,6,66); }
td.TdClassName
{
border-color: #3C0642;
}
.TagClassName
{
border-color: #3C0642;
}
</style>