#31256E

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

Shades of Paris M #31256E

Tints of Paris M #31256E

Color information

#31256E (or 0x31256E) is unknown color: approx Paris M. HEX triplet: 31, 25 and 6E. RGB value is (49,37,110). Sum of RGB (Red+Green+Blue) = 49+37+110=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #31256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31256E is #CEDA91. Grayscale: #303030. Windows color (decimal): -13556370 or 7218481. OLE color: 7218481.

HSL color Cylindrical-coordinate representation of color #31256E: hue angle of 249.86º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31256E is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4937110-
CMYK0.550.6600.57
HSL249.86º49.66%28.82%-
HSV(B)249.86º66.36%43.14%-
XYZ4.743.115.1-
YUV48.91162.48128.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 110 (43.36% from 255) = 56.12%
R=25%
G=18.88%
B=56.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49371100.550.6600.57249.8649.6628.82
Hex31256E3742039fa321d
Octal6145156671020713726235
Binary1100011001011101110110111100001001110011111101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31256E; }

 p { color: rgb(49,37,110); }

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

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

 a { background-color: rgb(49,37,110); }

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

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

 span { border-color: rgb(49,37,110); }

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