#25155D

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

Shades of Paris M #25155D

Tints of Paris M #25155D

Color information

#25155D (or 0x25155D) is unknown color: approx Paris M. HEX triplet: 25, 15 and 5D. RGB value is (37,21,93). Sum of RGB (Red+Green+Blue) = 37+21+93=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #25155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25155D is #DAEAA2. Grayscale: #212121. Windows color (decimal): -14346915 or 6100261. OLE color: 6100261.

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

Color convert

RGB372193-
CMYK0.600.7700.64
HSL253.33º63.16%22.35%-
HSV(B)253.33º77.42%36.47%-
XYZ3.011.7210.53-
YUV33.99161.3130.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 93 (36.72% from 255) = 61.59%
R=24.50%
G=13.91%
B=61.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3721930.600.7700.64253.3363.1622.35
Hex25155D3C4D040fd3f16
Octal45251357411501003757726
Binary1001011010110111011111001001101010000001111110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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