Shades of Paris M #28206D
Tints of Paris M #28206D
RGB
CMYK
RGB Variations
Color information
#28206D (or 0x28206D) is known color: Paris M. HEX triplet: 28, 20 and 6D. RGB value is (40,32,109). Sum of RGB (Red+Green+Blue) = 40+32+109=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #28206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28206D is #D7DF92. Grayscale: #2A2A2A. Windows color (decimal): -14147475 or 7151656. OLE color: 7151656.
HSL color Cylindrical-coordinate representation of color #28206D: hue angle of 246.23º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28206D is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 32 | 109 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.57 |
| HSL | 246.23º | 0.55% | 0.28% | - |
| HSV(B) | 246.23º | 0.71% | 0.43% | - |
| XYZ | 4.15 | 2.59 | 14.75 | - |
| YUV | 43.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 109 | 0.63 | 0.71 | 0 | 0.57 | 246.23 | 0.55 | 0.28 |
| Hex | 28 | 20 | 6D | 3F | 47 | 0 | 39 | F6 | 37 | 1C |
| Octal | 50 | 40 | 155 | 77 | 107 | 0 | 71 | 366 | 67 | 34 |
| Binary | 101000 | 100000 | 1101101 | 111111 | 1000111 | 0 | 111001 | 11110110 | 110111 | 11100 |
Color Harmonies of #28206D
Complementary color
Monochromatic Colors of #28206D
Black with #28206D
Text Example
Text Example
White with #28206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28206D; }
p { color: rgb(40,32,109); }
H1.HeaderClassName
{
color: #28206D;
}
.AnyTagClassName
{
color: #28206D;
}
</style>
background-color css
<style>
a { background-color: #28206D; }
a { background-color: rgb(40,32,109); }
div.DivClassName
{
background-color: #28206D;
}
.BgClassName
{
background-color: #28206D;
}
</style>
border-color css
<style>
span { border-color: #28206D; }
span { border-color: rgb(40,32,109); }
td.TdClassName
{
border-color: #28206D;
}
.TagClassName
{
border-color: #28206D;
}
</style>