Shades of Paris M #2F2168
Tints of Paris M #2F2168
RGB
CMYK
RGB Variations
Color information
#2F2168 (or 0x2F2168) is known color: Paris M. HEX triplet: 2F, 21 and 68. RGB value is (47,33,104). Sum of RGB (Red+Green+Blue) = 47+33+104=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F2168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2168 is #D0DE97. Grayscale: #2D2D2D. Windows color (decimal): -13688472 or 6824239. OLE color: 6824239.
HSL color Cylindrical-coordinate representation of color #2F2168: hue angle of 251.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F2168 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 33 | 104 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.59 |
| HSL | 251.83º | 0.52% | 0.27% | - |
| HSV(B) | 251.83º | 0.68% | 0.41% | - |
| XYZ | 4.21 | 2.69 | 13.39 | - |
| YUV | 45.28 | 161.14 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 104 | 0.55 | 0.68 | 0 | 0.59 | 251.83 | 0.52 | 0.27 |
| Hex | 2F | 21 | 68 | 37 | 44 | 0 | 3B | FC | 34 | 1B |
| Octal | 57 | 41 | 150 | 67 | 104 | 0 | 73 | 374 | 64 | 33 |
| Binary | 101111 | 100001 | 1101000 | 110111 | 1000100 | 0 | 111011 | 11111100 | 110100 | 11011 |
Color Harmonies of #2F2168
Complementary color
Monochromatic Colors of #2F2168
Black with #2F2168
Text Example
Text Example
White with #2F2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2168; }
p { color: rgb(47,33,104); }
H1.HeaderClassName
{
color: #2F2168;
}
.AnyTagClassName
{
color: #2F2168;
}
</style>
background-color css
<style>
a { background-color: #2F2168; }
a { background-color: rgb(47,33,104); }
div.DivClassName
{
background-color: #2F2168;
}
.BgClassName
{
background-color: #2F2168;
}
</style>
border-color css
<style>
span { border-color: #2F2168; }
span { border-color: rgb(47,33,104); }
td.TdClassName
{
border-color: #2F2168;
}
.TagClassName
{
border-color: #2F2168;
}
</style>