Shades of Paris M #281D61
Tints of Paris M #281D61
RGB
CMYK
RGB Variations
Color information
#281D61 (or 0x281D61) is known color: Paris M. HEX triplet: 28, 1D and 61. RGB value is (40,29,97). Sum of RGB (Red+Green+Blue) = 40+29+97=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #281D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D61 is #D7E29E. Grayscale: #272727. Windows color (decimal): -14148255 or 6364456. OLE color: 6364456.
HSL color Cylindrical-coordinate representation of color #281D61: hue angle of 249.71º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #281D61 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 29 | 97 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.62 |
| HSL | 249.71º | 0.54% | 0.25% | - |
| HSV(B) | 249.71º | 0.7% | 0.38% | - |
| XYZ | 3.47 | 2.19 | 11.55 | - |
| YUV | 40.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 97 | 0.59 | 0.70 | 0 | 0.62 | 249.71 | 0.54 | 0.25 |
| Hex | 28 | 1D | 61 | 3B | 46 | 0 | 3E | FA | 36 | 19 |
| Octal | 50 | 35 | 141 | 73 | 106 | 0 | 76 | 372 | 66 | 31 |
| Binary | 101000 | 11101 | 1100001 | 111011 | 1000110 | 0 | 111110 | 11111010 | 110110 | 11001 |
Color Harmonies of #281D61
Complementary color
Monochromatic Colors of #281D61
Black with #281D61
Text Example
Text Example
White with #281D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D61; }
p { color: rgb(40,29,97); }
H1.HeaderClassName
{
color: #281D61;
}
.AnyTagClassName
{
color: #281D61;
}
</style>
background-color css
<style>
a { background-color: #281D61; }
a { background-color: rgb(40,29,97); }
div.DivClassName
{
background-color: #281D61;
}
.BgClassName
{
background-color: #281D61;
}
</style>
border-color css
<style>
span { border-color: #281D61; }
span { border-color: rgb(40,29,97); }
td.TdClassName
{
border-color: #281D61;
}
.TagClassName
{
border-color: #281D61;
}
</style>