Shades of Mardi Gras #3F1140
Tints of Mardi Gras #3F1140
RGB
CMYK
RGB Variations
Color information
#3F1140 (or 0x3F1140) is known color: Mardi Gras. HEX triplet: 3F, 11 and 40. RGB value is (63,17,64). Sum of RGB (Red+Green+Blue) = 63+17+64=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F1140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1140 is #C0EEBF. Grayscale: #232323. Windows color (decimal): -12644032 or 4198719. OLE color: 4198719.
HSL color Cylindrical-coordinate representation of color #3F1140: hue angle of 298.72º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1140 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 17 | 64 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.75 |
| HSL | 298.72º | 0.58% | 0.16% | - |
| HSV(B) | 298.72º | 0.73% | 0.25% | - |
| XYZ | 3.18 | 1.83 | 5.04 | - |
| YUV | 36.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 64 | 0.02 | 0.73 | 0 | 0.75 | 298.72 | 0.58 | 0.16 |
| Hex | 3F | 11 | 40 | 2 | 49 | 0 | 4B | 12B | 3A | 10 |
| Octal | 77 | 21 | 100 | 2 | 111 | 0 | 113 | 453 | 72 | 20 |
| Binary | 111111 | 10001 | 1000000 | 10 | 1001001 | 0 | 1001011 | 100101011 | 111010 | 10000 |
Color Harmonies of #3F1140
Complementary color
Monochromatic Colors of #3F1140
Black with #3F1140
Text Example
Text Example
White with #3F1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1140; }
p { color: rgb(63,17,64); }
H1.HeaderClassName
{
color: #3F1140;
}
.AnyTagClassName
{
color: #3F1140;
}
</style>
background-color css
<style>
a { background-color: #3F1140; }
a { background-color: rgb(63,17,64); }
div.DivClassName
{
background-color: #3F1140;
}
.BgClassName
{
background-color: #3F1140;
}
</style>
border-color css
<style>
span { border-color: #3F1140; }
span { border-color: rgb(63,17,64); }
td.TdClassName
{
border-color: #3F1140;
}
.TagClassName
{
border-color: #3F1140;
}
</style>