Shades of Paris M #28195E
Tints of Paris M #28195E
RGB
CMYK
RGB Variations
Color information
#28195E (or 0x28195E) is known color: Paris M. HEX triplet: 28, 19 and 5E. RGB value is (40,25,94). Sum of RGB (Red+Green+Blue) = 40+25+94=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #28195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28195E is #D7E6A1. Grayscale: #252525. Windows color (decimal): -14149282 or 6166824. OLE color: 6166824.
HSL color Cylindrical-coordinate representation of color #28195E: hue angle of 253.04º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28195E is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 25 | 94 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.63 |
| HSL | 253.04º | 0.58% | 0.23% | - |
| HSV(B) | 253.04º | 0.73% | 0.37% | - |
| XYZ | 3.24 | 1.95 | 10.8 | - |
| YUV | 37.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 94 | 0.57 | 0.73 | 0 | 0.63 | 253.04 | 0.58 | 0.23 |
| Hex | 28 | 19 | 5E | 39 | 49 | 0 | 3F | FD | 3A | 17 |
| Octal | 50 | 31 | 136 | 71 | 111 | 0 | 77 | 375 | 72 | 27 |
| Binary | 101000 | 11001 | 1011110 | 111001 | 1001001 | 0 | 111111 | 11111101 | 111010 | 10111 |
Color Harmonies of #28195E
Complementary color
Monochromatic Colors of #28195E
Black with #28195E
Text Example
Text Example
White with #28195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28195E; }
p { color: rgb(40,25,94); }
H1.HeaderClassName
{
color: #28195E;
}
.AnyTagClassName
{
color: #28195E;
}
</style>
background-color css
<style>
a { background-color: #28195E; }
a { background-color: rgb(40,25,94); }
div.DivClassName
{
background-color: #28195E;
}
.BgClassName
{
background-color: #28195E;
}
</style>
border-color css
<style>
span { border-color: #28195E; }
span { border-color: rgb(40,25,94); }
td.TdClassName
{
border-color: #28195E;
}
.TagClassName
{
border-color: #28195E;
}
</style>