Shades of Paris M #2F2268
Tints of Paris M #2F2268
RGB
CMYK
RGB Variations
Color information
#2F2268 (or 0x2F2268) is known color: Paris M. HEX triplet: 2F, 22 and 68. RGB value is (47,34,104). Sum of RGB (Red+Green+Blue) = 47+34+104=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2268 is #D0DD97. Grayscale: #2D2D2D. Windows color (decimal): -13688216 or 6824495. OLE color: 6824495.
HSL color Cylindrical-coordinate representation of color #2F2268: hue angle of 251.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F2268 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 34 | 104 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.59 |
| HSL | 251.14º | 0.51% | 0.27% | - |
| HSV(B) | 251.14º | 0.67% | 0.41% | - |
| XYZ | 4.24 | 2.75 | 13.4 | - |
| YUV | 45.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 104 | 0.55 | 0.67 | 0 | 0.59 | 251.14 | 0.51 | 0.27 |
| Hex | 2F | 22 | 68 | 37 | 43 | 0 | 3B | FB | 33 | 1B |
| Octal | 57 | 42 | 150 | 67 | 103 | 0 | 73 | 373 | 63 | 33 |
| Binary | 101111 | 100010 | 1101000 | 110111 | 1000011 | 0 | 111011 | 11111011 | 110011 | 11011 |
Color Harmonies of #2F2268
Complementary color
Monochromatic Colors of #2F2268
Black with #2F2268
Text Example
Text Example
White with #2F2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2268; }
p { color: rgb(47,34,104); }
H1.HeaderClassName
{
color: #2F2268;
}
.AnyTagClassName
{
color: #2F2268;
}
</style>
background-color css
<style>
a { background-color: #2F2268; }
a { background-color: rgb(47,34,104); }
div.DivClassName
{
background-color: #2F2268;
}
.BgClassName
{
background-color: #2F2268;
}
</style>
border-color css
<style>
span { border-color: #2F2268; }
span { border-color: rgb(47,34,104); }
td.TdClassName
{
border-color: #2F2268;
}
.TagClassName
{
border-color: #2F2268;
}
</style>