#29035D

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

Shades of Christalle #29035D

Tints of Christalle #29035D

Color information

#29035D (or 0x29035D) is unknown color: approx Christalle. HEX triplet: 29, 03 and 5D. RGB value is (41,3,93). Sum of RGB (Red+Green+Blue) = 41+3+93=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #29035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29035D is #D6FCA2. Grayscale: #181818. Windows color (decimal): -14089379 or 6095657. OLE color: 6095657.

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

Color convert

RGB41393-
CMYK0.560.9700.64
HSL265.33º93.75%18.82%-
HSV(B)265.33º96.77%36.47%-
XYZ2.921.3310.46-
YUV24.62166.59139.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=29.93%
G=2.19%
B=67.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal413930.560.9700.64265.3393.7518.82
Hex2935D38610401095e13
Octal51313570141010041113623
Binary101001111011101111000110000101000000100001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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