#25175D

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

Shades of Paris M #25175D

Tints of Paris M #25175D

Color information

#25175D (or 0x25175D) is unknown color: approx Paris M. HEX triplet: 25, 17 and 5D. RGB value is (37,23,93). Sum of RGB (Red+Green+Blue) = 37+23+93=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #25175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25175D is #DAE8A2. Grayscale: #222222. Windows color (decimal): -14346403 or 6100773. OLE color: 6100773.

HSL color Cylindrical-coordinate representation of color #25175D: hue angle of 252º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25175D is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB372393-
CMYK0.600.7500.64
HSL252º60.34%22.75%-
HSV(B)252º75.27%36.47%-
XYZ3.051.810.54-
YUV35.17160.64129.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=24.18%
G=15.03%
B=60.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3723930.600.7500.6425260.3422.75
Hex25175D3C4B040fc3c17
Octal45271357411301003747427
Binary1001011011110111011111001001011010000001111110011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25175D; }

 p { color: rgb(37,23,93); }

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

<style>
 a { background-color: #25175D; }

 a { background-color: rgb(37,23,93); }

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

<style>
 span { border-color: #25175D; }

 span { border-color: rgb(37,23,93); }

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