Shades of Mardi Gras #3B0641
Tints of Mardi Gras #3B0641
RGB
CMYK
RGB Variations
Color information
#3B0641 (or 0x3B0641) is known color: Mardi Gras. HEX triplet: 3B, 06 and 41. RGB value is (59,6,65). Sum of RGB (Red+Green+Blue) = 59+6+65=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B0641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0641 is #C4F9BE. Grayscale: #1C1C1C. Windows color (decimal): -12908991 or 4261435. OLE color: 4261435.
HSL color Cylindrical-coordinate representation of color #3B0641: hue angle of 293.9º 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 #3B0641 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 6 | 65 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.75 |
| HSL | 293.9º | 0.83% | 0.14% | - |
| HSV(B) | 293.9º | 0.91% | 0.25% | - |
| XYZ | 2.82 | 1.44 | 5.13 | - |
| YUV | 28.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 65 | 0.09 | 0.91 | 0 | 0.75 | 293.9 | 0.83 | 0.14 |
| Hex | 3B | 6 | 41 | 9 | 5B | 0 | 4B | 126 | 53 | E |
| Octal | 73 | 6 | 101 | 11 | 133 | 0 | 113 | 446 | 123 | 16 |
| Binary | 111011 | 110 | 1000001 | 1001 | 1011011 | 0 | 1001011 | 100100110 | 1010011 | 1110 |
Color Harmonies of #3B0641
Complementary color
Monochromatic Colors of #3B0641
Black with #3B0641
Text Example
Text Example
White with #3B0641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0641; }
p { color: rgb(59,6,65); }
H1.HeaderClassName
{
color: #3B0641;
}
.AnyTagClassName
{
color: #3B0641;
}
</style>
background-color css
<style>
a { background-color: #3B0641; }
a { background-color: rgb(59,6,65); }
div.DivClassName
{
background-color: #3B0641;
}
.BgClassName
{
background-color: #3B0641;
}
</style>
border-color css
<style>
span { border-color: #3B0641; }
span { border-color: rgb(59,6,65); }
td.TdClassName
{
border-color: #3B0641;
}
.TagClassName
{
border-color: #3B0641;
}
</style>