Html Css Color HEX #29315F Lucky Point

📋 copy color: '#29315F'

red 41 ◦ green 49 ◦ blue 95

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

Shades of Lucky Point #29315F

Tints of Lucky Point #29315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.35%

R = 22.16%
G = 26.49%
B = 51.35%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29315F (or 0x29315F) is known color: Lucky Point. HEX triplet: 29, 31 and 5F. RGB value is (41,49,95). Sum of RGB (Red+Green+Blue) = 41+49+95=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #29315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29315F is #D6CEA0. Grayscale: #333333. Windows color (decimal): -14077601 or 6238505. OLE color: 6238505.

HSL color Cylindrical-coordinate representation of color #29315F: hue angle of 231.11º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29315F is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 49 95 -
CMYK 0.57 0.48 0 0.63
HSL 231.11º 0.4% 0.27% -
HSV(B) 231.11º 0.57% 0.37% -
XYZ 4.08 3.49 11.29 -
YUV 51.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 41 49 95 0.57 0.48 0 0.63 231.11 0.4 0.27
Hex 29 31 5F 39 30 0 3F E7 28 1B
Octal 51 61 137 71 60 0 77 347 50 33
Binary 101001 110001 1011111 111001 110000 0 111111 11100111 101000 11011

Color Harmonies of #29315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29315F

Black with #29315F

Text Example


Text Example

White with #29315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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