Shades of Paris M #282565
Tints of Paris M #282565
RGB
CMYK
RGB Variations
Color information
#282565 (or 0x282565) is known color: Paris M. HEX triplet: 28, 25 and 65. RGB value is (40,37,101). Sum of RGB (Red+Green+Blue) = 40+37+101=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #282565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282565 is #D7DA9A. Grayscale: #2C2C2C. Windows color (decimal): -14146203 or 6628648. OLE color: 6628648.
HSL color Cylindrical-coordinate representation of color #282565: hue angle of 242.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282565 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 37 | 101 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.60 |
| HSL | 242.81º | 0.46% | 0.27% | - |
| HSV(B) | 242.81º | 0.63% | 0.4% | - |
| XYZ | 3.89 | 2.71 | 12.63 | - |
| YUV | 45.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 101 | 0.60 | 0.63 | 0 | 0.60 | 242.81 | 0.46 | 0.27 |
| Hex | 28 | 25 | 65 | 3C | 3F | 0 | 3C | F3 | 2E | 1B |
| Octal | 50 | 45 | 145 | 74 | 77 | 0 | 74 | 363 | 56 | 33 |
| Binary | 101000 | 100101 | 1100101 | 111100 | 111111 | 0 | 111100 | 11110011 | 101110 | 11011 |
Color Harmonies of #282565
Complementary color
Monochromatic Colors of #282565
Black with #282565
Text Example
Text Example
White with #282565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282565; }
p { color: rgb(40,37,101); }
H1.HeaderClassName
{
color: #282565;
}
.AnyTagClassName
{
color: #282565;
}
</style>
background-color css
<style>
a { background-color: #282565; }
a { background-color: rgb(40,37,101); }
div.DivClassName
{
background-color: #282565;
}
.BgClassName
{
background-color: #282565;
}
</style>
border-color css
<style>
span { border-color: #282565; }
span { border-color: rgb(40,37,101); }
td.TdClassName
{
border-color: #282565;
}
.TagClassName
{
border-color: #282565;
}
</style>