#251961

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

Shades of Paris M #251961

Tints of Paris M #251961

Color information

#251961 (or 0x251961) is unknown color: approx Paris M. HEX triplet: 25, 19 and 61. RGB value is (37,25,97). Sum of RGB (Red+Green+Blue) = 37+25+97=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #251961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251961 is #DAE69E. Grayscale: #242424. Windows color (decimal): -14345887 or 6363429. OLE color: 6363429.

HSL color Cylindrical-coordinate representation of color #251961: hue angle of 250º 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 #251961 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB372597-
CMYK0.620.7400.62
HSL250º59.02%23.92%-
HSV(B)250º74.23%38.04%-
XYZ3.271.9511.51-
YUV36.8161.98128.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 97 (38.28% from 255) = 61.01%
R=23.27%
G=15.72%
B=61.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3725970.620.7400.6225059.0223.92
Hex2519613E4A03Efa3b18
Octal4531141761120763727330
Binary100101110011100001111110100101001111101111101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251961; }

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

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

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

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

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

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

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

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