Html Css Color HEX #29315D Lucky Point

📋 copy color: '#29315D'

red 41 ◦ green 49 ◦ blue 93

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

Shades of Lucky Point #29315D

Tints of Lucky Point #29315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.78%

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

R = 22.4%
G = 26.78%
B = 50.82%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29315D (or 0x29315D) is known color: Lucky Point. HEX triplet: 29, 31 and 5D. RGB value is (41,49,93). Sum of RGB (Red+Green+Blue) = 41+49+93=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #29315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29315D is #D6CEA2. Grayscale: #333333. Windows color (decimal): -14077603 or 6107433. OLE color: 6107433.

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

Color convert

RGB 41 49 93 -
CMYK 0.56 0.47 0 0.64
HSL 230.77º 0.39% 0.26% -
HSV(B) 230.77º 0.56% 0.36% -
XYZ 3.99 3.46 10.81 -
YUV 51.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 41 49 93 0.56 0.47 0 0.64 230.77 0.39 0.26
Hex 29 31 5D 38 2F 0 40 E7 27 1A
Octal 51 61 135 70 57 0 100 347 47 32
Binary 101001 110001 1011101 111000 101111 0 1000000 11100111 100111 11010

Color Harmonies of #29315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29315D

Black with #29315D

Text Example


Text Example

White with #29315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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