Shades of Paris M #252166
Tints of Paris M #252166
RGB
CMYK
RGB Variations
Color information
#252166 (or 0x252166) is known color: Paris M. HEX triplet: 25, 21 and 66. RGB value is (37,33,102). Sum of RGB (Red+Green+Blue) = 37+33+102=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #252166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252166 is #DADE99. Grayscale: #292929. Windows color (decimal): -14343834 or 6693157. OLE color: 6693157.
HSL color Cylindrical-coordinate representation of color #252166: hue angle of 243.48º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252166 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 33 | 102 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.6 |
| HSL | 243.48º | 0.51% | 0.26% | - |
| HSV(B) | 243.48º | 0.68% | 0.4% | - |
| XYZ | 3.71 | 2.44 | 12.85 | - |
| YUV | 42.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 102 | 0.64 | 0.68 | 0 | 0.6 | 243.48 | 0.51 | 0.26 |
| Hex | 25 | 21 | 66 | 40 | 44 | 0 | 3C | F3 | 33 | 1A |
| Octal | 45 | 41 | 146 | 100 | 104 | 0 | 74 | 363 | 63 | 32 |
| Binary | 100101 | 100001 | 1100110 | 1000000 | 1000100 | 0 | 111100 | 11110011 | 110011 | 11010 |
Color Harmonies of #252166
Complementary color
Monochromatic Colors of #252166
Black with #252166
Text Example
Text Example
White with #252166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252166; }
p { color: rgb(37,33,102); }
H1.HeaderClassName
{
color: #252166;
}
.AnyTagClassName
{
color: #252166;
}
</style>
background-color css
<style>
a { background-color: #252166; }
a { background-color: rgb(37,33,102); }
div.DivClassName
{
background-color: #252166;
}
.BgClassName
{
background-color: #252166;
}
</style>
border-color css
<style>
span { border-color: #252166; }
span { border-color: rgb(37,33,102); }
td.TdClassName
{
border-color: #252166;
}
.TagClassName
{
border-color: #252166;
}
</style>