Shades of Paris M #32296A
Tints of Paris M #32296A
RGB
CMYK
RGB Variations
Color information
#32296A (or 0x32296A) is known color: Paris M. HEX triplet: 32, 29 and 6A. RGB value is (50,41,106). Sum of RGB (Red+Green+Blue) = 50+41+106=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #32296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32296A is #CDD695. Grayscale: #323232. Windows color (decimal): -13489814 or 6957362. OLE color: 6957362.
HSL color Cylindrical-coordinate representation of color #32296A: hue angle of 248.31º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32296A is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 41 | 106 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.58 |
| HSL | 248.31º | 0.44% | 0.29% | - |
| HSV(B) | 248.31º | 0.61% | 0.42% | - |
| XYZ | 4.71 | 3.3 | 14.03 | - |
| YUV | 51.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 106 | 0.53 | 0.61 | 0 | 0.58 | 248.31 | 0.44 | 0.29 |
| Hex | 32 | 29 | 6A | 35 | 3D | 0 | 3A | F8 | 2C | 1D |
| Octal | 62 | 51 | 152 | 65 | 75 | 0 | 72 | 370 | 54 | 35 |
| Binary | 110010 | 101001 | 1101010 | 110101 | 111101 | 0 | 111010 | 11111000 | 101100 | 11101 |
Color Harmonies of #32296A
Complementary color
Monochromatic Colors of #32296A
Black with #32296A
Text Example
Text Example
White with #32296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32296A; }
p { color: rgb(50,41,106); }
H1.HeaderClassName
{
color: #32296A;
}
.AnyTagClassName
{
color: #32296A;
}
</style>
background-color css
<style>
a { background-color: #32296A; }
a { background-color: rgb(50,41,106); }
div.DivClassName
{
background-color: #32296A;
}
.BgClassName
{
background-color: #32296A;
}
</style>
border-color css
<style>
span { border-color: #32296A; }
span { border-color: rgb(50,41,106); }
td.TdClassName
{
border-color: #32296A;
}
.TagClassName
{
border-color: #32296A;
}
</style>