#40295A

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

Shades of Christalle #40295A

Tints of Christalle #40295A

Color information

#40295A (or 0x40295A) is unknown color: approx Christalle. HEX triplet: 40, 29 and 5A. RGB value is (64,41,90). Sum of RGB (Red+Green+Blue) = 64+41+90=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #40295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40295A is #BFD6A5. Grayscale: #353535. Windows color (decimal): -12572326 or 5908800. OLE color: 5908800.

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

Color convert

RGB644190-
CMYK0.290.5400.65
HSL268.16º37.4%25.69%-
HSV(B)268.16º54.44%35.29%-
XYZ4.753.4110.08-
YUV53.46148.62135.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=32.82%
G=21.03%
B=46.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6441900.290.5400.65268.1637.425.69
Hex40295A1D3604110c251a
Octal10051132356601014144532
Binary10000001010011011010111011101100100000110000110010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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