Shades of Paris M #32256C
Tints of Paris M #32256C
RGB
CMYK
RGB Variations
Color information
#32256C (or 0x32256C) is known color: Paris M. HEX triplet: 32, 25 and 6C. RGB value is (50,37,108). Sum of RGB (Red+Green+Blue) = 50+37+108=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #32256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32256C is #CDDA93. Grayscale: #303030. Windows color (decimal): -13490836 or 7087410. OLE color: 7087410.
HSL color Cylindrical-coordinate representation of color #32256C: hue angle of 250.99º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32256C is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 37 | 108 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.58 |
| HSL | 250.99º | 0.49% | 0.28% | - |
| HSV(B) | 250.99º | 0.66% | 0.42% | - |
| XYZ | 4.68 | 3.08 | 14.54 | - |
| YUV | 48.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 108 | 0.54 | 0.66 | 0 | 0.58 | 250.99 | 0.49 | 0.28 |
| Hex | 32 | 25 | 6C | 36 | 42 | 0 | 3A | FB | 31 | 1C |
| Octal | 62 | 45 | 154 | 66 | 102 | 0 | 72 | 373 | 61 | 34 |
| Binary | 110010 | 100101 | 1101100 | 110110 | 1000010 | 0 | 111010 | 11111011 | 110001 | 11100 |
Color Harmonies of #32256C
Complementary color
Monochromatic Colors of #32256C
Black with #32256C
Text Example
Text Example
White with #32256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32256C; }
p { color: rgb(50,37,108); }
H1.HeaderClassName
{
color: #32256C;
}
.AnyTagClassName
{
color: #32256C;
}
</style>
background-color css
<style>
a { background-color: #32256C; }
a { background-color: rgb(50,37,108); }
div.DivClassName
{
background-color: #32256C;
}
.BgClassName
{
background-color: #32256C;
}
</style>
border-color css
<style>
span { border-color: #32256C; }
span { border-color: rgb(50,37,108); }
td.TdClassName
{
border-color: #32256C;
}
.TagClassName
{
border-color: #32256C;
}
</style>