Shades of Paris M #28216D
Tints of Paris M #28216D
RGB
CMYK
RGB Variations
Color information
#28216D (or 0x28216D) is known color: Paris M. HEX triplet: 28, 21 and 6D. RGB value is (40,33,109). Sum of RGB (Red+Green+Blue) = 40+33+109=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #28216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28216D is #D7DE92. Grayscale: #2B2B2B. Windows color (decimal): -14147219 or 7151912. OLE color: 7151912.
HSL color Cylindrical-coordinate representation of color #28216D: hue angle of 245.53º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28216D is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 33 | 109 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.57 |
| HSL | 245.53º | 0.54% | 0.28% | - |
| HSV(B) | 245.53º | 0.7% | 0.43% | - |
| XYZ | 4.18 | 2.64 | 14.76 | - |
| YUV | 43.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 109 | 0.63 | 0.70 | 0 | 0.57 | 245.53 | 0.54 | 0.28 |
| Hex | 28 | 21 | 6D | 3F | 46 | 0 | 39 | F6 | 36 | 1C |
| Octal | 50 | 41 | 155 | 77 | 106 | 0 | 71 | 366 | 66 | 34 |
| Binary | 101000 | 100001 | 1101101 | 111111 | 1000110 | 0 | 111001 | 11110110 | 110110 | 11100 |
Color Harmonies of #28216D
Complementary color
Monochromatic Colors of #28216D
Black with #28216D
Text Example
Text Example
White with #28216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28216D; }
p { color: rgb(40,33,109); }
H1.HeaderClassName
{
color: #28216D;
}
.AnyTagClassName
{
color: #28216D;
}
</style>
background-color css
<style>
a { background-color: #28216D; }
a { background-color: rgb(40,33,109); }
div.DivClassName
{
background-color: #28216D;
}
.BgClassName
{
background-color: #28216D;
}
</style>
border-color css
<style>
span { border-color: #28216D; }
span { border-color: rgb(40,33,109); }
td.TdClassName
{
border-color: #28216D;
}
.TagClassName
{
border-color: #28216D;
}
</style>