Shades of Paris M #2F2462
Tints of Paris M #2F2462
RGB
CMYK
RGB Variations
Color information
#2F2462 (or 0x2F2462) is known color: Paris M. HEX triplet: 2F, 24 and 62. RGB value is (47,36,98). Sum of RGB (Red+Green+Blue) = 47+36+98=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F2462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2462 is #D0DB9D. Grayscale: #2E2E2E. Windows color (decimal): -13687710 or 6431791. OLE color: 6431791.
HSL color Cylindrical-coordinate representation of color #2F2462: hue angle of 250.65º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F2462 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 36 | 98 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.62 |
| HSL | 250.65º | 0.46% | 0.26% | - |
| HSV(B) | 250.65º | 0.63% | 0.38% | - |
| XYZ | 4.01 | 2.75 | 11.87 | - |
| YUV | 46.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 98 | 0.52 | 0.63 | 0 | 0.62 | 250.65 | 0.46 | 0.26 |
| Hex | 2F | 24 | 62 | 34 | 3F | 0 | 3E | FB | 2E | 1A |
| Octal | 57 | 44 | 142 | 64 | 77 | 0 | 76 | 373 | 56 | 32 |
| Binary | 101111 | 100100 | 1100010 | 110100 | 111111 | 0 | 111110 | 11111011 | 101110 | 11010 |
Color Harmonies of #2F2462
Complementary color
Monochromatic Colors of #2F2462
Black with #2F2462
Text Example
Text Example
White with #2F2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2462; }
p { color: rgb(47,36,98); }
H1.HeaderClassName
{
color: #2F2462;
}
.AnyTagClassName
{
color: #2F2462;
}
</style>
background-color css
<style>
a { background-color: #2F2462; }
a { background-color: rgb(47,36,98); }
div.DivClassName
{
background-color: #2F2462;
}
.BgClassName
{
background-color: #2F2462;
}
</style>
border-color css
<style>
span { border-color: #2F2462; }
span { border-color: rgb(47,36,98); }
td.TdClassName
{
border-color: #2F2462;
}
.TagClassName
{
border-color: #2F2462;
}
</style>