Shades of Paris M #332C63
Tints of Paris M #332C63
RGB
CMYK
RGB Variations
Color information
#332C63 (or 0x332C63) is known color: Paris M. HEX triplet: 33, 2C and 63. RGB value is (51,44,99). Sum of RGB (Red+Green+Blue) = 51+44+99=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #332C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C63 is #CCD39C. Grayscale: #343434. Windows color (decimal): -13423517 or 6499379. OLE color: 6499379.
HSL color Cylindrical-coordinate representation of color #332C63: hue angle of 247.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #332C63 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 44 | 99 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.61 |
| HSL | 247.64º | 0.38% | 0.28% | - |
| HSV(B) | 247.64º | 0.56% | 0.39% | - |
| XYZ | 4.52 | 3.41 | 12.22 | - |
| YUV | 52.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 99 | 0.48 | 0.56 | 0 | 0.61 | 247.64 | 0.38 | 0.28 |
| Hex | 33 | 2C | 63 | 30 | 38 | 0 | 3D | F8 | 26 | 1C |
| Octal | 63 | 54 | 143 | 60 | 70 | 0 | 75 | 370 | 46 | 34 |
| Binary | 110011 | 101100 | 1100011 | 110000 | 111000 | 0 | 111101 | 11111000 | 100110 | 11100 |
Color Harmonies of #332C63
Complementary color
Monochromatic Colors of #332C63
Black with #332C63
Text Example
Text Example
White with #332C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C63; }
p { color: rgb(51,44,99); }
H1.HeaderClassName
{
color: #332C63;
}
.AnyTagClassName
{
color: #332C63;
}
</style>
background-color css
<style>
a { background-color: #332C63; }
a { background-color: rgb(51,44,99); }
div.DivClassName
{
background-color: #332C63;
}
.BgClassName
{
background-color: #332C63;
}
</style>
border-color css
<style>
span { border-color: #332C63; }
span { border-color: rgb(51,44,99); }
td.TdClassName
{
border-color: #332C63;
}
.TagClassName
{
border-color: #332C63;
}
</style>