Shades of Paris M #2F2269
Tints of Paris M #2F2269
RGB
CMYK
RGB Variations
Color information
#2F2269 (or 0x2F2269) is known color: Paris M. HEX triplet: 2F, 22 and 69. RGB value is (47,34,105). Sum of RGB (Red+Green+Blue) = 47+34+105=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F2269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2269 is #D0DD96. Grayscale: #2D2D2D. Windows color (decimal): -13688215 or 6890031. OLE color: 6890031.
HSL color Cylindrical-coordinate representation of color #2F2269: hue angle of 250.99º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F2269 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 34 | 105 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.59 |
| HSL | 250.99º | 0.51% | 0.27% | - |
| HSV(B) | 250.99º | 0.68% | 0.41% | - |
| XYZ | 4.29 | 2.77 | 13.67 | - |
| YUV | 45.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 105 | 0.55 | 0.68 | 0 | 0.59 | 250.99 | 0.51 | 0.27 |
| Hex | 2F | 22 | 69 | 37 | 44 | 0 | 3B | FB | 33 | 1B |
| Octal | 57 | 42 | 151 | 67 | 104 | 0 | 73 | 373 | 63 | 33 |
| Binary | 101111 | 100010 | 1101001 | 110111 | 1000100 | 0 | 111011 | 11111011 | 110011 | 11011 |
Color Harmonies of #2F2269
Complementary color
Monochromatic Colors of #2F2269
Black with #2F2269
Text Example
Text Example
White with #2F2269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2269; }
p { color: rgb(47,34,105); }
H1.HeaderClassName
{
color: #2F2269;
}
.AnyTagClassName
{
color: #2F2269;
}
</style>
background-color css
<style>
a { background-color: #2F2269; }
a { background-color: rgb(47,34,105); }
div.DivClassName
{
background-color: #2F2269;
}
.BgClassName
{
background-color: #2F2269;
}
</style>
border-color css
<style>
span { border-color: #2F2269; }
span { border-color: rgb(47,34,105); }
td.TdClassName
{
border-color: #2F2269;
}
.TagClassName
{
border-color: #2F2269;
}
</style>