Shades of Paris M #32246E
Tints of Paris M #32246E
RGB
CMYK
RGB Variations
Color information
#32246E (or 0x32246E) is known color: Paris M. HEX triplet: 32, 24 and 6E. RGB value is (50,36,110). Sum of RGB (Red+Green+Blue) = 50+36+110=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #32246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32246E is #CDDB91. Grayscale: #303030. Windows color (decimal): -13491090 or 7218226. OLE color: 7218226.
HSL color Cylindrical-coordinate representation of color #32246E: hue angle of 251.35º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32246E is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 36 | 110 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.57 |
| HSL | 251.35º | 0.51% | 0.29% | - |
| HSV(B) | 251.35º | 0.67% | 0.43% | - |
| XYZ | 4.76 | 3.07 | 15.09 | - |
| YUV | 48.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 110 | 0.55 | 0.67 | 0 | 0.57 | 251.35 | 0.51 | 0.29 |
| Hex | 32 | 24 | 6E | 37 | 43 | 0 | 39 | FB | 33 | 1D |
| Octal | 62 | 44 | 156 | 67 | 103 | 0 | 71 | 373 | 63 | 35 |
| Binary | 110010 | 100100 | 1101110 | 110111 | 1000011 | 0 | 111001 | 11111011 | 110011 | 11101 |
Color Harmonies of #32246E
Complementary color
Monochromatic Colors of #32246E
Black with #32246E
Text Example
Text Example
White with #32246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32246E; }
p { color: rgb(50,36,110); }
H1.HeaderClassName
{
color: #32246E;
}
.AnyTagClassName
{
color: #32246E;
}
</style>
background-color css
<style>
a { background-color: #32246E; }
a { background-color: rgb(50,36,110); }
div.DivClassName
{
background-color: #32246E;
}
.BgClassName
{
background-color: #32246E;
}
</style>
border-color css
<style>
span { border-color: #32246E; }
span { border-color: rgb(50,36,110); }
td.TdClassName
{
border-color: #32246E;
}
.TagClassName
{
border-color: #32246E;
}
</style>