Shades of Paris M #251F62
Tints of Paris M #251F62
RGB
CMYK
RGB Variations
Color information
#251F62 (or 0x251F62) is known color: Paris M. HEX triplet: 25, 1F and 62. RGB value is (37,31,98). Sum of RGB (Red+Green+Blue) = 37+31+98=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #251F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251F62 is #DAE09D. Grayscale: #282828. Windows color (decimal): -14344350 or 6430501. OLE color: 6430501.
HSL color Cylindrical-coordinate representation of color #251F62: hue angle of 245.37º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251F62 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 31 | 98 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.62 |
| HSL | 245.37º | 0.52% | 0.25% | - |
| HSV(B) | 245.37º | 0.68% | 0.38% | - |
| XYZ | 3.46 | 2.26 | 11.81 | - |
| YUV | 40.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 98 | 0.62 | 0.68 | 0 | 0.62 | 245.37 | 0.52 | 0.25 |
| Hex | 25 | 1F | 62 | 3E | 44 | 0 | 3E | F5 | 34 | 19 |
| Octal | 45 | 37 | 142 | 76 | 104 | 0 | 76 | 365 | 64 | 31 |
| Binary | 100101 | 11111 | 1100010 | 111110 | 1000100 | 0 | 111110 | 11110101 | 110100 | 11001 |
Color Harmonies of #251F62
Complementary color
Monochromatic Colors of #251F62
Black with #251F62
Text Example
Text Example
White with #251F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F62; }
p { color: rgb(37,31,98); }
H1.HeaderClassName
{
color: #251F62;
}
.AnyTagClassName
{
color: #251F62;
}
</style>
background-color css
<style>
a { background-color: #251F62; }
a { background-color: rgb(37,31,98); }
div.DivClassName
{
background-color: #251F62;
}
.BgClassName
{
background-color: #251F62;
}
</style>
border-color css
<style>
span { border-color: #251F62; }
span { border-color: rgb(37,31,98); }
td.TdClassName
{
border-color: #251F62;
}
.TagClassName
{
border-color: #251F62;
}
</style>