#31265B

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

Shades of Paris M #31265B

Tints of Paris M #31265B

Color information

#31265B (or 0x31265B) is unknown color: approx Paris M. HEX triplet: 31, 26 and 5B. RGB value is (49,38,91). Sum of RGB (Red+Green+Blue) = 49+38+91=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #31265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31265B is #CED9A4. Grayscale: #2F2F2F. Windows color (decimal): -13556133 or 5973553. OLE color: 5973553.

HSL color Cylindrical-coordinate representation of color #31265B: hue angle of 252.45º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31265B is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB493891-
CMYK0.460.5800.64
HSL252.45º41.09%25.29%-
HSV(B)252.45º58.24%35.69%-
XYZ3.852.7910.23-
YUV47.33152.64129.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=27.53%
G=21.35%
B=51.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4938910.460.5800.64252.4541.0925.29
Hex31265B2E3A040fc2919
Octal6146133567201003745131
Binary1100011001101011011101110111010010000001111110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31265B; }

 p { color: rgb(49,38,91); }

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

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

 a { background-color: rgb(49,38,91); }

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

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

 span { border-color: rgb(49,38,91); }

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