Shades of Paris M #282165
Tints of Paris M #282165
RGB
CMYK
RGB Variations
Color information
#282165 (or 0x282165) is known color: Paris M. HEX triplet: 28, 21 and 65. RGB value is (40,33,101). Sum of RGB (Red+Green+Blue) = 40+33+101=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #282165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282165 is #D7DE9A. Grayscale: #2A2A2A. Windows color (decimal): -14147227 or 6627624. OLE color: 6627624.
HSL color Cylindrical-coordinate representation of color #282165: hue angle of 246.18º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #282165 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 33 | 101 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.60 |
| HSL | 246.18º | 0.51% | 0.26% | - |
| HSV(B) | 246.18º | 0.67% | 0.4% | - |
| XYZ | 3.77 | 2.48 | 12.59 | - |
| YUV | 42.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 101 | 0.60 | 0.67 | 0 | 0.60 | 246.18 | 0.51 | 0.26 |
| Hex | 28 | 21 | 65 | 3C | 43 | 0 | 3C | F6 | 33 | 1A |
| Octal | 50 | 41 | 145 | 74 | 103 | 0 | 74 | 366 | 63 | 32 |
| Binary | 101000 | 100001 | 1100101 | 111100 | 1000011 | 0 | 111100 | 11110110 | 110011 | 11010 |
Color Harmonies of #282165
Complementary color
Monochromatic Colors of #282165
Black with #282165
Text Example
Text Example
White with #282165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282165; }
p { color: rgb(40,33,101); }
H1.HeaderClassName
{
color: #282165;
}
.AnyTagClassName
{
color: #282165;
}
</style>
background-color css
<style>
a { background-color: #282165; }
a { background-color: rgb(40,33,101); }
div.DivClassName
{
background-color: #282165;
}
.BgClassName
{
background-color: #282165;
}
</style>
border-color css
<style>
span { border-color: #282165; }
span { border-color: rgb(40,33,101); }
td.TdClassName
{
border-color: #282165;
}
.TagClassName
{
border-color: #282165;
}
</style>