Shades of Mardi Gras #3B0640
Tints of Mardi Gras #3B0640
RGB
CMYK
RGB Variations
Color information
#3B0640 (or 0x3B0640) is known color: Mardi Gras. HEX triplet: 3B, 06 and 40. RGB value is (59,6,64). Sum of RGB (Red+Green+Blue) = 59+6+64=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B0640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0640 is #C4F9BF. Grayscale: #1C1C1C. Windows color (decimal): -12908992 or 4195899. OLE color: 4195899.
HSL color Cylindrical-coordinate representation of color #3B0640: hue angle of 294.83º 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 #3B0640 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 6 | 64 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.75 |
| HSL | 294.83º | 0.83% | 0.14% | - |
| HSV(B) | 294.83º | 0.91% | 0.25% | - |
| XYZ | 2.79 | 1.43 | 4.98 | - |
| YUV | 28.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 64 | 0.08 | 0.91 | 0 | 0.75 | 294.83 | 0.83 | 0.14 |
| Hex | 3B | 6 | 40 | 8 | 5B | 0 | 4B | 127 | 53 | E |
| Octal | 73 | 6 | 100 | 10 | 133 | 0 | 113 | 447 | 123 | 16 |
| Binary | 111011 | 110 | 1000000 | 1000 | 1011011 | 0 | 1001011 | 100100111 | 1010011 | 1110 |
Color Harmonies of #3B0640
Complementary color
Monochromatic Colors of #3B0640
Black with #3B0640
Text Example
Text Example
White with #3B0640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0640; }
p { color: rgb(59,6,64); }
H1.HeaderClassName
{
color: #3B0640;
}
.AnyTagClassName
{
color: #3B0640;
}
</style>
background-color css
<style>
a { background-color: #3B0640; }
a { background-color: rgb(59,6,64); }
div.DivClassName
{
background-color: #3B0640;
}
.BgClassName
{
background-color: #3B0640;
}
</style>
border-color css
<style>
span { border-color: #3B0640; }
span { border-color: rgb(59,6,64); }
td.TdClassName
{
border-color: #3B0640;
}
.TagClassName
{
border-color: #3B0640;
}
</style>