Shades of Mardi Gras #350039
Tints of Mardi Gras #350039
RGB
CMYK
RGB Variations
Color information
#350039 (or 0x350039) is known color: Mardi Gras. HEX triplet: 35, 00 and 39. RGB value is (53,0,57). Sum of RGB (Red+Green+Blue) = 53+0+57=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #350039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350039 is #CAFFC6. Grayscale: #161616. Windows color (decimal): -13303751 or 3735605. OLE color: 3735605.
HSL color Cylindrical-coordinate representation of color #350039: hue angle of 295.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350039 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 0 | 57 | - |
| CMYK | 0.07 | 1 | 0 | 0.78 |
| HSL | 295.79º | 1% | 0.11% | - |
| HSV(B) | 295.79º | 1% | 0.22% | - |
| XYZ | 2.21 | 1.05 | 3.96 | - |
| YUV | 22.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 57 | 0.07 | 1 | 0 | 0.78 | 295.79 | 1 | 0.11 |
| Hex | 35 | 0 | 39 | 7 | 64 | 0 | 4E | 128 | 64 | B |
| Octal | 65 | 0 | 71 | 7 | 144 | 0 | 116 | 450 | 144 | 13 |
| Binary | 110101 | 0 | 111001 | 111 | 1100100 | 0 | 1001110 | 100101000 | 1100100 | 1011 |
Color Harmonies of #350039
Complementary color
Monochromatic Colors of #350039
Black with #350039
Text Example
Text Example
White with #350039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350039; }
p { color: rgb(53,0,57); }
H1.HeaderClassName
{
color: #350039;
}
.AnyTagClassName
{
color: #350039;
}
</style>
background-color css
<style>
a { background-color: #350039; }
a { background-color: rgb(53,0,57); }
div.DivClassName
{
background-color: #350039;
}
.BgClassName
{
background-color: #350039;
}
</style>
border-color css
<style>
span { border-color: #350039; }
span { border-color: rgb(53,0,57); }
td.TdClassName
{
border-color: #350039;
}
.TagClassName
{
border-color: #350039;
}
</style>