#251460

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

Shades of Paris M #251460

Tints of Paris M #251460

Color information

#251460 (or 0x251460) is unknown color: approx Paris M. HEX triplet: 25, 14 and 60. RGB value is (37,20,96). Sum of RGB (Red+Green+Blue) = 37+20+96=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #251460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251460 is #DAEB9F. Grayscale: #212121. Windows color (decimal): -14347168 or 6296613. OLE color: 6296613.

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

Color convert

RGB372096-
CMYK0.610.7900.62
HSL253.42º65.52%22.75%-
HSV(B)253.42º79.17%37.65%-
XYZ3.121.7411.24-
YUV33.75163.13130.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 96 (37.89% from 255) = 62.75%
R=24.18%
G=13.07%
B=62.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3720960.610.7900.62253.4265.5222.75
Hex2514603D4F03Efd4217
Octal45241407511707637510227
Binary1001011010011000001111011001111011111011111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251460; }

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

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

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

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

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

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

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

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