Shades of Paris M #32276C
Tints of Paris M #32276C
RGB
CMYK
RGB Variations
Color information
#32276C (or 0x32276C) is known color: Paris M. HEX triplet: 32, 27 and 6C. RGB value is (50,39,108). Sum of RGB (Red+Green+Blue) = 50+39+108=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #32276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32276C is #CDD893. Grayscale: #313131. Windows color (decimal): -13490324 or 7087922. OLE color: 7087922.
HSL color Cylindrical-coordinate representation of color #32276C: hue angle of 249.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32276C is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 39 | 108 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.58 |
| HSL | 249.57º | 0.47% | 0.29% | - |
| HSV(B) | 249.57º | 0.64% | 0.42% | - |
| XYZ | 4.75 | 3.21 | 14.56 | - |
| YUV | 50.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 108 | 0.54 | 0.64 | 0 | 0.58 | 249.57 | 0.47 | 0.29 |
| Hex | 32 | 27 | 6C | 36 | 40 | 0 | 3A | FA | 2F | 1D |
| Octal | 62 | 47 | 154 | 66 | 100 | 0 | 72 | 372 | 57 | 35 |
| Binary | 110010 | 100111 | 1101100 | 110110 | 1000000 | 0 | 111010 | 11111010 | 101111 | 11101 |
Color Harmonies of #32276C
Complementary color
Monochromatic Colors of #32276C
Black with #32276C
Text Example
Text Example
White with #32276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32276C; }
p { color: rgb(50,39,108); }
H1.HeaderClassName
{
color: #32276C;
}
.AnyTagClassName
{
color: #32276C;
}
</style>
background-color css
<style>
a { background-color: #32276C; }
a { background-color: rgb(50,39,108); }
div.DivClassName
{
background-color: #32276C;
}
.BgClassName
{
background-color: #32276C;
}
</style>
border-color css
<style>
span { border-color: #32276C; }
span { border-color: rgb(50,39,108); }
td.TdClassName
{
border-color: #32276C;
}
.TagClassName
{
border-color: #32276C;
}
</style>