Shades of Paris M #32256B
Tints of Paris M #32256B
RGB
CMYK
RGB Variations
Color information
#32256B (or 0x32256B) is known color: Paris M. HEX triplet: 32, 25 and 6B. RGB value is (50,37,107). Sum of RGB (Red+Green+Blue) = 50+37+107=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #32256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32256B is #CDDA94. Grayscale: #303030. Windows color (decimal): -13490837 or 7021874. OLE color: 7021874.
HSL color Cylindrical-coordinate representation of color #32256B: hue angle of 251.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32256B is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 37 | 107 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.58 |
| HSL | 251.14º | 0.49% | 0.28% | - |
| HSV(B) | 251.14º | 0.65% | 0.42% | - |
| XYZ | 4.63 | 3.06 | 14.26 | - |
| YUV | 48.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 107 | 0.53 | 0.65 | 0 | 0.58 | 251.14 | 0.49 | 0.28 |
| Hex | 32 | 25 | 6B | 35 | 41 | 0 | 3A | FB | 31 | 1C |
| Octal | 62 | 45 | 153 | 65 | 101 | 0 | 72 | 373 | 61 | 34 |
| Binary | 110010 | 100101 | 1101011 | 110101 | 1000001 | 0 | 111010 | 11111011 | 110001 | 11100 |
Color Harmonies of #32256B
Complementary color
Monochromatic Colors of #32256B
Black with #32256B
Text Example
Text Example
White with #32256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32256B; }
p { color: rgb(50,37,107); }
H1.HeaderClassName
{
color: #32256B;
}
.AnyTagClassName
{
color: #32256B;
}
</style>
background-color css
<style>
a { background-color: #32256B; }
a { background-color: rgb(50,37,107); }
div.DivClassName
{
background-color: #32256B;
}
.BgClassName
{
background-color: #32256B;
}
</style>
border-color css
<style>
span { border-color: #32256B; }
span { border-color: rgb(50,37,107); }
td.TdClassName
{
border-color: #32256B;
}
.TagClassName
{
border-color: #32256B;
}
</style>