Shades of Paris M #2F2565
Tints of Paris M #2F2565
RGB
CMYK
RGB Variations
Color information
#2F2565 (or 0x2F2565) is known color: Paris M. HEX triplet: 2F, 25 and 65. RGB value is (47,37,101). Sum of RGB (Red+Green+Blue) = 47+37+101=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F2565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2565 is #D0DA9A. Grayscale: #2F2F2F. Windows color (decimal): -13687451 or 6628655. OLE color: 6628655.
HSL color Cylindrical-coordinate representation of color #2F2565: hue angle of 249.38º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F2565 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 37 | 101 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.60 |
| HSL | 249.38º | 0.46% | 0.27% | - |
| HSV(B) | 249.38º | 0.63% | 0.4% | - |
| XYZ | 4.18 | 2.87 | 12.64 | - |
| YUV | 47.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 101 | 0.53 | 0.63 | 0 | 0.60 | 249.38 | 0.46 | 0.27 |
| Hex | 2F | 25 | 65 | 35 | 3F | 0 | 3C | F9 | 2E | 1B |
| Octal | 57 | 45 | 145 | 65 | 77 | 0 | 74 | 371 | 56 | 33 |
| Binary | 101111 | 100101 | 1100101 | 110101 | 111111 | 0 | 111100 | 11111001 | 101110 | 11011 |
Color Harmonies of #2F2565
Complementary color
Monochromatic Colors of #2F2565
Black with #2F2565
Text Example
Text Example
White with #2F2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2565; }
p { color: rgb(47,37,101); }
H1.HeaderClassName
{
color: #2F2565;
}
.AnyTagClassName
{
color: #2F2565;
}
</style>
background-color css
<style>
a { background-color: #2F2565; }
a { background-color: rgb(47,37,101); }
div.DivClassName
{
background-color: #2F2565;
}
.BgClassName
{
background-color: #2F2565;
}
</style>
border-color css
<style>
span { border-color: #2F2565; }
span { border-color: rgb(47,37,101); }
td.TdClassName
{
border-color: #2F2565;
}
.TagClassName
{
border-color: #2F2565;
}
</style>