Shades of Paris M #28215D
Tints of Paris M #28215D
RGB
CMYK
RGB Variations
Color information
#28215D (or 0x28215D) is known color: Paris M. HEX triplet: 28, 21 and 5D. RGB value is (40,33,93). Sum of RGB (Red+Green+Blue) = 40+33+93=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #28215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28215D is #D7DEA2. Grayscale: #292929. Windows color (decimal): -14147235 or 6103336. OLE color: 6103336.
HSL color Cylindrical-coordinate representation of color #28215D: hue angle of 247º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28215D is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 33 | 93 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.64 |
| HSL | 247º | 0.48% | 0.25% | - |
| HSV(B) | 247º | 0.65% | 0.36% | - |
| XYZ | 3.39 | 2.33 | 10.63 | - |
| YUV | 41.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 93 | 0.57 | 0.65 | 0 | 0.64 | 247 | 0.48 | 0.25 |
| Hex | 28 | 21 | 5D | 39 | 41 | 0 | 40 | F7 | 30 | 19 |
| Octal | 50 | 41 | 135 | 71 | 101 | 0 | 100 | 367 | 60 | 31 |
| Binary | 101000 | 100001 | 1011101 | 111001 | 1000001 | 0 | 1000000 | 11110111 | 110000 | 11001 |
Color Harmonies of #28215D
Complementary color
Monochromatic Colors of #28215D
Black with #28215D
Text Example
Text Example
White with #28215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28215D; }
p { color: rgb(40,33,93); }
H1.HeaderClassName
{
color: #28215D;
}
.AnyTagClassName
{
color: #28215D;
}
</style>
background-color css
<style>
a { background-color: #28215D; }
a { background-color: rgb(40,33,93); }
div.DivClassName
{
background-color: #28215D;
}
.BgClassName
{
background-color: #28215D;
}
</style>
border-color css
<style>
span { border-color: #28215D; }
span { border-color: rgb(40,33,93); }
td.TdClassName
{
border-color: #28215D;
}
.TagClassName
{
border-color: #28215D;
}
</style>