Html Css Color HEX #29065D Christalle

📋 copy color: '#29065D'

red 41 ◦ green 6 ◦ blue 93

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

Shades of Christalle #29065D

Tints of Christalle #29065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

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

R = 29.29%
G = 4.29%
B = 66.43%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29065D (or 0x29065D) is known color: Christalle. HEX triplet: 29, 06 and 5D. RGB value is (41,6,93). Sum of RGB (Red+Green+Blue) = 41+6+93=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #29065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29065D is #D6F9A2. Grayscale: #1A1A1A. Windows color (decimal): -14088611 or 6096425. OLE color: 6096425.

HSL color Cylindrical-coordinate representation of color #29065D: hue angle of 264.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29065D is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 6 93 -
CMYK 0.56 0.94 0 0.64
HSL 264.14º 0.88% 0.19% -
HSV(B) 264.14º 0.94% 0.36% -
XYZ 2.96 1.39 10.47 -
YUV 26.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 41 6 93 0.56 0.94 0 0.64 264.14 0.88 0.19
Hex 29 6 5D 38 5E 0 40 108 58 13
Octal 51 6 135 70 136 0 100 410 130 23
Binary 101001 110 1011101 111000 1011110 0 1000000 100001000 1011000 10011

Color Harmonies of #29065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29065D

Black with #29065D

Text Example


Text Example

White with #29065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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