#29065D

Color #29065D Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #29065D

Tints of Christalle #29065D

Color information

#29065D (or 0x29065D) is unknown color: approx 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

RGB41693-
CMYK0.560.9400.64
HSL264.14º87.88%19.41%-
HSV(B)264.14º93.55%36.47%-
XYZ2.961.3910.47-
YUV26.38165.6138.43-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal416930.560.9400.64264.1487.8819.41
Hex2965D385E0401085813
Octal51613570136010041013023
Binary1010011101011101111000101111001000000100001000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>