#29095C

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

Shades of Christalle #29095C

Tints of Christalle #29095C

Color information

#29095C (or 0x29095C) is unknown color: approx Christalle. HEX triplet: 29, 09 and 5C. RGB value is (41,9,92). Sum of RGB (Red+Green+Blue) = 41+9+92=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #29095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29095C is #D6F6A3. Grayscale: #1B1B1B. Windows color (decimal): -14087844 or 6031657. OLE color: 6031657.

HSL color Cylindrical-coordinate representation of color #29095C: hue angle of 263.13º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29095C is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB41992-
CMYK0.550.9000.64
HSL263.13º82.18%19.8%-
HSV(B)263.13º90.22%36.08%-
XYZ2.941.4410.25-
YUV28.03164.1137.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 92 (36.33% from 255) = 64.79%
R=28.87%
G=6.34%
B=64.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal419920.550.9000.64263.1382.1819.8
Hex2995C375A0401075214
Octal511113467132010040712224
Binary10100110011011100110111101101001000000100000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29095C; }

 p { color: rgb(41,9,92); }

 H1.HeaderClassName
 {
   color: #29095C;
 }
 .AnyTagClassName
 {
   color: #29095C;
 }
</style>
background-color css

<style>
 a { background-color: #29095C; }

 a { background-color: rgb(41,9,92); }

 div.DivClassName
 {
   background-color: #29095C;
 }
 .BgClassName
 {
   background-color: #29095C;
 }
</style>
border-color css

<style>
 span { border-color: #29095C; }

 span { border-color: rgb(41,9,92); }

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