Shades of Paris M #281F5F
Tints of Paris M #281F5F
RGB
CMYK
RGB Variations
Color information
#281F5F (or 0x281F5F) is known color: Paris M. HEX triplet: 28, 1F and 5F. RGB value is (40,31,95). Sum of RGB (Red+Green+Blue) = 40+31+95=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #281F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F5F is #D7E0A0. Grayscale: #282828. Windows color (decimal): -14147745 or 6233896. OLE color: 6233896.
HSL color Cylindrical-coordinate representation of color #281F5F: hue angle of 248.44º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #281F5F is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 31 | 95 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.63 |
| HSL | 248.44º | 0.51% | 0.25% | - |
| HSV(B) | 248.44º | 0.67% | 0.37% | - |
| XYZ | 3.43 | 2.26 | 11.08 | - |
| YUV | 40.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 95 | 0.58 | 0.67 | 0 | 0.63 | 248.44 | 0.51 | 0.25 |
| Hex | 28 | 1F | 5F | 3A | 43 | 0 | 3F | F8 | 33 | 19 |
| Octal | 50 | 37 | 137 | 72 | 103 | 0 | 77 | 370 | 63 | 31 |
| Binary | 101000 | 11111 | 1011111 | 111010 | 1000011 | 0 | 111111 | 11111000 | 110011 | 11001 |
Color Harmonies of #281F5F
Complementary color
Monochromatic Colors of #281F5F
Black with #281F5F
Text Example
Text Example
White with #281F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F5F; }
p { color: rgb(40,31,95); }
H1.HeaderClassName
{
color: #281F5F;
}
.AnyTagClassName
{
color: #281F5F;
}
</style>
background-color css
<style>
a { background-color: #281F5F; }
a { background-color: rgb(40,31,95); }
div.DivClassName
{
background-color: #281F5F;
}
.BgClassName
{
background-color: #281F5F;
}
</style>
border-color css
<style>
span { border-color: #281F5F; }
span { border-color: rgb(40,31,95); }
td.TdClassName
{
border-color: #281F5F;
}
.TagClassName
{
border-color: #281F5F;
}
</style>