Shades of Paris M #28205D
Tints of Paris M #28205D
RGB
CMYK
RGB Variations
Color information
#28205D (or 0x28205D) is known color: Paris M. HEX triplet: 28, 20 and 5D. RGB value is (40,32,93). Sum of RGB (Red+Green+Blue) = 40+32+93=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #28205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28205D is #D7DFA2. Grayscale: #292929. Windows color (decimal): -14147491 or 6103080. OLE color: 6103080.
HSL color Cylindrical-coordinate representation of color #28205D: hue angle of 247.87º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28205D is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 32 | 93 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.64 |
| HSL | 247.87º | 0.49% | 0.25% | - |
| HSV(B) | 247.87º | 0.66% | 0.36% | - |
| XYZ | 3.37 | 2.27 | 10.62 | - |
| YUV | 41.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 93 | 0.57 | 0.66 | 0 | 0.64 | 247.87 | 0.49 | 0.25 |
| Hex | 28 | 20 | 5D | 39 | 42 | 0 | 40 | F8 | 31 | 19 |
| Octal | 50 | 40 | 135 | 71 | 102 | 0 | 100 | 370 | 61 | 31 |
| Binary | 101000 | 100000 | 1011101 | 111001 | 1000010 | 0 | 1000000 | 11111000 | 110001 | 11001 |
Color Harmonies of #28205D
Complementary color
Monochromatic Colors of #28205D
Black with #28205D
Text Example
Text Example
White with #28205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28205D; }
p { color: rgb(40,32,93); }
H1.HeaderClassName
{
color: #28205D;
}
.AnyTagClassName
{
color: #28205D;
}
</style>
background-color css
<style>
a { background-color: #28205D; }
a { background-color: rgb(40,32,93); }
div.DivClassName
{
background-color: #28205D;
}
.BgClassName
{
background-color: #28205D;
}
</style>
border-color css
<style>
span { border-color: #28205D; }
span { border-color: rgb(40,32,93); }
td.TdClassName
{
border-color: #28205D;
}
.TagClassName
{
border-color: #28205D;
}
</style>