Shades of Paris M #281963
Tints of Paris M #281963
RGB
CMYK
RGB Variations
Color information
#281963 (or 0x281963) is known color: Paris M. HEX triplet: 28, 19 and 63. RGB value is (40,25,99). Sum of RGB (Red+Green+Blue) = 40+25+99=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #281963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281963 is #D7E69C. Grayscale: #252525. Windows color (decimal): -14149277 or 6494504. OLE color: 6494504.
HSL color Cylindrical-coordinate representation of color #281963: hue angle of 252.16º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281963 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 25 | 99 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.61 |
| HSL | 252.16º | 0.6% | 0.24% | - |
| HSV(B) | 252.16º | 0.75% | 0.39% | - |
| XYZ | 3.47 | 2.05 | 12.02 | - |
| YUV | 37.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 99 | 0.60 | 0.75 | 0 | 0.61 | 252.16 | 0.6 | 0.24 |
| Hex | 28 | 19 | 63 | 3C | 4B | 0 | 3D | FC | 3C | 18 |
| Octal | 50 | 31 | 143 | 74 | 113 | 0 | 75 | 374 | 74 | 30 |
| Binary | 101000 | 11001 | 1100011 | 111100 | 1001011 | 0 | 111101 | 11111100 | 111100 | 11000 |
Color Harmonies of #281963
Complementary color
Monochromatic Colors of #281963
Black with #281963
Text Example
Text Example
White with #281963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281963; }
p { color: rgb(40,25,99); }
H1.HeaderClassName
{
color: #281963;
}
.AnyTagClassName
{
color: #281963;
}
</style>
background-color css
<style>
a { background-color: #281963; }
a { background-color: rgb(40,25,99); }
div.DivClassName
{
background-color: #281963;
}
.BgClassName
{
background-color: #281963;
}
</style>
border-color css
<style>
span { border-color: #281963; }
span { border-color: rgb(40,25,99); }
td.TdClassName
{
border-color: #281963;
}
.TagClassName
{
border-color: #281963;
}
</style>