Html Css Color HEX #29325E Lucky Point

📋 copy color: '#29325E'

red 41 ◦ green 50 ◦ blue 94

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

Shades of Lucky Point #29325E

Tints of Lucky Point #29325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 50.81%

R = 22.16%
G = 27.03%
B = 50.81%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29325E (or 0x29325E) is known color: Lucky Point. HEX triplet: 29, 32 and 5E. RGB value is (41,50,94). Sum of RGB (Red+Green+Blue) = 41+50+94=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #29325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29325E is #D6CDA1. Grayscale: #343434. Windows color (decimal): -14077346 or 6173225. OLE color: 6173225.

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

Color convert

RGB 41 50 94 -
CMYK 0.56 0.47 0 0.63
HSL 229.81º 0.39% 0.26% -
HSV(B) 229.81º 0.56% 0.37% -
XYZ 4.08 3.56 11.06 -
YUV 52.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 41 50 94 0.56 0.47 0 0.63 229.81 0.39 0.26
Hex 29 32 5E 38 2F 0 3F E6 27 1A
Octal 51 62 136 70 57 0 77 346 47 32
Binary 101001 110010 1011110 111000 101111 0 111111 11100110 100111 11010

Color Harmonies of #29325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29325E

Black with #29325E

Text Example


Text Example

White with #29325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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