Shades of Paris M #25135F
Tints of Paris M #25135F
RGB
CMYK
RGB Variations
Color information
#25135F (or 0x25135F) is known color: Paris M. HEX triplet: 25, 13 and 5F. RGB value is (37,19,95). Sum of RGB (Red+Green+Blue) = 37+19+95=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #25135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25135F is #DAECA0. Grayscale: #202020. Windows color (decimal): -14347425 or 6230821. OLE color: 6230821.
HSL color Cylindrical-coordinate representation of color #25135F: hue angle of 254.21º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25135F is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 19 | 95 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.63 |
| HSL | 254.21º | 0.67% | 0.22% | - |
| HSV(B) | 254.21º | 0.8% | 0.37% | - |
| XYZ | 3.06 | 1.69 | 10.99 | - |
| YUV | 33.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 95 | 0.61 | 0.80 | 0 | 0.63 | 254.21 | 0.67 | 0.22 |
| Hex | 25 | 13 | 5F | 3D | 50 | 0 | 3F | FE | 43 | 16 |
| Octal | 45 | 23 | 137 | 75 | 120 | 0 | 77 | 376 | 103 | 26 |
| Binary | 100101 | 10011 | 1011111 | 111101 | 1010000 | 0 | 111111 | 11111110 | 1000011 | 10110 |
Color Harmonies of #25135F
Complementary color
Monochromatic Colors of #25135F
Black with #25135F
Text Example
Text Example
White with #25135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25135F; }
p { color: rgb(37,19,95); }
H1.HeaderClassName
{
color: #25135F;
}
.AnyTagClassName
{
color: #25135F;
}
</style>
background-color css
<style>
a { background-color: #25135F; }
a { background-color: rgb(37,19,95); }
div.DivClassName
{
background-color: #25135F;
}
.BgClassName
{
background-color: #25135F;
}
</style>
border-color css
<style>
span { border-color: #25135F; }
span { border-color: rgb(37,19,95); }
td.TdClassName
{
border-color: #25135F;
}
.TagClassName
{
border-color: #25135F;
}
</style>