#251560

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

Shades of Paris M #251560

Tints of Paris M #251560

Color information

#251560 (or 0x251560) is unknown color: approx Paris M. HEX triplet: 25, 15 and 60. RGB value is (37,21,96). Sum of RGB (Red+Green+Blue) = 37+21+96=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #251560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251560 is #DAEA9F. Grayscale: #222222. Windows color (decimal): -14346912 or 6296869. OLE color: 6296869.

HSL color Cylindrical-coordinate representation of color #251560: hue angle of 252.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251560 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB372196-
CMYK0.610.7800.62
HSL252.8º64.1%22.94%-
HSV(B)252.8º78.12%37.65%-
XYZ3.141.7711.24-
YUV34.33162.8129.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 96 (37.89% from 255) = 62.34%
R=24.03%
G=13.64%
B=62.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3721960.610.7800.62252.864.122.94
Hex2515603D4E03Efd4017
Octal45251407511607637510027
Binary1001011010111000001111011001110011111011111101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251560; }

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

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

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

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

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

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

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

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