Shades of Paris M #34226F
Tints of Paris M #34226F
RGB
CMYK
RGB Variations
Color information
#34226F (or 0x34226F) is known color: Paris M. HEX triplet: 34, 22 and 6F. RGB value is (52,34,111). Sum of RGB (Red+Green+Blue) = 52+34+111=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #34226F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34226F is #CBDD90. Grayscale: #2F2F2F. Windows color (decimal): -13360529 or 7283252. OLE color: 7283252.
HSL color Cylindrical-coordinate representation of color #34226F: hue angle of 254.03º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34226F is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 34 | 111 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.56 |
| HSL | 254.03º | 0.53% | 0.28% | - |
| HSV(B) | 254.03º | 0.69% | 0.44% | - |
| XYZ | 4.86 | 3.02 | 15.37 | - |
| YUV | 48.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 111 | 0.53 | 0.69 | 0 | 0.56 | 254.03 | 0.53 | 0.28 |
| Hex | 34 | 22 | 6F | 35 | 45 | 0 | 38 | FE | 35 | 1C |
| Octal | 64 | 42 | 157 | 65 | 105 | 0 | 70 | 376 | 65 | 34 |
| Binary | 110100 | 100010 | 1101111 | 110101 | 1000101 | 0 | 111000 | 11111110 | 110101 | 11100 |
Color Harmonies of #34226F
Complementary color
Monochromatic Colors of #34226F
Black with #34226F
Text Example
Text Example
White with #34226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34226F; }
p { color: rgb(52,34,111); }
H1.HeaderClassName
{
color: #34226F;
}
.AnyTagClassName
{
color: #34226F;
}
</style>
background-color css
<style>
a { background-color: #34226F; }
a { background-color: rgb(52,34,111); }
div.DivClassName
{
background-color: #34226F;
}
.BgClassName
{
background-color: #34226F;
}
</style>
border-color css
<style>
span { border-color: #34226F; }
span { border-color: rgb(52,34,111); }
td.TdClassName
{
border-color: #34226F;
}
.TagClassName
{
border-color: #34226F;
}
</style>