Shades of Paris M #332463
Tints of Paris M #332463
RGB
CMYK
RGB Variations
Color information
#332463 (or 0x332463) is known color: Paris M. HEX triplet: 33, 24 and 63. RGB value is (51,36,99). Sum of RGB (Red+Green+Blue) = 51+36+99=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #332463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332463 is #CCDB9C. Grayscale: #2F2F2F. Windows color (decimal): -13425565 or 6497331. OLE color: 6497331.
HSL color Cylindrical-coordinate representation of color #332463: hue angle of 254.29º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #332463 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 36 | 99 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.61 |
| HSL | 254.29º | 0.47% | 0.26% | - |
| HSV(B) | 254.29º | 0.64% | 0.39% | - |
| XYZ | 4.25 | 2.87 | 12.13 | - |
| YUV | 47.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 99 | 0.48 | 0.64 | 0 | 0.61 | 254.29 | 0.47 | 0.26 |
| Hex | 33 | 24 | 63 | 30 | 40 | 0 | 3D | FE | 2F | 1A |
| Octal | 63 | 44 | 143 | 60 | 100 | 0 | 75 | 376 | 57 | 32 |
| Binary | 110011 | 100100 | 1100011 | 110000 | 1000000 | 0 | 111101 | 11111110 | 101111 | 11010 |
Color Harmonies of #332463
Complementary color
Monochromatic Colors of #332463
Black with #332463
Text Example
Text Example
White with #332463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332463; }
p { color: rgb(51,36,99); }
H1.HeaderClassName
{
color: #332463;
}
.AnyTagClassName
{
color: #332463;
}
</style>
background-color css
<style>
a { background-color: #332463; }
a { background-color: rgb(51,36,99); }
div.DivClassName
{
background-color: #332463;
}
.BgClassName
{
background-color: #332463;
}
</style>
border-color css
<style>
span { border-color: #332463; }
span { border-color: rgb(51,36,99); }
td.TdClassName
{
border-color: #332463;
}
.TagClassName
{
border-color: #332463;
}
</style>