Shades of Mardi Gras #40023C
Tints of Mardi Gras #40023C
RGB
CMYK
RGB Variations
Color information
#40023C (or 0x40023C) is known color: Mardi Gras. HEX triplet: 40, 02 and 3C. RGB value is (64,2,60). Sum of RGB (Red+Green+Blue) = 64+2+60=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40023C is #BFFDC3. Grayscale: #1A1A1A. Windows color (decimal): -12582340 or 3932736. OLE color: 3932736.
HSL color Cylindrical-coordinate representation of color #40023C: hue angle of 303.87º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40023C is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 60 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.75 |
| HSL | 303.87º | 0.94% | 0.13% | - |
| HSV(B) | 303.87º | 0.97% | 0.25% | - |
| XYZ | 2.95 | 1.46 | 4.4 | - |
| YUV | 27.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 60 | 0 | 0.97 | 0.06 | 0.75 | 303.87 | 0.94 | 0.13 |
| Hex | 40 | 2 | 3C | 0 | 61 | 6 | 4B | 130 | 5E | D |
| Octal | 100 | 2 | 74 | 0 | 141 | 6 | 113 | 460 | 136 | 15 |
| Binary | 1000000 | 10 | 111100 | 0 | 1100001 | 110 | 1001011 | 100110000 | 1011110 | 1101 |
Color Harmonies of #40023C
Complementary color
Monochromatic Colors of #40023C
Black with #40023C
Text Example
Text Example
White with #40023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40023C; }
p { color: rgb(64,2,60); }
H1.HeaderClassName
{
color: #40023C;
}
.AnyTagClassName
{
color: #40023C;
}
</style>
background-color css
<style>
a { background-color: #40023C; }
a { background-color: rgb(64,2,60); }
div.DivClassName
{
background-color: #40023C;
}
.BgClassName
{
background-color: #40023C;
}
</style>
border-color css
<style>
span { border-color: #40023C; }
span { border-color: rgb(64,2,60); }
td.TdClassName
{
border-color: #40023C;
}
.TagClassName
{
border-color: #40023C;
}
</style>