Shades of Paris M #2F2A60
Tints of Paris M #2F2A60
RGB
CMYK
RGB Variations
Color information
#2F2A60 (or 0x2F2A60) is known color: Paris M. HEX triplet: 2F, 2A and 60. RGB value is (47,42,96). Sum of RGB (Red+Green+Blue) = 47+42+96=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F2A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2A60 is #D0D59F. Grayscale: #313131. Windows color (decimal): -13686176 or 6302255. OLE color: 6302255.
HSL color Cylindrical-coordinate representation of color #2F2A60: hue angle of 245.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F2A60 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 42 | 96 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.62 |
| HSL | 245.56º | 0.39% | 0.27% | - |
| HSV(B) | 245.56º | 0.56% | 0.38% | - |
| XYZ | 4.11 | 3.1 | 11.45 | - |
| YUV | 49.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 42 | 96 | 0.51 | 0.56 | 0 | 0.62 | 245.56 | 0.39 | 0.27 |
| Hex | 2F | 2A | 60 | 33 | 38 | 0 | 3E | F6 | 27 | 1B |
| Octal | 57 | 52 | 140 | 63 | 70 | 0 | 76 | 366 | 47 | 33 |
| Binary | 101111 | 101010 | 1100000 | 110011 | 111000 | 0 | 111110 | 11110110 | 100111 | 11011 |
Color Harmonies of #2F2A60
Complementary color
Monochromatic Colors of #2F2A60
Black with #2F2A60
Text Example
Text Example
White with #2F2A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2A60; }
p { color: rgb(47,42,96); }
H1.HeaderClassName
{
color: #2F2A60;
}
.AnyTagClassName
{
color: #2F2A60;
}
</style>
background-color css
<style>
a { background-color: #2F2A60; }
a { background-color: rgb(47,42,96); }
div.DivClassName
{
background-color: #2F2A60;
}
.BgClassName
{
background-color: #2F2A60;
}
</style>
border-color css
<style>
span { border-color: #2F2A60; }
span { border-color: rgb(47,42,96); }
td.TdClassName
{
border-color: #2F2A60;
}
.TagClassName
{
border-color: #2F2A60;
}
</style>