#29155A

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

Shades of Christalle #29155A

Tints of Christalle #29155A

Color information

#29155A (or 0x29155A) is unknown color: approx Christalle. HEX triplet: 29, 15 and 5A. RGB value is (41,21,90). Sum of RGB (Red+Green+Blue) = 41+21+90=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #29155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29155A is #D6EAA5. Grayscale: #222222. Windows color (decimal): -14084774 or 5903657. OLE color: 5903657.

HSL color Cylindrical-coordinate representation of color #29155A: hue angle of 257.39º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29155A is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB412190-
CMYK0.540.7700.65
HSL257.39º62.16%21.76%-
HSV(B)257.39º76.67%35.29%-
XYZ3.031.759.85-
YUV34.85159.13132.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=26.97%
G=13.82%
B=59.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4121900.540.7700.65257.3962.1621.76
Hex29155A364D0411013e16
Octal51251326611501014017626
Binary10100110101101101011011010011010100000110000000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29155A; }

 p { color: rgb(41,21,90); }

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

<style>
 a { background-color: #29155A; }

 a { background-color: rgb(41,21,90); }

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

<style>
 span { border-color: #29155A; }

 span { border-color: rgb(41,21,90); }

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