Shades of Paris M #2F2062
Tints of Paris M #2F2062
RGB
CMYK
RGB Variations
Color information
#2F2062 (or 0x2F2062) is known color: Paris M. HEX triplet: 2F, 20 and 62. RGB value is (47,32,98). Sum of RGB (Red+Green+Blue) = 47+32+98=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2062 is #D0DF9D. Grayscale: #2B2B2B. Windows color (decimal): -13688734 or 6430767. OLE color: 6430767.
HSL color Cylindrical-coordinate representation of color #2F2062: hue angle of 253.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F2062 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 32 | 98 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.62 |
| HSL | 253.64º | 0.51% | 0.25% | - |
| HSV(B) | 253.64º | 0.67% | 0.38% | - |
| XYZ | 3.89 | 2.52 | 11.84 | - |
| YUV | 44.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 98 | 0.52 | 0.67 | 0 | 0.62 | 253.64 | 0.51 | 0.25 |
| Hex | 2F | 20 | 62 | 34 | 43 | 0 | 3E | FE | 33 | 19 |
| Octal | 57 | 40 | 142 | 64 | 103 | 0 | 76 | 376 | 63 | 31 |
| Binary | 101111 | 100000 | 1100010 | 110100 | 1000011 | 0 | 111110 | 11111110 | 110011 | 11001 |
Color Harmonies of #2F2062
Complementary color
Monochromatic Colors of #2F2062
Black with #2F2062
Text Example
Text Example
White with #2F2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2062; }
p { color: rgb(47,32,98); }
H1.HeaderClassName
{
color: #2F2062;
}
.AnyTagClassName
{
color: #2F2062;
}
</style>
background-color css
<style>
a { background-color: #2F2062; }
a { background-color: rgb(47,32,98); }
div.DivClassName
{
background-color: #2F2062;
}
.BgClassName
{
background-color: #2F2062;
}
</style>
border-color css
<style>
span { border-color: #2F2062; }
span { border-color: rgb(47,32,98); }
td.TdClassName
{
border-color: #2F2062;
}
.TagClassName
{
border-color: #2F2062;
}
</style>