Shades of Mardi Gras #3F0640
Tints of Mardi Gras #3F0640
RGB
CMYK
RGB Variations
Color information
#3F0640 (or 0x3F0640) is known color: Mardi Gras. HEX triplet: 3F, 06 and 40. RGB value is (63,6,64). Sum of RGB (Red+Green+Blue) = 63+6+64=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F0640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0640 is #C0F9BF. Grayscale: #1D1D1D. Windows color (decimal): -12646848 or 4195903. OLE color: 4195903.
HSL color Cylindrical-coordinate representation of color #3F0640: hue angle of 298.97º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0640 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 64 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.75 |
| HSL | 298.97º | 0.83% | 0.14% | - |
| HSV(B) | 298.97º | 0.91% | 0.25% | - |
| XYZ | 3.04 | 1.56 | 4.99 | - |
| YUV | 29.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 64 | 0.02 | 0.91 | 0 | 0.75 | 298.97 | 0.83 | 0.14 |
| Hex | 3F | 6 | 40 | 2 | 5B | 0 | 4B | 12B | 53 | E |
| Octal | 77 | 6 | 100 | 2 | 133 | 0 | 113 | 453 | 123 | 16 |
| Binary | 111111 | 110 | 1000000 | 10 | 1011011 | 0 | 1001011 | 100101011 | 1010011 | 1110 |
Color Harmonies of #3F0640
Complementary color
Monochromatic Colors of #3F0640
Black with #3F0640
Text Example
Text Example
White with #3F0640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0640; }
p { color: rgb(63,6,64); }
H1.HeaderClassName
{
color: #3F0640;
}
.AnyTagClassName
{
color: #3F0640;
}
</style>
background-color css
<style>
a { background-color: #3F0640; }
a { background-color: rgb(63,6,64); }
div.DivClassName
{
background-color: #3F0640;
}
.BgClassName
{
background-color: #3F0640;
}
</style>
border-color css
<style>
span { border-color: #3F0640; }
span { border-color: rgb(63,6,64); }
td.TdClassName
{
border-color: #3F0640;
}
.TagClassName
{
border-color: #3F0640;
}
</style>