#29325A

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

Shades of Lucky Point #29325A

Tints of Lucky Point #29325A

Color information

#29325A (or 0x29325A) is unknown color: approx Lucky Point. HEX triplet: 29, 32 and 5A. RGB value is (41,50,90). Sum of RGB (Red+Green+Blue) = 41+50+90=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #29325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29325A is #D6CDA5. Grayscale: #333333. Windows color (decimal): -14077350 or 5911081. OLE color: 5911081.

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

Color convert

RGB415090-
CMYK0.540.4400.65
HSL228.98º37.4%25.69%-
HSV(B)228.98º54.44%35.29%-
XYZ3.93.4910.14-
YUV51.87149.52120.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=22.65%
G=27.62%
B=49.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4150900.540.4400.65228.9837.425.69
Hex29325A362C041e5251a
Octal5162132665401013454532
Binary1010011100101011010110110101100010000011110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29325A; }

 p { color: rgb(41,50,90); }

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

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

 a { background-color: rgb(41,50,90); }

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

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

 span { border-color: rgb(41,50,90); }

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