#25145D

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

Shades of Paris M #25145D

Tints of Paris M #25145D

Color information

#25145D (or 0x25145D) is unknown color: approx Paris M. HEX triplet: 25, 14 and 5D. RGB value is (37,20,93). Sum of RGB (Red+Green+Blue) = 37+20+93=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #25145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25145D is #DAEBA2. Grayscale: #212121. Windows color (decimal): -14347171 or 6100005. OLE color: 6100005.

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

Color convert

RGB372093-
CMYK0.600.7800.64
HSL253.97º64.6%22.16%-
HSV(B)253.97º78.49%36.47%-
XYZ2.991.6810.52-
YUV33.4161.63130.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 93 (36.72% from 255) = 62%
R=24.67%
G=13.33%
B=62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3720930.600.7800.64253.9764.622.16
Hex25145D3C4E040fe4116
Octal452413574116010037610126
Binary10010110100101110111110010011100100000011111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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