#29315D

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

Shades of Lucky Point #29315D

Tints of Lucky Point #29315D

Color information

#29315D (or 0x29315D) is unknown color: approx Lucky Point. HEX triplet: 29, 31 and 5D. RGB value is (41,49,93). Sum of RGB (Red+Green+Blue) = 41+49+93=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #29315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29315D is #D6CEA2. Grayscale: #333333. Windows color (decimal): -14077603 or 6107433. OLE color: 6107433.

HSL color Cylindrical-coordinate representation of color #29315D: hue angle of 230.77º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29315D is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB414993-
CMYK0.560.4700.64
HSL230.77º38.81%26.27%-
HSV(B)230.77º55.91%36.47%-
XYZ3.993.4610.81-
YUV51.62151.35120.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 93 (36.72% from 255) = 50.82%
R=22.40%
G=26.78%
B=50.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4149930.560.4700.64230.7738.8126.27
Hex29315D382F040e7271a
Octal5161135705701003474732
Binary1010011100011011101111000101111010000001110011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29315D; }

 p { color: rgb(41,49,93); }

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

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

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

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

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

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

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