Shades of Paris M #28195D
Tints of Paris M #28195D
RGB
CMYK
RGB Variations
Color information
#28195D (or 0x28195D) is known color: Paris M. HEX triplet: 28, 19 and 5D. RGB value is (40,25,93). Sum of RGB (Red+Green+Blue) = 40+25+93=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #28195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28195D is #D7E6A2. Grayscale: #242424. Windows color (decimal): -14149283 or 6101288. OLE color: 6101288.
HSL color Cylindrical-coordinate representation of color #28195D: hue angle of 253.24º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28195D is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 25 | 93 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.64 |
| HSL | 253.24º | 0.58% | 0.23% | - |
| HSV(B) | 253.24º | 0.73% | 0.36% | - |
| XYZ | 3.2 | 1.94 | 10.56 | - |
| YUV | 37.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 93 | 0.57 | 0.73 | 0 | 0.64 | 253.24 | 0.58 | 0.23 |
| Hex | 28 | 19 | 5D | 39 | 49 | 0 | 40 | FD | 3A | 17 |
| Octal | 50 | 31 | 135 | 71 | 111 | 0 | 100 | 375 | 72 | 27 |
| Binary | 101000 | 11001 | 1011101 | 111001 | 1001001 | 0 | 1000000 | 11111101 | 111010 | 10111 |
Color Harmonies of #28195D
Complementary color
Monochromatic Colors of #28195D
Black with #28195D
Text Example
Text Example
White with #28195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28195D; }
p { color: rgb(40,25,93); }
H1.HeaderClassName
{
color: #28195D;
}
.AnyTagClassName
{
color: #28195D;
}
</style>
background-color css
<style>
a { background-color: #28195D; }
a { background-color: rgb(40,25,93); }
div.DivClassName
{
background-color: #28195D;
}
.BgClassName
{
background-color: #28195D;
}
</style>
border-color css
<style>
span { border-color: #28195D; }
span { border-color: rgb(40,25,93); }
td.TdClassName
{
border-color: #28195D;
}
.TagClassName
{
border-color: #28195D;
}
</style>