Shades of Paris M #2F226D
Tints of Paris M #2F226D
RGB
CMYK
RGB Variations
Color information
#2F226D (or 0x2F226D) is known color: Paris M. HEX triplet: 2F, 22 and 6D. RGB value is (47,34,109). Sum of RGB (Red+Green+Blue) = 47+34+109=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F226D is #D0DD92. Grayscale: #2E2E2E. Windows color (decimal): -13688211 or 7152175. OLE color: 7152175.
HSL color Cylindrical-coordinate representation of color #2F226D: hue angle of 250.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 #2F226D is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 34 | 109 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.57 |
| HSL | 250.4º | 0.52% | 0.28% | - |
| HSV(B) | 250.4º | 0.69% | 0.43% | - |
| XYZ | 4.5 | 2.85 | 14.78 | - |
| YUV | 46.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 109 | 0.57 | 0.69 | 0 | 0.57 | 250.4 | 0.52 | 0.28 |
| Hex | 2F | 22 | 6D | 39 | 45 | 0 | 39 | FA | 34 | 1C |
| Octal | 57 | 42 | 155 | 71 | 105 | 0 | 71 | 372 | 64 | 34 |
| Binary | 101111 | 100010 | 1101101 | 111001 | 1000101 | 0 | 111001 | 11111010 | 110100 | 11100 |
Color Harmonies of #2F226D
Complementary color
Monochromatic Colors of #2F226D
Black with #2F226D
Text Example
Text Example
White with #2F226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F226D; }
p { color: rgb(47,34,109); }
H1.HeaderClassName
{
color: #2F226D;
}
.AnyTagClassName
{
color: #2F226D;
}
</style>
background-color css
<style>
a { background-color: #2F226D; }
a { background-color: rgb(47,34,109); }
div.DivClassName
{
background-color: #2F226D;
}
.BgClassName
{
background-color: #2F226D;
}
</style>
border-color css
<style>
span { border-color: #2F226D; }
span { border-color: rgb(47,34,109); }
td.TdClassName
{
border-color: #2F226D;
}
.TagClassName
{
border-color: #2F226D;
}
</style>