#251361

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

Shades of Paris M #251361

Tints of Paris M #251361

Color information

#251361 (or 0x251361) is unknown color: approx Paris M. HEX triplet: 25, 13 and 61. RGB value is (37,19,97). Sum of RGB (Red+Green+Blue) = 37+19+97=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #251361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251361 is #DAEC9E. Grayscale: #202020. Windows color (decimal): -14347423 or 6361893. OLE color: 6361893.

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

Color convert

RGB371997-
CMYK0.620.8000.62
HSL253.85º67.24%22.75%-
HSV(B)253.85º80.41%38.04%-
XYZ3.151.7211.48-
YUV33.27163.96130.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=24.18%
G=12.42%
B=63.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3719970.620.8000.62253.8567.2422.75
Hex2513613E5003Efe4317
Octal45231417612007637610327
Binary1001011001111000011111101010000011111011111110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251361; }

 p { color: rgb(37,19,97); }

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

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

 a { background-color: rgb(37,19,97); }

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

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

 span { border-color: rgb(37,19,97); }

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