#313158

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

Shades of Lucky Point #313158

Tints of Lucky Point #313158

Color information

#313158 (or 0x313158) is unknown color: approx Lucky Point. HEX triplet: 31, 31 and 58. RGB value is (49,49,88). Sum of RGB (Red+Green+Blue) = 49+49+88=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #313158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313158 is #CECEA7. Grayscale: #353535. Windows color (decimal): -13553320 or 5779761. OLE color: 5779761.

HSL color Cylindrical-coordinate representation of color #313158: hue angle of 240º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313158 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB494988-
CMYK0.440.4400.65
HSL240º28.47%26.86%-
HSV(B)240º44.32%34.51%-
XYZ4.133.559.7-
YUV53.45147.5124.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=26.34%
G=26.34%
B=47.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4949880.440.4400.6524028.4726.86
Hex3131582C2C041f01c1b
Octal6161130545401013603433
Binary110001110001101100010110010110001000001111100001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313158; }

 p { color: rgb(49,49,88); }

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

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

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

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

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

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

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