Shades of Paris M #2F2660
Tints of Paris M #2F2660
RGB
CMYK
RGB Variations
Color information
#2F2660 (or 0x2F2660) is known color: Paris M. HEX triplet: 2F, 26 and 60. RGB value is (47,38,96). Sum of RGB (Red+Green+Blue) = 47+38+96=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F2660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2660 is #D0D99F. Grayscale: #2F2F2F. Windows color (decimal): -13687200 or 6301231. OLE color: 6301231.
HSL color Cylindrical-coordinate representation of color #2F2660: hue angle of 249.31º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F2660 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 38 | 96 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.62 |
| HSL | 249.31º | 0.43% | 0.26% | - |
| HSV(B) | 249.31º | 0.6% | 0.38% | - |
| XYZ | 3.98 | 2.84 | 11.4 | - |
| YUV | 47.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 96 | 0.51 | 0.60 | 0 | 0.62 | 249.31 | 0.43 | 0.26 |
| Hex | 2F | 26 | 60 | 33 | 3C | 0 | 3E | F9 | 2B | 1A |
| Octal | 57 | 46 | 140 | 63 | 74 | 0 | 76 | 371 | 53 | 32 |
| Binary | 101111 | 100110 | 1100000 | 110011 | 111100 | 0 | 111110 | 11111001 | 101011 | 11010 |
Color Harmonies of #2F2660
Complementary color
Monochromatic Colors of #2F2660
Black with #2F2660
Text Example
Text Example
White with #2F2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2660; }
p { color: rgb(47,38,96); }
H1.HeaderClassName
{
color: #2F2660;
}
.AnyTagClassName
{
color: #2F2660;
}
</style>
background-color css
<style>
a { background-color: #2F2660; }
a { background-color: rgb(47,38,96); }
div.DivClassName
{
background-color: #2F2660;
}
.BgClassName
{
background-color: #2F2660;
}
</style>
border-color css
<style>
span { border-color: #2F2660; }
span { border-color: rgb(47,38,96); }
td.TdClassName
{
border-color: #2F2660;
}
.TagClassName
{
border-color: #2F2660;
}
</style>