#40165B

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

Shades of Christalle #40165B

Tints of Christalle #40165B

Color information

#40165B (or 0x40165B) is unknown color: approx Christalle. HEX triplet: 40, 16 and 5B. RGB value is (64,22,91). Sum of RGB (Red+Green+Blue) = 64+22+91=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #40165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40165B is #BFE9A4. Grayscale: #2A2A2A. Windows color (decimal): -12577189 or 5969472. OLE color: 5969472.

HSL color Cylindrical-coordinate representation of color #40165B: hue angle of 276.52º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40165B is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB642291-
CMYK0.300.7600.64
HSL276.52º61.06%22.16%-
HSV(B)276.52º75.82%35.69%-
XYZ4.292.4210.14-
YUV42.42155.41143.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=36.16%
G=12.43%
B=51.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6422910.300.7600.64276.5261.0622.16
Hex40165B1E4C0401153d16
Octal100261333611401004257526
Binary10000001011010110111111010011000100000010001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,22,91); }

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

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

 a { background-color: rgb(64,22,91); }

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

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

 span { border-color: rgb(64,22,91); }

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