Shades of Paris M #281F60
Tints of Paris M #281F60
RGB
CMYK
RGB Variations
Color information
#281F60 (or 0x281F60) is known color: Paris M. HEX triplet: 28, 1F and 60. RGB value is (40,31,96). Sum of RGB (Red+Green+Blue) = 40+31+96=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #281F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F60 is #D7E09F. Grayscale: #282828. Windows color (decimal): -14147744 or 6299432. OLE color: 6299432.
HSL color Cylindrical-coordinate representation of color #281F60: hue angle of 248.31º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #281F60 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 31 | 96 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.62 |
| HSL | 248.31º | 0.51% | 0.25% | - |
| HSV(B) | 248.31º | 0.68% | 0.38% | - |
| XYZ | 3.48 | 2.28 | 11.32 | - |
| YUV | 41.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 96 | 0.58 | 0.68 | 0 | 0.62 | 248.31 | 0.51 | 0.25 |
| Hex | 28 | 1F | 60 | 3A | 44 | 0 | 3E | F8 | 33 | 19 |
| Octal | 50 | 37 | 140 | 72 | 104 | 0 | 76 | 370 | 63 | 31 |
| Binary | 101000 | 11111 | 1100000 | 111010 | 1000100 | 0 | 111110 | 11111000 | 110011 | 11001 |
Color Harmonies of #281F60
Complementary color
Monochromatic Colors of #281F60
Black with #281F60
Text Example
Text Example
White with #281F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F60; }
p { color: rgb(40,31,96); }
H1.HeaderClassName
{
color: #281F60;
}
.AnyTagClassName
{
color: #281F60;
}
</style>
background-color css
<style>
a { background-color: #281F60; }
a { background-color: rgb(40,31,96); }
div.DivClassName
{
background-color: #281F60;
}
.BgClassName
{
background-color: #281F60;
}
</style>
border-color css
<style>
span { border-color: #281F60; }
span { border-color: rgb(40,31,96); }
td.TdClassName
{
border-color: #281F60;
}
.TagClassName
{
border-color: #281F60;
}
</style>