Html Css Color HEX #29335D Lucky Point

📋 copy color: '#29335D'

red 41 ◦ green 51 ◦ blue 93

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

Shades of Lucky Point #29335D

Tints of Lucky Point #29335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.27%

R = 22.16%
G = 27.57%
B = 50.27%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29335D (or 0x29335D) is known color: Lucky Point. HEX triplet: 29, 33 and 5D. RGB value is (41,51,93). Sum of RGB (Red+Green+Blue) = 41+51+93=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #29335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29335D is #D6CCA2. Grayscale: #343434. Windows color (decimal): -14077091 or 6107945. OLE color: 6107945.

HSL color Cylindrical-coordinate representation of color #29335D: hue angle of 228.46º 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 #29335D is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 51 93 -
CMYK 0.56 0.45 0 0.64
HSL 228.46º 0.39% 0.26% -
HSV(B) 228.46º 0.56% 0.36% -
XYZ 4.07 3.63 10.84 -
YUV 52.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 41 51 93 0.56 0.45 0 0.64 228.46 0.39 0.26
Hex 29 33 5D 38 2D 0 40 E4 27 1A
Octal 51 63 135 70 55 0 100 344 47 32
Binary 101001 110011 1011101 111000 101101 0 1000000 11100100 100111 11010

Color Harmonies of #29335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29335D

Black with #29335D

Text Example


Text Example

White with #29335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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