Shades of Paris M #28185B
Tints of Paris M #28185B
RGB
CMYK
RGB Variations
Color information
#28185B (or 0x28185B) is known color: Paris M. HEX triplet: 28, 18 and 5B. RGB value is (40,24,91). Sum of RGB (Red+Green+Blue) = 40+24+91=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #28185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28185B is #D7E7A4. Grayscale: #242424. Windows color (decimal): -14149541 or 5969960. OLE color: 5969960.
HSL color Cylindrical-coordinate representation of color #28185B: hue angle of 254.33º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28185B is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 24 | 91 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.64 |
| HSL | 254.33º | 0.58% | 0.23% | - |
| HSV(B) | 254.33º | 0.74% | 0.36% | - |
| XYZ | 3.09 | 1.86 | 10.09 | - |
| YUV | 36.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 91 | 0.56 | 0.74 | 0 | 0.64 | 254.33 | 0.58 | 0.23 |
| Hex | 28 | 18 | 5B | 38 | 4A | 0 | 40 | FE | 3A | 17 |
| Octal | 50 | 30 | 133 | 70 | 112 | 0 | 100 | 376 | 72 | 27 |
| Binary | 101000 | 11000 | 1011011 | 111000 | 1001010 | 0 | 1000000 | 11111110 | 111010 | 10111 |
Color Harmonies of #28185B
Complementary color
Monochromatic Colors of #28185B
Black with #28185B
Text Example
Text Example
White with #28185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28185B; }
p { color: rgb(40,24,91); }
H1.HeaderClassName
{
color: #28185B;
}
.AnyTagClassName
{
color: #28185B;
}
</style>
background-color css
<style>
a { background-color: #28185B; }
a { background-color: rgb(40,24,91); }
div.DivClassName
{
background-color: #28185B;
}
.BgClassName
{
background-color: #28185B;
}
</style>
border-color css
<style>
span { border-color: #28185B; }
span { border-color: rgb(40,24,91); }
td.TdClassName
{
border-color: #28185B;
}
.TagClassName
{
border-color: #28185B;
}
</style>