Shades of Paris M #282064
Tints of Paris M #282064
RGB
CMYK
RGB Variations
Color information
#282064 (or 0x282064) is known color: Paris M. HEX triplet: 28, 20 and 64. RGB value is (40,32,100). Sum of RGB (Red+Green+Blue) = 40+32+100=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #282064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282064 is #D7DF9B. Grayscale: #292929. Windows color (decimal): -14147484 or 6561832. OLE color: 6561832.
HSL color Cylindrical-coordinate representation of color #282064: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #282064 is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 32 | 100 | - |
| CMYK | 0.6 | 0.68 | 0 | 0.61 |
| HSL | 247.06º | 0.52% | 0.26% | - |
| HSV(B) | 247.06º | 0.68% | 0.39% | - |
| XYZ | 3.69 | 2.4 | 12.33 | - |
| YUV | 42.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 100 | 0.6 | 0.68 | 0 | 0.61 | 247.06 | 0.52 | 0.26 |
| Hex | 28 | 20 | 64 | 3C | 44 | 0 | 3D | F7 | 34 | 1A |
| Octal | 50 | 40 | 144 | 74 | 104 | 0 | 75 | 367 | 64 | 32 |
| Binary | 101000 | 100000 | 1100100 | 111100 | 1000100 | 0 | 111101 | 11110111 | 110100 | 11010 |
Color Harmonies of #282064
Complementary color
Monochromatic Colors of #282064
Black with #282064
Text Example
Text Example
White with #282064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282064; }
p { color: rgb(40,32,100); }
H1.HeaderClassName
{
color: #282064;
}
.AnyTagClassName
{
color: #282064;
}
</style>
background-color css
<style>
a { background-color: #282064; }
a { background-color: rgb(40,32,100); }
div.DivClassName
{
background-color: #282064;
}
.BgClassName
{
background-color: #282064;
}
</style>
border-color css
<style>
span { border-color: #282064; }
span { border-color: rgb(40,32,100); }
td.TdClassName
{
border-color: #282064;
}
.TagClassName
{
border-color: #282064;
}
</style>