Shades of Paris M #2F2270
Tints of Paris M #2F2270
RGB
CMYK
RGB Variations
Color information
#2F2270 (or 0x2F2270) is known color: Paris M. HEX triplet: 2F, 22 and 70. RGB value is (47,34,112). Sum of RGB (Red+Green+Blue) = 47+34+112=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F2270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2270 is #D0DD8F. Grayscale: #2E2E2E. Windows color (decimal): -13688208 or 7348783. OLE color: 7348783.
HSL color Cylindrical-coordinate representation of color #2F2270: hue angle of 250º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F2270 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 34 | 112 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.56 |
| HSL | 250º | 0.53% | 0.29% | - |
| HSV(B) | 250º | 0.7% | 0.44% | - |
| XYZ | 4.67 | 2.92 | 15.65 | - |
| YUV | 46.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 112 | 0.58 | 0.70 | 0 | 0.56 | 250 | 0.53 | 0.29 |
| Hex | 2F | 22 | 70 | 3A | 46 | 0 | 38 | FA | 35 | 1D |
| Octal | 57 | 42 | 160 | 72 | 106 | 0 | 70 | 372 | 65 | 35 |
| Binary | 101111 | 100010 | 1110000 | 111010 | 1000110 | 0 | 111000 | 11111010 | 110101 | 11101 |
Color Harmonies of #2F2270
Complementary color
Monochromatic Colors of #2F2270
Black with #2F2270
Text Example
Text Example
White with #2F2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2270; }
p { color: rgb(47,34,112); }
H1.HeaderClassName
{
color: #2F2270;
}
.AnyTagClassName
{
color: #2F2270;
}
</style>
background-color css
<style>
a { background-color: #2F2270; }
a { background-color: rgb(47,34,112); }
div.DivClassName
{
background-color: #2F2270;
}
.BgClassName
{
background-color: #2F2270;
}
</style>
border-color css
<style>
span { border-color: #2F2270; }
span { border-color: rgb(47,34,112); }
td.TdClassName
{
border-color: #2F2270;
}
.TagClassName
{
border-color: #2F2270;
}
</style>