Shades of Paris M #2F2658
Tints of Paris M #2F2658
RGB
CMYK
RGB Variations
Color information
#2F2658 (or 0x2F2658) is known color: Paris M. HEX triplet: 2F, 26 and 58. RGB value is (47,38,88). Sum of RGB (Red+Green+Blue) = 47+38+88=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F2658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2658 is #D0D9A7. Grayscale: #2E2E2E. Windows color (decimal): -13687208 or 5776943. OLE color: 5776943.
HSL color Cylindrical-coordinate representation of color #2F2658: hue angle of 250.8º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F2658 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 38 | 88 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.65 |
| HSL | 250.8º | 0.4% | 0.25% | - |
| HSV(B) | 250.8º | 0.57% | 0.35% | - |
| XYZ | 3.63 | 2.7 | 9.56 | - |
| YUV | 46.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 88 | 0.47 | 0.57 | 0 | 0.65 | 250.8 | 0.4 | 0.25 |
| Hex | 2F | 26 | 58 | 2F | 39 | 0 | 41 | FB | 28 | 19 |
| Octal | 57 | 46 | 130 | 57 | 71 | 0 | 101 | 373 | 50 | 31 |
| Binary | 101111 | 100110 | 1011000 | 101111 | 111001 | 0 | 1000001 | 11111011 | 101000 | 11001 |
Color Harmonies of #2F2658
Complementary color
Monochromatic Colors of #2F2658
Black with #2F2658
Text Example
Text Example
White with #2F2658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2658; }
p { color: rgb(47,38,88); }
H1.HeaderClassName
{
color: #2F2658;
}
.AnyTagClassName
{
color: #2F2658;
}
</style>
background-color css
<style>
a { background-color: #2F2658; }
a { background-color: rgb(47,38,88); }
div.DivClassName
{
background-color: #2F2658;
}
.BgClassName
{
background-color: #2F2658;
}
</style>
border-color css
<style>
span { border-color: #2F2658; }
span { border-color: rgb(47,38,88); }
td.TdClassName
{
border-color: #2F2658;
}
.TagClassName
{
border-color: #2F2658;
}
</style>