#251960

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

Shades of Paris M #251960

Tints of Paris M #251960

Color information

#251960 (or 0x251960) is unknown color: approx Paris M. HEX triplet: 25, 19 and 60. RGB value is (37,25,96). Sum of RGB (Red+Green+Blue) = 37+25+96=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #251960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251960 is #DAE69F. Grayscale: #242424. Windows color (decimal): -14345888 or 6297893. OLE color: 6297893.

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

Color convert

RGB372596-
CMYK0.610.7400.62
HSL250.14º58.68%23.73%-
HSV(B)250.14º73.96%37.65%-
XYZ3.221.9311.27-
YUV36.68161.48128.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=23.42%
G=15.82%
B=60.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3725960.610.7400.62250.1458.6823.73
Hex2519603D4A03Efa3b18
Octal4531140751120763727330
Binary100101110011100000111101100101001111101111101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251960; }

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

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

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

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

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

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

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

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