Shades of Paris M #28165B
Tints of Paris M #28165B
RGB
CMYK
RGB Variations
Color information
#28165B (or 0x28165B) is known color: Paris M. HEX triplet: 28, 16 and 5B. RGB value is (40,22,91). Sum of RGB (Red+Green+Blue) = 40+22+91=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #28165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28165B is #D7E9A4. Grayscale: #222222. Windows color (decimal): -14150053 or 5969448. OLE color: 5969448.
HSL color Cylindrical-coordinate representation of color #28165B: hue angle of 255.65º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28165B is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 22 | 91 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.64 |
| HSL | 255.65º | 0.61% | 0.22% | - |
| HSV(B) | 255.65º | 0.76% | 0.36% | - |
| XYZ | 3.05 | 1.78 | 10.08 | - |
| YUV | 35.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 91 | 0.56 | 0.76 | 0 | 0.64 | 255.65 | 0.61 | 0.22 |
| Hex | 28 | 16 | 5B | 38 | 4C | 0 | 40 | 100 | 3D | 16 |
| Octal | 50 | 26 | 133 | 70 | 114 | 0 | 100 | 400 | 75 | 26 |
| Binary | 101000 | 10110 | 1011011 | 111000 | 1001100 | 0 | 1000000 | 100000000 | 111101 | 10110 |
Color Harmonies of #28165B
Complementary color
Monochromatic Colors of #28165B
Black with #28165B
Text Example
Text Example
White with #28165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28165B; }
p { color: rgb(40,22,91); }
H1.HeaderClassName
{
color: #28165B;
}
.AnyTagClassName
{
color: #28165B;
}
</style>
background-color css
<style>
a { background-color: #28165B; }
a { background-color: rgb(40,22,91); }
div.DivClassName
{
background-color: #28165B;
}
.BgClassName
{
background-color: #28165B;
}
</style>
border-color css
<style>
span { border-color: #28165B; }
span { border-color: rgb(40,22,91); }
td.TdClassName
{
border-color: #28165B;
}
.TagClassName
{
border-color: #28165B;
}
</style>