Shades of Paris M #282065
Tints of Paris M #282065
RGB
CMYK
RGB Variations
Color information
#282065 (or 0x282065) is known color: Paris M. HEX triplet: 28, 20 and 65. RGB value is (40,32,101). Sum of RGB (Red+Green+Blue) = 40+32+101=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #282065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282065 is #D7DF9A. Grayscale: #292929. Windows color (decimal): -14147483 or 6627368. OLE color: 6627368.
HSL color Cylindrical-coordinate representation of color #282065: hue angle of 246.96º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #282065 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 32 | 101 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.60 |
| HSL | 246.96º | 0.52% | 0.26% | - |
| HSV(B) | 246.96º | 0.68% | 0.4% | - |
| XYZ | 3.74 | 2.42 | 12.58 | - |
| YUV | 42.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 101 | 0.60 | 0.68 | 0 | 0.60 | 246.96 | 0.52 | 0.26 |
| Hex | 28 | 20 | 65 | 3C | 44 | 0 | 3C | F7 | 34 | 1A |
| Octal | 50 | 40 | 145 | 74 | 104 | 0 | 74 | 367 | 64 | 32 |
| Binary | 101000 | 100000 | 1100101 | 111100 | 1000100 | 0 | 111100 | 11110111 | 110100 | 11010 |
Color Harmonies of #282065
Complementary color
Monochromatic Colors of #282065
Black with #282065
Text Example
Text Example
White with #282065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282065; }
p { color: rgb(40,32,101); }
H1.HeaderClassName
{
color: #282065;
}
.AnyTagClassName
{
color: #282065;
}
</style>
background-color css
<style>
a { background-color: #282065; }
a { background-color: rgb(40,32,101); }
div.DivClassName
{
background-color: #282065;
}
.BgClassName
{
background-color: #282065;
}
</style>
border-color css
<style>
span { border-color: #282065; }
span { border-color: rgb(40,32,101); }
td.TdClassName
{
border-color: #282065;
}
.TagClassName
{
border-color: #282065;
}
</style>