Html Css Color HEX #313158 Lucky Point

📋 copy color: '#313158'

red 49 ◦ green 49 ◦ blue 88

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

Shades of Lucky Point #313158

Tints of Lucky Point #313158

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 value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313158 (or 0x313158) is known color: 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

RGB 49 49 88 -
CMYK 0.44 0.44 0 0.65
HSL 240º 0.28% 0.27% -
HSV(B) 240º 0.44% 0.35% -
XYZ 4.13 3.55 9.7 -
YUV 53.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 49 49 88 0.44 0.44 0 0.65 240 0.28 0.27
Hex 31 31 58 2C 2C 0 41 F0 1C 1B
Octal 61 61 130 54 54 0 101 360 34 33
Binary 110001 110001 1011000 101100 101100 0 1000001 11110000 11100 11011

Color Harmonies of #313158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313158

Black with #313158

Text Example


Text Example

White with #313158

Text Example


Text Example

HTML Codes & Css Web 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>