Shades of Paris M #332A69
Tints of Paris M #332A69
RGB
CMYK
RGB Variations
Color information
#332A69 (or 0x332A69) is known color: Paris M. HEX triplet: 33, 2A and 69. RGB value is (51,42,105). Sum of RGB (Red+Green+Blue) = 51+42+105=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #332A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A69 is #CCD596. Grayscale: #333333. Windows color (decimal): -13424023 or 6892083. OLE color: 6892083.
HSL color Cylindrical-coordinate representation of color #332A69: hue angle of 248.57º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #332A69 is Cyan = 0.51, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 42 | 105 | - |
| CMYK | 0.51 | 0.6 | 0 | 0.59 |
| HSL | 248.57º | 0.43% | 0.29% | - |
| HSV(B) | 248.57º | 0.6% | 0.41% | - |
| XYZ | 4.74 | 3.38 | 13.77 | - |
| YUV | 51.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 105 | 0.51 | 0.6 | 0 | 0.59 | 248.57 | 0.43 | 0.29 |
| Hex | 33 | 2A | 69 | 33 | 3C | 0 | 3B | F9 | 2B | 1D |
| Octal | 63 | 52 | 151 | 63 | 74 | 0 | 73 | 371 | 53 | 35 |
| Binary | 110011 | 101010 | 1101001 | 110011 | 111100 | 0 | 111011 | 11111001 | 101011 | 11101 |
Color Harmonies of #332A69
Complementary color
Monochromatic Colors of #332A69
Black with #332A69
Text Example
Text Example
White with #332A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A69; }
p { color: rgb(51,42,105); }
H1.HeaderClassName
{
color: #332A69;
}
.AnyTagClassName
{
color: #332A69;
}
</style>
background-color css
<style>
a { background-color: #332A69; }
a { background-color: rgb(51,42,105); }
div.DivClassName
{
background-color: #332A69;
}
.BgClassName
{
background-color: #332A69;
}
</style>
border-color css
<style>
span { border-color: #332A69; }
span { border-color: rgb(51,42,105); }
td.TdClassName
{
border-color: #332A69;
}
.TagClassName
{
border-color: #332A69;
}
</style>