Shades of Paris M #28185E
Tints of Paris M #28185E
RGB
CMYK
RGB Variations
Color information
#28185E (or 0x28185E) is known color: Paris M. HEX triplet: 28, 18 and 5E. RGB value is (40,24,94). Sum of RGB (Red+Green+Blue) = 40+24+94=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #28185E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28185E is #D7E7A1. Grayscale: #242424. Windows color (decimal): -14149538 or 6166568. OLE color: 6166568.
HSL color Cylindrical-coordinate representation of color #28185E: hue angle of 253.71º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28185E is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 24 | 94 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.63 |
| HSL | 253.71º | 0.59% | 0.23% | - |
| HSV(B) | 253.71º | 0.74% | 0.37% | - |
| XYZ | 3.22 | 1.91 | 10.79 | - |
| YUV | 36.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 94 | 0.57 | 0.74 | 0 | 0.63 | 253.71 | 0.59 | 0.23 |
| Hex | 28 | 18 | 5E | 39 | 4A | 0 | 3F | FE | 3B | 17 |
| Octal | 50 | 30 | 136 | 71 | 112 | 0 | 77 | 376 | 73 | 27 |
| Binary | 101000 | 11000 | 1011110 | 111001 | 1001010 | 0 | 111111 | 11111110 | 111011 | 10111 |
Color Harmonies of #28185E
Complementary color
Monochromatic Colors of #28185E
Black with #28185E
Text Example
Text Example
White with #28185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28185E; }
p { color: rgb(40,24,94); }
H1.HeaderClassName
{
color: #28185E;
}
.AnyTagClassName
{
color: #28185E;
}
</style>
background-color css
<style>
a { background-color: #28185E; }
a { background-color: rgb(40,24,94); }
div.DivClassName
{
background-color: #28185E;
}
.BgClassName
{
background-color: #28185E;
}
</style>
border-color css
<style>
span { border-color: #28185E; }
span { border-color: rgb(40,24,94); }
td.TdClassName
{
border-color: #28185E;
}
.TagClassName
{
border-color: #28185E;
}
</style>