Shades of Paris M #362C5F
Tints of Paris M #362C5F
RGB
CMYK
RGB Variations
Color information
#362C5F (or 0x362C5F) is known color: Paris M. HEX triplet: 36, 2C and 5F. RGB value is (54,44,95). Sum of RGB (Red+Green+Blue) = 54+44+95=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #362C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C5F is #C9D3A0. Grayscale: #343434. Windows color (decimal): -13226913 or 6237238. OLE color: 6237238.
HSL color Cylindrical-coordinate representation of color #362C5F: hue angle of 251.76º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #362C5F is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 44 | 95 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.63 |
| HSL | 251.76º | 0.37% | 0.27% | - |
| HSV(B) | 251.76º | 0.54% | 0.37% | - |
| XYZ | 4.49 | 3.41 | 11.25 | - |
| YUV | 52.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 95 | 0.43 | 0.54 | 0 | 0.63 | 251.76 | 0.37 | 0.27 |
| Hex | 36 | 2C | 5F | 2B | 36 | 0 | 3F | FC | 25 | 1B |
| Octal | 66 | 54 | 137 | 53 | 66 | 0 | 77 | 374 | 45 | 33 |
| Binary | 110110 | 101100 | 1011111 | 101011 | 110110 | 0 | 111111 | 11111100 | 100101 | 11011 |
Color Harmonies of #362C5F
Complementary color
Monochromatic Colors of #362C5F
Black with #362C5F
Text Example
Text Example
White with #362C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C5F; }
p { color: rgb(54,44,95); }
H1.HeaderClassName
{
color: #362C5F;
}
.AnyTagClassName
{
color: #362C5F;
}
</style>
background-color css
<style>
a { background-color: #362C5F; }
a { background-color: rgb(54,44,95); }
div.DivClassName
{
background-color: #362C5F;
}
.BgClassName
{
background-color: #362C5F;
}
</style>
border-color css
<style>
span { border-color: #362C5F; }
span { border-color: rgb(54,44,95); }
td.TdClassName
{
border-color: #362C5F;
}
.TagClassName
{
border-color: #362C5F;
}
</style>