#29095B

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

Shades of Christalle #29095B

Tints of Christalle #29095B

Color information

#29095B (or 0x29095B) is unknown color: approx Christalle. HEX triplet: 29, 09 and 5B. RGB value is (41,9,91). Sum of RGB (Red+Green+Blue) = 41+9+91=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #29095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29095B is #D6F6A4. Grayscale: #1B1B1B. Windows color (decimal): -14087845 or 5966121. OLE color: 5966121.

HSL color Cylindrical-coordinate representation of color #29095B: hue angle of 263.41º 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 #29095B is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB41991-
CMYK0.550.9000.64
HSL263.41º82%19.61%-
HSV(B)263.41º90.11%35.69%-
XYZ2.91.4210.02-
YUV27.92163.6137.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 91 (35.94% from 255) = 64.54%
R=29.08%
G=6.38%
B=64.54%

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
Decimal419910.550.9000.64263.418219.61
Hex2995B375A0401075214
Octal511113367132010040712224
Binary10100110011011011110111101101001000000100000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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