Shades of Paris M #32256D
Tints of Paris M #32256D
RGB
CMYK
RGB Variations
Color information
#32256D (or 0x32256D) is known color: Paris M. HEX triplet: 32, 25 and 6D. RGB value is (50,37,109). Sum of RGB (Red+Green+Blue) = 50+37+109=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #32256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32256D is #CDDA92. Grayscale: #303030. Windows color (decimal): -13490835 or 7152946. OLE color: 7152946.
HSL color Cylindrical-coordinate representation of color #32256D: hue angle of 250.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32256D is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 37 | 109 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.57 |
| HSL | 250.83º | 0.49% | 0.29% | - |
| HSV(B) | 250.83º | 0.66% | 0.43% | - |
| XYZ | 4.74 | 3.11 | 14.82 | - |
| YUV | 49.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 109 | 0.54 | 0.66 | 0 | 0.57 | 250.83 | 0.49 | 0.29 |
| Hex | 32 | 25 | 6D | 36 | 42 | 0 | 39 | FB | 31 | 1D |
| Octal | 62 | 45 | 155 | 66 | 102 | 0 | 71 | 373 | 61 | 35 |
| Binary | 110010 | 100101 | 1101101 | 110110 | 1000010 | 0 | 111001 | 11111011 | 110001 | 11101 |
Color Harmonies of #32256D
Complementary color
Monochromatic Colors of #32256D
Black with #32256D
Text Example
Text Example
White with #32256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32256D; }
p { color: rgb(50,37,109); }
H1.HeaderClassName
{
color: #32256D;
}
.AnyTagClassName
{
color: #32256D;
}
</style>
background-color css
<style>
a { background-color: #32256D; }
a { background-color: rgb(50,37,109); }
div.DivClassName
{
background-color: #32256D;
}
.BgClassName
{
background-color: #32256D;
}
</style>
border-color css
<style>
span { border-color: #32256D; }
span { border-color: rgb(50,37,109); }
td.TdClassName
{
border-color: #32256D;
}
.TagClassName
{
border-color: #32256D;
}
</style>