#313055

Color #313055 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #313055

Tints of Lucky Point #313055

Color information

#313055 (or 0x313055) is unknown color: approx Lucky Point. HEX triplet: 31, 30 and 55. RGB value is (49,48,85). Sum of RGB (Red+Green+Blue) = 49+48+85=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #313055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313055 is #CECFAA. Grayscale: #343434. Windows color (decimal): -13553579 or 5582897. OLE color: 5582897.

HSL color Cylindrical-coordinate representation of color #313055: hue angle of 241.62º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313055 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB494885-
CMYK0.420.4400.67
HSL241.62º27.82%26.08%-
HSV(B)241.62º43.53%33.33%-
XYZ3.963.429.05-
YUV52.52146.33125.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=26.92%
G=26.37%
B=46.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4948850.420.4400.67241.6227.8226.08
Hex3130552A2C043f21c1a
Octal6160125525401033623432
Binary110001110000101010110101010110001000011111100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313055; }

 p { color: rgb(49,48,85); }

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

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

 a { background-color: rgb(49,48,85); }

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

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

 span { border-color: rgb(49,48,85); }

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