Shades of Paris M #25155D
Tints of Paris M #25155D
RGB
CMYK
RGB Variations
Color information
#25155D (or 0x25155D) is known color: Paris M. HEX triplet: 25, 15 and 5D. RGB value is (37,21,93). Sum of RGB (Red+Green+Blue) = 37+21+93=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #25155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25155D is #DAEAA2. Grayscale: #212121. Windows color (decimal): -14346915 or 6100261. OLE color: 6100261.
HSL color Cylindrical-coordinate representation of color #25155D: hue angle of 253.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25155D is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 21 | 93 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.64 |
| HSL | 253.33º | 0.63% | 0.22% | - |
| HSV(B) | 253.33º | 0.77% | 0.36% | - |
| XYZ | 3.01 | 1.72 | 10.53 | - |
| YUV | 33.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 93 | 0.60 | 0.77 | 0 | 0.64 | 253.33 | 0.63 | 0.22 |
| Hex | 25 | 15 | 5D | 3C | 4D | 0 | 40 | FD | 3F | 16 |
| Octal | 45 | 25 | 135 | 74 | 115 | 0 | 100 | 375 | 77 | 26 |
| Binary | 100101 | 10101 | 1011101 | 111100 | 1001101 | 0 | 1000000 | 11111101 | 111111 | 10110 |
Color Harmonies of #25155D
Complementary color
Monochromatic Colors of #25155D
Black with #25155D
Text Example
Text Example
White with #25155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25155D; }
p { color: rgb(37,21,93); }
H1.HeaderClassName
{
color: #25155D;
}
.AnyTagClassName
{
color: #25155D;
}
</style>
background-color css
<style>
a { background-color: #25155D; }
a { background-color: rgb(37,21,93); }
div.DivClassName
{
background-color: #25155D;
}
.BgClassName
{
background-color: #25155D;
}
</style>
border-color css
<style>
span { border-color: #25155D; }
span { border-color: rgb(37,21,93); }
td.TdClassName
{
border-color: #25155D;
}
.TagClassName
{
border-color: #25155D;
}
</style>