Shades of Paris M #2F205D
Tints of Paris M #2F205D
RGB
CMYK
RGB Variations
Color information
#2F205D (or 0x2F205D) is known color: Paris M. HEX triplet: 2F, 20 and 5D. RGB value is (47,32,93). Sum of RGB (Red+Green+Blue) = 47+32+93=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F205D is #D0DFA2. Grayscale: #2B2B2B. Windows color (decimal): -13688739 or 6103087. OLE color: 6103087.
HSL color Cylindrical-coordinate representation of color #2F205D: hue angle of 254.75º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F205D is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 32 | 93 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.64 |
| HSL | 254.75º | 0.49% | 0.25% | - |
| HSV(B) | 254.75º | 0.66% | 0.36% | - |
| XYZ | 3.66 | 2.43 | 10.63 | - |
| YUV | 43.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 93 | 0.49 | 0.66 | 0 | 0.64 | 254.75 | 0.49 | 0.25 |
| Hex | 2F | 20 | 5D | 31 | 42 | 0 | 40 | FF | 31 | 19 |
| Octal | 57 | 40 | 135 | 61 | 102 | 0 | 100 | 377 | 61 | 31 |
| Binary | 101111 | 100000 | 1011101 | 110001 | 1000010 | 0 | 1000000 | 11111111 | 110001 | 11001 |
Color Harmonies of #2F205D
Complementary color
Monochromatic Colors of #2F205D
Black with #2F205D
Text Example
Text Example
White with #2F205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F205D; }
p { color: rgb(47,32,93); }
H1.HeaderClassName
{
color: #2F205D;
}
.AnyTagClassName
{
color: #2F205D;
}
</style>
background-color css
<style>
a { background-color: #2F205D; }
a { background-color: rgb(47,32,93); }
div.DivClassName
{
background-color: #2F205D;
}
.BgClassName
{
background-color: #2F205D;
}
</style>
border-color css
<style>
span { border-color: #2F205D; }
span { border-color: rgb(47,32,93); }
td.TdClassName
{
border-color: #2F205D;
}
.TagClassName
{
border-color: #2F205D;
}
</style>