#25145F

Color #25145F Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #25145F

Tints of Paris M #25145F

Color information

#25145F (or 0x25145F) is unknown color: approx Paris M. HEX triplet: 25, 14 and 5F. RGB value is (37,20,95). Sum of RGB (Red+Green+Blue) = 37+20+95=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #25145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25145F is #DAEBA0. Grayscale: #212121. Windows color (decimal): -14347169 or 6231077. OLE color: 6231077.

HSL color Cylindrical-coordinate representation of color #25145F: hue angle of 253.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25145F is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB372095-
CMYK0.610.7900.63
HSL253.6º65.22%22.55%-
HSV(B)253.6º78.95%37.25%-
XYZ3.081.7211-
YUV33.63162.63130.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 95 (37.5% from 255) = 62.5%
R=24.34%
G=13.16%
B=62.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3720950.610.7900.63253.665.2222.55
Hex25145F3D4F03Ffe4117
Octal45241377511707737610127
Binary1001011010010111111111011001111011111111111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25145F; }

 p { color: rgb(37,20,95); }

 H1.HeaderClassName
 {
   color: #25145F;
 }
 .AnyTagClassName
 {
   color: #25145F;
 }
</style>
background-color css

<style>
 a { background-color: #25145F; }

 a { background-color: rgb(37,20,95); }

 div.DivClassName
 {
   background-color: #25145F;
 }
 .BgClassName
 {
   background-color: #25145F;
 }
</style>
border-color css

<style>
 span { border-color: #25145F; }

 span { border-color: rgb(37,20,95); }

 td.TdClassName
 {
   border-color: #25145F;
 }
 .TagClassName
 {
   border-color: #25145F;
 }
</style>