Shades of Paris M #28165A
Tints of Paris M #28165A
RGB
CMYK
RGB Variations
Color information
#28165A (or 0x28165A) is known color: Paris M. HEX triplet: 28, 16 and 5A. RGB value is (40,22,90). Sum of RGB (Red+Green+Blue) = 40+22+90=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #28165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28165A is #D7E9A5. Grayscale: #222222. Windows color (decimal): -14150054 or 5903912. OLE color: 5903912.
HSL color Cylindrical-coordinate representation of color #28165A: hue angle of 255.88º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28165A is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 22 | 90 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.65 |
| HSL | 255.88º | 0.61% | 0.22% | - |
| HSV(B) | 255.88º | 0.76% | 0.35% | - |
| XYZ | 3.01 | 1.76 | 9.85 | - |
| YUV | 35.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 90 | 0.56 | 0.76 | 0 | 0.65 | 255.88 | 0.61 | 0.22 |
| Hex | 28 | 16 | 5A | 38 | 4C | 0 | 41 | 100 | 3D | 16 |
| Octal | 50 | 26 | 132 | 70 | 114 | 0 | 101 | 400 | 75 | 26 |
| Binary | 101000 | 10110 | 1011010 | 111000 | 1001100 | 0 | 1000001 | 100000000 | 111101 | 10110 |
Color Harmonies of #28165A
Complementary color
Monochromatic Colors of #28165A
Black with #28165A
Text Example
Text Example
White with #28165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28165A; }
p { color: rgb(40,22,90); }
H1.HeaderClassName
{
color: #28165A;
}
.AnyTagClassName
{
color: #28165A;
}
</style>
background-color css
<style>
a { background-color: #28165A; }
a { background-color: rgb(40,22,90); }
div.DivClassName
{
background-color: #28165A;
}
.BgClassName
{
background-color: #28165A;
}
</style>
border-color css
<style>
span { border-color: #28165A; }
span { border-color: rgb(40,22,90); }
td.TdClassName
{
border-color: #28165A;
}
.TagClassName
{
border-color: #28165A;
}
</style>