Html Css Color HEX #313150 Lucky Point

📋 copy color: '#313150'

red 49 ◦ green 49 ◦ blue 80

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

Shades of Lucky Point #313150

Tints of Lucky Point #313150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.53%

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

R = 27.53%
G = 27.53%
B = 44.94%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313150 (or 0x313150) is known color: Lucky Point. HEX triplet: 31, 31 and 50. RGB value is (49,49,80). Sum of RGB (Red+Green+Blue) = 49+49+80=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #313150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313150 is #CECEAF. Grayscale: #343434. Windows color (decimal): -13553328 or 5255473. OLE color: 5255473.

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

Color convert

RGB 49 49 80 -
CMYK 0.39 0.39 0 0.69
HSL 240º 0.24% 0.25% -
HSV(B) 240º 0.39% 0.31% -
XYZ 3.81 3.43 8.05 -
YUV 52.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 49 49 80 0.39 0.39 0 0.69 240 0.24 0.25
Hex 31 31 50 27 27 0 45 F0 18 19
Octal 61 61 120 47 47 0 105 360 30 31
Binary 110001 110001 1010000 100111 100111 0 1000101 11110000 11000 11001

Color Harmonies of #313150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313150

Black with #313150

Text Example


Text Example

White with #313150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313150; }

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

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

background-color css

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

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

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

border-color css

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

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

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