Shades of Paris M #28175C
Tints of Paris M #28175C
RGB
CMYK
RGB Variations
Color information
#28175C (or 0x28175C) is known color: Paris M. HEX triplet: 28, 17 and 5C. RGB value is (40,23,92). Sum of RGB (Red+Green+Blue) = 40+23+92=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #28175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28175C is #D7E8A3. Grayscale: #232323. Windows color (decimal): -14149796 or 6035240. OLE color: 6035240.
HSL color Cylindrical-coordinate representation of color #28175C: hue angle of 254.78º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28175C is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 23 | 92 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.64 |
| HSL | 254.78º | 0.6% | 0.23% | - |
| HSV(B) | 254.78º | 0.75% | 0.36% | - |
| XYZ | 3.11 | 1.84 | 10.32 | - |
| YUV | 35.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 92 | 0.57 | 0.75 | 0 | 0.64 | 254.78 | 0.6 | 0.23 |
| Hex | 28 | 17 | 5C | 39 | 4B | 0 | 40 | FF | 3C | 17 |
| Octal | 50 | 27 | 134 | 71 | 113 | 0 | 100 | 377 | 74 | 27 |
| Binary | 101000 | 10111 | 1011100 | 111001 | 1001011 | 0 | 1000000 | 11111111 | 111100 | 10111 |
Color Harmonies of #28175C
Complementary color
Monochromatic Colors of #28175C
Black with #28175C
Text Example
Text Example
White with #28175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28175C; }
p { color: rgb(40,23,92); }
H1.HeaderClassName
{
color: #28175C;
}
.AnyTagClassName
{
color: #28175C;
}
</style>
background-color css
<style>
a { background-color: #28175C; }
a { background-color: rgb(40,23,92); }
div.DivClassName
{
background-color: #28175C;
}
.BgClassName
{
background-color: #28175C;
}
</style>
border-color css
<style>
span { border-color: #28175C; }
span { border-color: rgb(40,23,92); }
td.TdClassName
{
border-color: #28175C;
}
.TagClassName
{
border-color: #28175C;
}
</style>