Html Css Color HEX #29325B Lucky Point

📋 copy color: '#29325B'

red 41 ◦ green 50 ◦ blue 91

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

Shades of Lucky Point #29325B

Tints of Lucky Point #29325B

RGB

 RED value IS 41 (16.41% from 255) = 22.53%

 GREEN value IS 50 (19.92% from 255) = 27.47%

 BLUE value IS 91 (35.94% from 255) = 50%

R = 22.53%
G = 27.47%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29325B (or 0x29325B) is known color: Lucky Point. HEX triplet: 29, 32 and 5B. RGB value is (41,50,91). Sum of RGB (Red+Green+Blue) = 41+50+91=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #29325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29325B is #D6CDA4. Grayscale: #333333. Windows color (decimal): -14077349 or 5976617. OLE color: 5976617.

HSL color Cylindrical-coordinate representation of color #29325B: hue angle of 229.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29325B is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 50 91 -
CMYK 0.55 0.45 0 0.64
HSL 229.2º 0.38% 0.26% -
HSV(B) 229.2º 0.55% 0.36% -
XYZ 3.94 3.51 10.37 -
YUV 51.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 41 50 91 0.55 0.45 0 0.64 229.2 0.38 0.26
Hex 29 32 5B 37 2D 0 40 E5 26 1A
Octal 51 62 133 67 55 0 100 345 46 32
Binary 101001 110010 1011011 110111 101101 0 1000000 11100101 100110 11010

Color Harmonies of #29325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29325B

Black with #29325B

Text Example


Text Example

White with #29325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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