Shades of Paris M #282161
Tints of Paris M #282161
RGB
CMYK
RGB Variations
Color information
#282161 (or 0x282161) is known color: Paris M. HEX triplet: 28, 21 and 61. RGB value is (40,33,97). Sum of RGB (Red+Green+Blue) = 40+33+97=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #282161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282161 is #D7DE9E. Grayscale: #2A2A2A. Windows color (decimal): -14147231 or 6365480. OLE color: 6365480.
HSL color Cylindrical-coordinate representation of color #282161: hue angle of 246.56º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #282161 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 33 | 97 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.62 |
| HSL | 246.56º | 0.49% | 0.25% | - |
| HSV(B) | 246.56º | 0.66% | 0.38% | - |
| XYZ | 3.58 | 2.4 | 11.58 | - |
| YUV | 42.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 97 | 0.59 | 0.66 | 0 | 0.62 | 246.56 | 0.49 | 0.25 |
| Hex | 28 | 21 | 61 | 3B | 42 | 0 | 3E | F7 | 31 | 19 |
| Octal | 50 | 41 | 141 | 73 | 102 | 0 | 76 | 367 | 61 | 31 |
| Binary | 101000 | 100001 | 1100001 | 111011 | 1000010 | 0 | 111110 | 11110111 | 110001 | 11001 |
Color Harmonies of #282161
Complementary color
Monochromatic Colors of #282161
Black with #282161
Text Example
Text Example
White with #282161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282161; }
p { color: rgb(40,33,97); }
H1.HeaderClassName
{
color: #282161;
}
.AnyTagClassName
{
color: #282161;
}
</style>
background-color css
<style>
a { background-color: #282161; }
a { background-color: rgb(40,33,97); }
div.DivClassName
{
background-color: #282161;
}
.BgClassName
{
background-color: #282161;
}
</style>
border-color css
<style>
span { border-color: #282161; }
span { border-color: rgb(40,33,97); }
td.TdClassName
{
border-color: #282161;
}
.TagClassName
{
border-color: #282161;
}
</style>