#40295E

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

Shades of Christalle #40295E

Tints of Christalle #40295E

Color information

#40295E (or 0x40295E) is unknown color: approx Christalle. HEX triplet: 40, 29 and 5E. RGB value is (64,41,94). Sum of RGB (Red+Green+Blue) = 64+41+94=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #40295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40295E is #BFD6A1. Grayscale: #353535. Windows color (decimal): -12572322 or 6170944. OLE color: 6170944.

HSL color Cylindrical-coordinate representation of color #40295E: hue angle of 266.04º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40295E is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB644194-
CMYK0.320.5600.63
HSL266.04º39.26%26.47%-
HSV(B)266.04º56.38%36.86%-
XYZ4.933.4811-
YUV53.92150.62135.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 94 (37.11% from 255) = 47.24%
R=32.16%
G=20.60%
B=47.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6441940.320.5600.63266.0439.2626.47
Hex40295E203803F10a271a
Octal1005113640700774124732
Binary10000001010011011110100000111000011111110000101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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