Shades of Paris M #25125F
Tints of Paris M #25125F
RGB
CMYK
RGB Variations
Color information
#25125F (or 0x25125F) is known color: Paris M. HEX triplet: 25, 12 and 5F. RGB value is (37,18,95). Sum of RGB (Red+Green+Blue) = 37+18+95=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 95 (37.5% from 255 or 63.33% from 150); Max value from RGB is 95 - color contains mainly: blue. Hex color #25125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25125F is #DAEDA0. Grayscale: #202020. Windows color (decimal): -14347681 or 6230565. OLE color: 6230565.
HSL color Cylindrical-coordinate representation of color #25125F: hue angle of 254.81º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25125F is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 18 | 95 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.63 |
| HSL | 254.81º | 0.68% | 0.22% | - |
| HSV(B) | 254.81º | 0.81% | 0.37% | - |
| XYZ | 3.04 | 1.65 | 10.98 | - |
| YUV | 32.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 95 | 0.61 | 0.81 | 0 | 0.63 | 254.81 | 0.68 | 0.22 |
| Hex | 25 | 12 | 5F | 3D | 51 | 0 | 3F | FF | 44 | 16 |
| Octal | 45 | 22 | 137 | 75 | 121 | 0 | 77 | 377 | 104 | 26 |
| Binary | 100101 | 10010 | 1011111 | 111101 | 1010001 | 0 | 111111 | 11111111 | 1000100 | 10110 |
Color Harmonies of #25125F
Complementary color
Monochromatic Colors of #25125F
Black with #25125F
Text Example
Text Example
White with #25125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25125F; }
p { color: rgb(37,18,95); }
H1.HeaderClassName
{
color: #25125F;
}
.AnyTagClassName
{
color: #25125F;
}
</style>
background-color css
<style>
a { background-color: #25125F; }
a { background-color: rgb(37,18,95); }
div.DivClassName
{
background-color: #25125F;
}
.BgClassName
{
background-color: #25125F;
}
</style>
border-color css
<style>
span { border-color: #25125F; }
span { border-color: rgb(37,18,95); }
td.TdClassName
{
border-color: #25125F;
}
.TagClassName
{
border-color: #25125F;
}
</style>