#25165f

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

Shades of Paris M #25165F

Tints of Paris M #25165F

Color information

#25165F (or 0x25165F) is unknown color: approx Paris M. HEX triplet: 25, 16 and 5F. RGB value is (37,22,95). Sum of RGB (Red+Green+Blue) = 37+22+95=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #25165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25165F is #DAE9A0. Grayscale: #222222. Windows color (decimal): -14346657 or 6231589. OLE color: 6231589.

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

Color convert

RGB372295-
CMYK0.610.7700.63
HSL252.33º62.39%22.94%-
HSV(B)252.33º76.84%37.25%-
XYZ3.121.7911.01-
YUV34.81161.97129.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 95 (37.5% from 255) = 61.69%
R=24.03%
G=14.29%
B=61.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3722950.610.7700.63252.3362.3922.94
Hex25165F3D4D03Ffc3e17
Octal4526137751150773747627
Binary100101101101011111111101100110101111111111110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25165f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25165f; }

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

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

<style>
 a { background-color: #25165f; }

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

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

<style>
 span { border-color: #25165f; }

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

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