Shades of Paris M #25115F
Tints of Paris M #25115F
RGB
CMYK
RGB Variations
Color information
#25115F (or 0x25115F) is known color: Paris M. HEX triplet: 25, 11 and 5F. RGB value is (37,17,95). Sum of RGB (Red+Green+Blue) = 37+17+95=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #25115F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25115F is #DAEEA0. Grayscale: #1F1F1F. Windows color (decimal): -14347937 or 6230309. OLE color: 6230309.
HSL color Cylindrical-coordinate representation of color #25115F: hue angle of 255.38º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25115F is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 17 | 95 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.63 |
| HSL | 255.38º | 0.7% | 0.22% | - |
| HSV(B) | 255.38º | 0.82% | 0.37% | - |
| XYZ | 3.03 | 1.62 | 10.98 | - |
| YUV | 31.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 95 | 0.61 | 0.82 | 0 | 0.63 | 255.38 | 0.7 | 0.22 |
| Hex | 25 | 11 | 5F | 3D | 52 | 0 | 3F | FF | 46 | 16 |
| Octal | 45 | 21 | 137 | 75 | 122 | 0 | 77 | 377 | 106 | 26 |
| Binary | 100101 | 10001 | 1011111 | 111101 | 1010010 | 0 | 111111 | 11111111 | 1000110 | 10110 |
Color Harmonies of #25115F
Complementary color
Monochromatic Colors of #25115F
Black with #25115F
Text Example
Text Example
White with #25115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25115F; }
p { color: rgb(37,17,95); }
H1.HeaderClassName
{
color: #25115F;
}
.AnyTagClassName
{
color: #25115F;
}
</style>
background-color css
<style>
a { background-color: #25115F; }
a { background-color: rgb(37,17,95); }
div.DivClassName
{
background-color: #25115F;
}
.BgClassName
{
background-color: #25115F;
}
</style>
border-color css
<style>
span { border-color: #25115F; }
span { border-color: rgb(37,17,95); }
td.TdClassName
{
border-color: #25115F;
}
.TagClassName
{
border-color: #25115F;
}
</style>