Shades of Paris M #32256A
Tints of Paris M #32256A
RGB
CMYK
RGB Variations
Color information
#32256A (or 0x32256A) is known color: Paris M. HEX triplet: 32, 25 and 6A. RGB value is (50,37,106). Sum of RGB (Red+Green+Blue) = 50+37+106=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #32256A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32256A is #CDDA95. Grayscale: #303030. Windows color (decimal): -13490838 or 6956338. OLE color: 6956338.
HSL color Cylindrical-coordinate representation of color #32256A: hue angle of 251.3º degrees, saturation: 0.48, 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 #32256A is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 37 | 106 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.58 |
| HSL | 251.3º | 0.48% | 0.28% | - |
| HSV(B) | 251.3º | 0.65% | 0.42% | - |
| XYZ | 4.58 | 3.04 | 13.98 | - |
| YUV | 48.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 106 | 0.53 | 0.65 | 0 | 0.58 | 251.3 | 0.48 | 0.28 |
| Hex | 32 | 25 | 6A | 35 | 41 | 0 | 3A | FB | 30 | 1C |
| Octal | 62 | 45 | 152 | 65 | 101 | 0 | 72 | 373 | 60 | 34 |
| Binary | 110010 | 100101 | 1101010 | 110101 | 1000001 | 0 | 111010 | 11111011 | 110000 | 11100 |
Color Harmonies of #32256A
Complementary color
Monochromatic Colors of #32256A
Black with #32256A
Text Example
Text Example
White with #32256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32256A; }
p { color: rgb(50,37,106); }
H1.HeaderClassName
{
color: #32256A;
}
.AnyTagClassName
{
color: #32256A;
}
</style>
background-color css
<style>
a { background-color: #32256A; }
a { background-color: rgb(50,37,106); }
div.DivClassName
{
background-color: #32256A;
}
.BgClassName
{
background-color: #32256A;
}
</style>
border-color css
<style>
span { border-color: #32256A; }
span { border-color: rgb(50,37,106); }
td.TdClassName
{
border-color: #32256A;
}
.TagClassName
{
border-color: #32256A;
}
</style>