Shades of Paris M #2F2967
Tints of Paris M #2F2967
RGB
CMYK
RGB Variations
Color information
#2F2967 (or 0x2F2967) is known color: Paris M. HEX triplet: 2F, 29 and 67. RGB value is (47,41,103). Sum of RGB (Red+Green+Blue) = 47+41+103=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #2F2967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2967 is #D0D698. Grayscale: #313131. Windows color (decimal): -13686425 or 6760751. OLE color: 6760751.
HSL color Cylindrical-coordinate representation of color #2F2967: hue angle of 245.81º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F2967 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 41 | 103 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.60 |
| HSL | 245.81º | 0.43% | 0.28% | - |
| HSV(B) | 245.81º | 0.6% | 0.4% | - |
| XYZ | 4.41 | 3.17 | 13.21 | - |
| YUV | 49.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 103 | 0.54 | 0.60 | 0 | 0.60 | 245.81 | 0.43 | 0.28 |
| Hex | 2F | 29 | 67 | 36 | 3C | 0 | 3C | F6 | 2B | 1C |
| Octal | 57 | 51 | 147 | 66 | 74 | 0 | 74 | 366 | 53 | 34 |
| Binary | 101111 | 101001 | 1100111 | 110110 | 111100 | 0 | 111100 | 11110110 | 101011 | 11100 |
Color Harmonies of #2F2967
Complementary color
Monochromatic Colors of #2F2967
Black with #2F2967
Text Example
Text Example
White with #2F2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2967; }
p { color: rgb(47,41,103); }
H1.HeaderClassName
{
color: #2F2967;
}
.AnyTagClassName
{
color: #2F2967;
}
</style>
background-color css
<style>
a { background-color: #2F2967; }
a { background-color: rgb(47,41,103); }
div.DivClassName
{
background-color: #2F2967;
}
.BgClassName
{
background-color: #2F2967;
}
</style>
border-color css
<style>
span { border-color: #2F2967; }
span { border-color: rgb(47,41,103); }
td.TdClassName
{
border-color: #2F2967;
}
.TagClassName
{
border-color: #2F2967;
}
</style>