Shades of Paris M #28165F
Tints of Paris M #28165F
RGB
CMYK
RGB Variations
Color information
#28165F (or 0x28165F) is known color: Paris M. HEX triplet: 28, 16 and 5F. RGB value is (40,22,95). Sum of RGB (Red+Green+Blue) = 40+22+95=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #28165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28165F is #D7E9A0. Grayscale: #232323. Windows color (decimal): -14150049 or 6231592. OLE color: 6231592.
HSL color Cylindrical-coordinate representation of color #28165F: hue angle of 254.79º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28165F is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 22 | 95 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.63 |
| HSL | 254.79º | 0.62% | 0.23% | - |
| HSV(B) | 254.79º | 0.77% | 0.37% | - |
| XYZ | 3.23 | 1.85 | 11.01 | - |
| YUV | 35.7 | 161.46 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 95 | 0.58 | 0.77 | 0 | 0.63 | 254.79 | 0.62 | 0.23 |
| Hex | 28 | 16 | 5F | 3A | 4D | 0 | 3F | FF | 3E | 17 |
| Octal | 50 | 26 | 137 | 72 | 115 | 0 | 77 | 377 | 76 | 27 |
| Binary | 101000 | 10110 | 1011111 | 111010 | 1001101 | 0 | 111111 | 11111111 | 111110 | 10111 |
Color Harmonies of #28165F
Complementary color
Monochromatic Colors of #28165F
Black with #28165F
Text Example
Text Example
White with #28165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28165F; }
p { color: rgb(40,22,95); }
H1.HeaderClassName
{
color: #28165F;
}
.AnyTagClassName
{
color: #28165F;
}
</style>
background-color css
<style>
a { background-color: #28165F; }
a { background-color: rgb(40,22,95); }
div.DivClassName
{
background-color: #28165F;
}
.BgClassName
{
background-color: #28165F;
}
</style>
border-color css
<style>
span { border-color: #28165F; }
span { border-color: rgb(40,22,95); }
td.TdClassName
{
border-color: #28165F;
}
.TagClassName
{
border-color: #28165F;
}
</style>