Shades of Paris M #362C5D
Tints of Paris M #362C5D
RGB
CMYK
RGB Variations
Color information
#362C5D (or 0x362C5D) is known color: Paris M. HEX triplet: 36, 2C and 5D. RGB value is (54,44,93). Sum of RGB (Red+Green+Blue) = 54+44+93=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #362C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C5D is #C9D3A2. Grayscale: #343434. Windows color (decimal): -13226915 or 6106166. OLE color: 6106166.
HSL color Cylindrical-coordinate representation of color #362C5D: hue angle of 252.24º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #362C5D is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 44 | 93 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.64 |
| HSL | 252.24º | 0.36% | 0.27% | - |
| HSV(B) | 252.24º | 0.53% | 0.36% | - |
| XYZ | 4.4 | 3.38 | 10.78 | - |
| YUV | 52.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 93 | 0.42 | 0.53 | 0 | 0.64 | 252.24 | 0.36 | 0.27 |
| Hex | 36 | 2C | 5D | 2A | 35 | 0 | 40 | FC | 24 | 1B |
| Octal | 66 | 54 | 135 | 52 | 65 | 0 | 100 | 374 | 44 | 33 |
| Binary | 110110 | 101100 | 1011101 | 101010 | 110101 | 0 | 1000000 | 11111100 | 100100 | 11011 |
Color Harmonies of #362C5D
Complementary color
Monochromatic Colors of #362C5D
Black with #362C5D
Text Example
Text Example
White with #362C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C5D; }
p { color: rgb(54,44,93); }
H1.HeaderClassName
{
color: #362C5D;
}
.AnyTagClassName
{
color: #362C5D;
}
</style>
background-color css
<style>
a { background-color: #362C5D; }
a { background-color: rgb(54,44,93); }
div.DivClassName
{
background-color: #362C5D;
}
.BgClassName
{
background-color: #362C5D;
}
</style>
border-color css
<style>
span { border-color: #362C5D; }
span { border-color: rgb(54,44,93); }
td.TdClassName
{
border-color: #362C5D;
}
.TagClassName
{
border-color: #362C5D;
}
</style>