Shades of Paris M #282862
Tints of Paris M #282862
RGB
CMYK
RGB Variations
Color information
#282862 (or 0x282862) is known color: Paris M. HEX triplet: 28, 28 and 62. RGB value is (40,40,98). Sum of RGB (Red+Green+Blue) = 40+40+98=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #282862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282862 is #D7D79D. Grayscale: #2E2E2E. Windows color (decimal): -14145438 or 6432808. OLE color: 6432808.
HSL color Cylindrical-coordinate representation of color #282862: hue angle of 240º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #282862 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 40 | 98 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.62 |
| HSL | 240º | 0.42% | 0.27% | - |
| HSV(B) | 240º | 0.59% | 0.38% | - |
| XYZ | 3.84 | 2.85 | 11.9 | - |
| YUV | 46.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 98 | 0.59 | 0.59 | 0 | 0.62 | 240 | 0.42 | 0.27 |
| Hex | 28 | 28 | 62 | 3B | 3B | 0 | 3E | F0 | 2A | 1B |
| Octal | 50 | 50 | 142 | 73 | 73 | 0 | 76 | 360 | 52 | 33 |
| Binary | 101000 | 101000 | 1100010 | 111011 | 111011 | 0 | 111110 | 11110000 | 101010 | 11011 |
Color Harmonies of #282862
Complementary color
Monochromatic Colors of #282862
Black with #282862
Text Example
Text Example
White with #282862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282862; }
p { color: rgb(40,40,98); }
H1.HeaderClassName
{
color: #282862;
}
.AnyTagClassName
{
color: #282862;
}
</style>
background-color css
<style>
a { background-color: #282862; }
a { background-color: rgb(40,40,98); }
div.DivClassName
{
background-color: #282862;
}
.BgClassName
{
background-color: #282862;
}
</style>
border-color css
<style>
span { border-color: #282862; }
span { border-color: rgb(40,40,98); }
td.TdClassName
{
border-color: #282862;
}
.TagClassName
{
border-color: #282862;
}
</style>