Shades of Paris M #372A61
Tints of Paris M #372A61
RGB
CMYK
RGB Variations
Color information
#372A61 (or 0x372A61) is known color: Paris M. HEX triplet: 37, 2A and 61. RGB value is (55,42,97). Sum of RGB (Red+Green+Blue) = 55+42+97=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #372A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372A61 is #C8D59E. Grayscale: #333333. Windows color (decimal): -13161887 or 6367799. OLE color: 6367799.
HSL color Cylindrical-coordinate representation of color #372A61: hue angle of 254.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #372A61 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 42 | 97 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.62 |
| HSL | 254.18º | 0.4% | 0.27% | - |
| HSV(B) | 254.18º | 0.57% | 0.38% | - |
| XYZ | 4.56 | 3.33 | 11.71 | - |
| YUV | 52.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 97 | 0.43 | 0.57 | 0 | 0.62 | 254.18 | 0.4 | 0.27 |
| Hex | 37 | 2A | 61 | 2B | 39 | 0 | 3E | FE | 28 | 1B |
| Octal | 67 | 52 | 141 | 53 | 71 | 0 | 76 | 376 | 50 | 33 |
| Binary | 110111 | 101010 | 1100001 | 101011 | 111001 | 0 | 111110 | 11111110 | 101000 | 11011 |
Color Harmonies of #372A61
Complementary color
Monochromatic Colors of #372A61
Black with #372A61
Text Example
Text Example
White with #372A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A61; }
p { color: rgb(55,42,97); }
H1.HeaderClassName
{
color: #372A61;
}
.AnyTagClassName
{
color: #372A61;
}
</style>
background-color css
<style>
a { background-color: #372A61; }
a { background-color: rgb(55,42,97); }
div.DivClassName
{
background-color: #372A61;
}
.BgClassName
{
background-color: #372A61;
}
</style>
border-color css
<style>
span { border-color: #372A61; }
span { border-color: rgb(55,42,97); }
td.TdClassName
{
border-color: #372A61;
}
.TagClassName
{
border-color: #372A61;
}
</style>