Shades of Paris M #332E5C
Tints of Paris M #332E5C
RGB
CMYK
RGB Variations
Color information
#332E5C (or 0x332E5C) is known color: Paris M. HEX triplet: 33, 2E and 5C. RGB value is (51,46,92). Sum of RGB (Red+Green+Blue) = 51+46+92=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #332E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E5C is #CCD1A3. Grayscale: #343434. Windows color (decimal): -13423012 or 6041139. OLE color: 6041139.
HSL color Cylindrical-coordinate representation of color #332E5C: hue angle of 246.52º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #332E5C is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 46 | 92 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.64 |
| HSL | 246.52º | 0.33% | 0.27% | - |
| HSV(B) | 246.52º | 0.5% | 0.36% | - |
| XYZ | 4.27 | 3.43 | 10.56 | - |
| YUV | 52.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 92 | 0.45 | 0.50 | 0 | 0.64 | 246.52 | 0.33 | 0.27 |
| Hex | 33 | 2E | 5C | 2D | 32 | 0 | 40 | F7 | 21 | 1B |
| Octal | 63 | 56 | 134 | 55 | 62 | 0 | 100 | 367 | 41 | 33 |
| Binary | 110011 | 101110 | 1011100 | 101101 | 110010 | 0 | 1000000 | 11110111 | 100001 | 11011 |
Color Harmonies of #332E5C
Complementary color
Monochromatic Colors of #332E5C
Black with #332E5C
Text Example
Text Example
White with #332E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E5C; }
p { color: rgb(51,46,92); }
H1.HeaderClassName
{
color: #332E5C;
}
.AnyTagClassName
{
color: #332E5C;
}
</style>
background-color css
<style>
a { background-color: #332E5C; }
a { background-color: rgb(51,46,92); }
div.DivClassName
{
background-color: #332E5C;
}
.BgClassName
{
background-color: #332E5C;
}
</style>
border-color css
<style>
span { border-color: #332E5C; }
span { border-color: rgb(51,46,92); }
td.TdClassName
{
border-color: #332E5C;
}
.TagClassName
{
border-color: #332E5C;
}
</style>