Shades of Mardi Gras #3F0E46
Tints of Mardi Gras #3F0E46
RGB
CMYK
RGB Variations
Color information
#3F0E46 (or 0x3F0E46) is known color: Mardi Gras. HEX triplet: 3F, 0E and 46. RGB value is (63,14,70). Sum of RGB (Red+Green+Blue) = 63+14+70=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F0E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E46 is #C0F1B9. Grayscale: #222222. Windows color (decimal): -12644794 or 4591167. OLE color: 4591167.
HSL color Cylindrical-coordinate representation of color #3F0E46: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F0E46 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 14 | 70 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.73 |
| HSL | 292.5º | 0.67% | 0.16% | - |
| HSV(B) | 292.5º | 0.8% | 0.27% | - |
| XYZ | 3.31 | 1.81 | 5.97 | - |
| YUV | 35.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 70 | 0.10 | 0.80 | 0 | 0.73 | 292.5 | 0.67 | 0.16 |
| Hex | 3F | E | 46 | A | 50 | 0 | 49 | 124 | 43 | 10 |
| Octal | 77 | 16 | 106 | 12 | 120 | 0 | 111 | 444 | 103 | 20 |
| Binary | 111111 | 1110 | 1000110 | 1010 | 1010000 | 0 | 1001001 | 100100100 | 1000011 | 10000 |
Color Harmonies of #3F0E46
Complementary color
Monochromatic Colors of #3F0E46
Black with #3F0E46
Text Example
Text Example
White with #3F0E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0E46; }
p { color: rgb(63,14,70); }
H1.HeaderClassName
{
color: #3F0E46;
}
.AnyTagClassName
{
color: #3F0E46;
}
</style>
background-color css
<style>
a { background-color: #3F0E46; }
a { background-color: rgb(63,14,70); }
div.DivClassName
{
background-color: #3F0E46;
}
.BgClassName
{
background-color: #3F0E46;
}
</style>
border-color css
<style>
span { border-color: #3F0E46; }
span { border-color: rgb(63,14,70); }
td.TdClassName
{
border-color: #3F0E46;
}
.TagClassName
{
border-color: #3F0E46;
}
</style>