Shades of Paris M #251D61
Tints of Paris M #251D61
RGB
CMYK
RGB Variations
Color information
#251D61 (or 0x251D61) is known color: Paris M. HEX triplet: 25, 1D and 61. RGB value is (37,29,97). Sum of RGB (Red+Green+Blue) = 37+29+97=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #251D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D61 is #DAE29E. Grayscale: #262626. Windows color (decimal): -14344863 or 6364453. OLE color: 6364453.
HSL color Cylindrical-coordinate representation of color #251D61: hue angle of 247.06º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #251D61 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 29 | 97 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.62 |
| HSL | 247.06º | 0.54% | 0.25% | - |
| HSV(B) | 247.06º | 0.7% | 0.38% | - |
| XYZ | 3.36 | 2.14 | 11.54 | - |
| YUV | 39.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 97 | 0.62 | 0.70 | 0 | 0.62 | 247.06 | 0.54 | 0.25 |
| Hex | 25 | 1D | 61 | 3E | 46 | 0 | 3E | F7 | 36 | 19 |
| Octal | 45 | 35 | 141 | 76 | 106 | 0 | 76 | 367 | 66 | 31 |
| Binary | 100101 | 11101 | 1100001 | 111110 | 1000110 | 0 | 111110 | 11110111 | 110110 | 11001 |
Color Harmonies of #251D61
Complementary color
Monochromatic Colors of #251D61
Black with #251D61
Text Example
Text Example
White with #251D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D61; }
p { color: rgb(37,29,97); }
H1.HeaderClassName
{
color: #251D61;
}
.AnyTagClassName
{
color: #251D61;
}
</style>
background-color css
<style>
a { background-color: #251D61; }
a { background-color: rgb(37,29,97); }
div.DivClassName
{
background-color: #251D61;
}
.BgClassName
{
background-color: #251D61;
}
</style>
border-color css
<style>
span { border-color: #251D61; }
span { border-color: rgb(37,29,97); }
td.TdClassName
{
border-color: #251D61;
}
.TagClassName
{
border-color: #251D61;
}
</style>