Shades of Paris M #36275F
Tints of Paris M #36275F
RGB
CMYK
RGB Variations
Color information
#36275F (or 0x36275F) is known color: Paris M. HEX triplet: 36, 27 and 5F. RGB value is (54,39,95). Sum of RGB (Red+Green+Blue) = 54+39+95=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #36275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36275F is #C9D8A0. Grayscale: #313131. Windows color (decimal): -13228193 or 6235958. OLE color: 6235958.
HSL color Cylindrical-coordinate representation of color #36275F: hue angle of 256.07º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36275F is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 39 | 95 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.63 |
| HSL | 256.07º | 0.42% | 0.26% | - |
| HSV(B) | 256.07º | 0.59% | 0.37% | - |
| XYZ | 4.31 | 3.06 | 11.19 | - |
| YUV | 49.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 95 | 0.43 | 0.59 | 0 | 0.63 | 256.07 | 0.42 | 0.26 |
| Hex | 36 | 27 | 5F | 2B | 3B | 0 | 3F | 100 | 2A | 1A |
| Octal | 66 | 47 | 137 | 53 | 73 | 0 | 77 | 400 | 52 | 32 |
| Binary | 110110 | 100111 | 1011111 | 101011 | 111011 | 0 | 111111 | 100000000 | 101010 | 11010 |
Color Harmonies of #36275F
Complementary color
Monochromatic Colors of #36275F
Black with #36275F
Text Example
Text Example
White with #36275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36275F; }
p { color: rgb(54,39,95); }
H1.HeaderClassName
{
color: #36275F;
}
.AnyTagClassName
{
color: #36275F;
}
</style>
background-color css
<style>
a { background-color: #36275F; }
a { background-color: rgb(54,39,95); }
div.DivClassName
{
background-color: #36275F;
}
.BgClassName
{
background-color: #36275F;
}
</style>
border-color css
<style>
span { border-color: #36275F; }
span { border-color: rgb(54,39,95); }
td.TdClassName
{
border-color: #36275F;
}
.TagClassName
{
border-color: #36275F;
}
</style>