Html Css Color HEX #29335A Lucky Point

📋 copy color: '#29335A'

red 41 ◦ green 51 ◦ blue 90

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

Shades of Lucky Point #29335A

Tints of Lucky Point #29335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

 BLUE value IS 90 (35.55% from 255) = 49.45%

R = 22.53%
G = 28.02%
B = 49.45%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29335A (or 0x29335A) is known color: Lucky Point. HEX triplet: 29, 33 and 5A. RGB value is (41,51,90). Sum of RGB (Red+Green+Blue) = 41+51+90=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #29335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29335A is #D6CCA5. Grayscale: #343434. Windows color (decimal): -14077094 or 5911337. OLE color: 5911337.

HSL color Cylindrical-coordinate representation of color #29335A: hue angle of 227.76º 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 #29335A is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 51 90 -
CMYK 0.54 0.43 0 0.65
HSL 227.76º 0.37% 0.26% -
HSV(B) 227.76º 0.54% 0.35% -
XYZ 3.94 3.58 10.16 -
YUV 52.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 41 51 90 0.54 0.43 0 0.65 227.76 0.37 0.26
Hex 29 33 5A 36 2B 0 41 E4 25 1A
Octal 51 63 132 66 53 0 101 344 45 32
Binary 101001 110011 1011010 110110 101011 0 1000001 11100100 100101 11010

Color Harmonies of #29335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29335A

Black with #29335A

Text Example


Text Example

White with #29335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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