Shades of Paris M #34226D
Tints of Paris M #34226D
RGB
CMYK
RGB Variations
Color information
#34226D (or 0x34226D) is known color: Paris M. HEX triplet: 34, 22 and 6D. RGB value is (52,34,109). Sum of RGB (Red+Green+Blue) = 52+34+109=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #34226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34226D is #CBDD92. Grayscale: #2F2F2F. Windows color (decimal): -13360531 or 7152180. OLE color: 7152180.
HSL color Cylindrical-coordinate representation of color #34226D: hue angle of 254.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34226D is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 34 | 109 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.57 |
| HSL | 254.4º | 0.52% | 0.28% | - |
| HSV(B) | 254.4º | 0.69% | 0.43% | - |
| XYZ | 4.75 | 2.98 | 14.79 | - |
| YUV | 47.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 109 | 0.52 | 0.69 | 0 | 0.57 | 254.4 | 0.52 | 0.28 |
| Hex | 34 | 22 | 6D | 34 | 45 | 0 | 39 | FE | 34 | 1C |
| Octal | 64 | 42 | 155 | 64 | 105 | 0 | 71 | 376 | 64 | 34 |
| Binary | 110100 | 100010 | 1101101 | 110100 | 1000101 | 0 | 111001 | 11111110 | 110100 | 11100 |
Color Harmonies of #34226D
Complementary color
Monochromatic Colors of #34226D
Black with #34226D
Text Example
Text Example
White with #34226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34226D; }
p { color: rgb(52,34,109); }
H1.HeaderClassName
{
color: #34226D;
}
.AnyTagClassName
{
color: #34226D;
}
</style>
background-color css
<style>
a { background-color: #34226D; }
a { background-color: rgb(52,34,109); }
div.DivClassName
{
background-color: #34226D;
}
.BgClassName
{
background-color: #34226D;
}
</style>
border-color css
<style>
span { border-color: #34226D; }
span { border-color: rgb(52,34,109); }
td.TdClassName
{
border-color: #34226D;
}
.TagClassName
{
border-color: #34226D;
}
</style>