Html Css Color HEX #313050 Lucky Point

📋 copy color: '#313050'

red 49 ◦ green 48 ◦ blue 80

#313050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #313050

Tints of Lucky Point #313050

RGB

 RED value IS 49 (19.53% from 255) = 27.68%

 GREEN value IS 48 (19.14% from 255) = 27.12%

 BLUE value IS 80 (31.64% from 255) = 45.2%

R = 27.68%
G = 27.12%
B = 45.2%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313050 (or 0x313050) is known color: Lucky Point. HEX triplet: 31, 30 and 50. RGB value is (49,48,80). Sum of RGB (Red+Green+Blue) = 49+48+80=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #313050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313050 is #CECFAF. Grayscale: #333333. Windows color (decimal): -13553584 or 5255217. OLE color: 5255217.

HSL color Cylindrical-coordinate representation of color #313050: hue angle of 241.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313050 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 48 80 -
CMYK 0.39 0.40 0 0.69
HSL 241.88º 0.25% 0.25% -
HSV(B) 241.88º 0.4% 0.31% -
XYZ 3.77 3.35 8.04 -
YUV 51.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 49 48 80 0.39 0.40 0 0.69 241.88 0.25 0.25
Hex 31 30 50 27 28 0 45 F2 19 19
Octal 61 60 120 47 50 0 105 362 31 31
Binary 110001 110000 1010000 100111 101000 0 1000101 11110010 11001 11001

Color Harmonies of #313050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313050

Black with #313050

Text Example


Text Example

White with #313050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313050; }

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

 H1.HeaderClassName
 {
   color: #313050;
 }
 .AnyTagClassName
 {
   color: #313050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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