Shades of Paris M #32246F
Tints of Paris M #32246F
RGB
CMYK
RGB Variations
Color information
#32246F (or 0x32246F) is known color: Paris M. HEX triplet: 32, 24 and 6F. RGB value is (50,36,111). Sum of RGB (Red+Green+Blue) = 50+36+111=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #32246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32246F is #CDDB90. Grayscale: #303030. Windows color (decimal): -13491089 or 7283762. OLE color: 7283762.
HSL color Cylindrical-coordinate representation of color #32246F: hue angle of 251.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32246F is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 36 | 111 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.56 |
| HSL | 251.2º | 0.51% | 0.29% | - |
| HSV(B) | 251.2º | 0.68% | 0.44% | - |
| XYZ | 4.82 | 3.09 | 15.38 | - |
| YUV | 48.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 111 | 0.55 | 0.68 | 0 | 0.56 | 251.2 | 0.51 | 0.29 |
| Hex | 32 | 24 | 6F | 37 | 44 | 0 | 38 | FB | 33 | 1D |
| Octal | 62 | 44 | 157 | 67 | 104 | 0 | 70 | 373 | 63 | 35 |
| Binary | 110010 | 100100 | 1101111 | 110111 | 1000100 | 0 | 111000 | 11111011 | 110011 | 11101 |
Color Harmonies of #32246F
Complementary color
Monochromatic Colors of #32246F
Black with #32246F
Text Example
Text Example
White with #32246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32246F; }
p { color: rgb(50,36,111); }
H1.HeaderClassName
{
color: #32246F;
}
.AnyTagClassName
{
color: #32246F;
}
</style>
background-color css
<style>
a { background-color: #32246F; }
a { background-color: rgb(50,36,111); }
div.DivClassName
{
background-color: #32246F;
}
.BgClassName
{
background-color: #32246F;
}
</style>
border-color css
<style>
span { border-color: #32246F; }
span { border-color: rgb(50,36,111); }
td.TdClassName
{
border-color: #32246F;
}
.TagClassName
{
border-color: #32246F;
}
</style>