Shades of Paris M #2F205F
Tints of Paris M #2F205F
RGB
CMYK
RGB Variations
Color information
#2F205F (or 0x2F205F) is known color: Paris M. HEX triplet: 2F, 20 and 5F. RGB value is (47,32,95). Sum of RGB (Red+Green+Blue) = 47+32+95=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F205F is #D0DFA0. Grayscale: #2B2B2B. Windows color (decimal): -13688737 or 6234159. OLE color: 6234159.
HSL color Cylindrical-coordinate representation of color #2F205F: hue angle of 254.29º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F205F is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 32 | 95 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.63 |
| HSL | 254.29º | 0.5% | 0.25% | - |
| HSV(B) | 254.29º | 0.66% | 0.37% | - |
| XYZ | 3.75 | 2.46 | 11.1 | - |
| YUV | 43.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 95 | 0.51 | 0.66 | 0 | 0.63 | 254.29 | 0.5 | 0.25 |
| Hex | 2F | 20 | 5F | 33 | 42 | 0 | 3F | FE | 32 | 19 |
| Octal | 57 | 40 | 137 | 63 | 102 | 0 | 77 | 376 | 62 | 31 |
| Binary | 101111 | 100000 | 1011111 | 110011 | 1000010 | 0 | 111111 | 11111110 | 110010 | 11001 |
Color Harmonies of #2F205F
Complementary color
Monochromatic Colors of #2F205F
Black with #2F205F
Text Example
Text Example
White with #2F205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F205F; }
p { color: rgb(47,32,95); }
H1.HeaderClassName
{
color: #2F205F;
}
.AnyTagClassName
{
color: #2F205F;
}
</style>
background-color css
<style>
a { background-color: #2F205F; }
a { background-color: rgb(47,32,95); }
div.DivClassName
{
background-color: #2F205F;
}
.BgClassName
{
background-color: #2F205F;
}
</style>
border-color css
<style>
span { border-color: #2F205F; }
span { border-color: rgb(47,32,95); }
td.TdClassName
{
border-color: #2F205F;
}
.TagClassName
{
border-color: #2F205F;
}
</style>