#252161

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

Shades of Paris M #252161

Tints of Paris M #252161

Color information

#252161 (or 0x252161) is unknown color: approx Paris M. HEX triplet: 25, 21 and 61. RGB value is (37,33,97). Sum of RGB (Red+Green+Blue) = 37+33+97=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #252161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252161 is #DADE9E. Grayscale: #292929. Windows color (decimal): -14343839 or 6365477. OLE color: 6365477.

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

Color convert

RGB373397-
CMYK0.620.6600.62
HSL243.75º49.23%25.49%-
HSV(B)243.75º65.98%38.04%-
XYZ3.462.3411.58-
YUV41.49159.33124.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 97 (38.28% from 255) = 58.08%
R=22.16%
G=19.76%
B=58.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3733970.620.6600.62243.7549.2325.49
Hex2521613E4203Ef43119
Octal4541141761020763646131
Binary1001011000011100001111110100001001111101111010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252161; }

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

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

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

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

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

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

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

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