#31245B

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

Shades of Paris M #31245B

Tints of Paris M #31245B

Color information

#31245B (or 0x31245B) is unknown color: approx Paris M. HEX triplet: 31, 24 and 5B. RGB value is (49,36,91). Sum of RGB (Red+Green+Blue) = 49+36+91=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #31245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31245B is #CEDBA4. Grayscale: #2D2D2D. Windows color (decimal): -13556645 or 5973041. OLE color: 5973041.

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

Color convert

RGB493691-
CMYK0.460.6000.64
HSL254.18º43.31%24.9%-
HSV(B)254.18º60.44%35.69%-
XYZ3.792.6710.21-
YUV46.16153.31130.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=27.84%
G=20.45%
B=51.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4936910.460.6000.64254.1843.3124.9
Hex31245B2E3C040fe2b19
Octal6144133567401003765331
Binary1100011001001011011101110111100010000001111111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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