Shades of Paris M #252165
Tints of Paris M #252165
RGB
CMYK
RGB Variations
Color information
#252165 (or 0x252165) is known color: Paris M. HEX triplet: 25, 21 and 65. RGB value is (37,33,101). Sum of RGB (Red+Green+Blue) = 37+33+101=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #252165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252165 is #DADE9A. Grayscale: #292929. Windows color (decimal): -14343835 or 6627621. OLE color: 6627621.
HSL color Cylindrical-coordinate representation of color #252165: hue angle of 243.53º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #252165 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 33 | 101 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.60 |
| HSL | 243.53º | 0.51% | 0.26% | - |
| HSV(B) | 243.53º | 0.67% | 0.4% | - |
| XYZ | 3.66 | 2.42 | 12.59 | - |
| YUV | 41.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 101 | 0.63 | 0.67 | 0 | 0.60 | 243.53 | 0.51 | 0.26 |
| Hex | 25 | 21 | 65 | 3F | 43 | 0 | 3C | F4 | 33 | 1A |
| Octal | 45 | 41 | 145 | 77 | 103 | 0 | 74 | 364 | 63 | 32 |
| Binary | 100101 | 100001 | 1100101 | 111111 | 1000011 | 0 | 111100 | 11110100 | 110011 | 11010 |
Color Harmonies of #252165
Complementary color
Monochromatic Colors of #252165
Black with #252165
Text Example
Text Example
White with #252165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252165; }
p { color: rgb(37,33,101); }
H1.HeaderClassName
{
color: #252165;
}
.AnyTagClassName
{
color: #252165;
}
</style>
background-color css
<style>
a { background-color: #252165; }
a { background-color: rgb(37,33,101); }
div.DivClassName
{
background-color: #252165;
}
.BgClassName
{
background-color: #252165;
}
</style>
border-color css
<style>
span { border-color: #252165; }
span { border-color: rgb(37,33,101); }
td.TdClassName
{
border-color: #252165;
}
.TagClassName
{
border-color: #252165;
}
</style>