Shades of Mardi Gras #360538
Tints of Mardi Gras #360538
RGB
CMYK
RGB Variations
Color information
#360538 (or 0x360538) is known color: Mardi Gras. HEX triplet: 36, 05 and 38. RGB value is (54,5,56). Sum of RGB (Red+Green+Blue) = 54+5+56=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #360538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360538 is #C9FAC7. Grayscale: #191919. Windows color (decimal): -13236936 or 3671350. OLE color: 3671350.
HSL color Cylindrical-coordinate representation of color #360538: hue angle of 297.65º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360538 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 5 | 56 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.78 |
| HSL | 297.65º | 0.84% | 0.12% | - |
| HSV(B) | 297.65º | 0.91% | 0.22% | - |
| XYZ | 2.29 | 1.18 | 3.85 | - |
| YUV | 25.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 56 | 0.04 | 0.91 | 0 | 0.78 | 297.65 | 0.84 | 0.12 |
| Hex | 36 | 5 | 38 | 4 | 5B | 0 | 4E | 12A | 54 | C |
| Octal | 66 | 5 | 70 | 4 | 133 | 0 | 116 | 452 | 124 | 14 |
| Binary | 110110 | 101 | 111000 | 100 | 1011011 | 0 | 1001110 | 100101010 | 1010100 | 1100 |
Color Harmonies of #360538
Complementary color
Monochromatic Colors of #360538
Black with #360538
Text Example
Text Example
White with #360538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360538; }
p { color: rgb(54,5,56); }
H1.HeaderClassName
{
color: #360538;
}
.AnyTagClassName
{
color: #360538;
}
</style>
background-color css
<style>
a { background-color: #360538; }
a { background-color: rgb(54,5,56); }
div.DivClassName
{
background-color: #360538;
}
.BgClassName
{
background-color: #360538;
}
</style>
border-color css
<style>
span { border-color: #360538; }
span { border-color: rgb(54,5,56); }
td.TdClassName
{
border-color: #360538;
}
.TagClassName
{
border-color: #360538;
}
</style>