#40165D

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

Shades of Christalle #40165D

Tints of Christalle #40165D

Color information

#40165D (or 0x40165D) is unknown color: approx Christalle. HEX triplet: 40, 16 and 5D. RGB value is (64,22,93). Sum of RGB (Red+Green+Blue) = 64+22+93=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #40165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40165D is #BFE9A2. Grayscale: #2A2A2A. Windows color (decimal): -12577187 or 6100544. OLE color: 6100544.

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

Color convert

RGB642293-
CMYK0.310.7600.64
HSL275.49º61.74%22.55%-
HSV(B)275.49º76.34%36.47%-
XYZ4.382.4510.6-
YUV42.65156.41143.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 93 (36.72% from 255) = 51.96%
R=35.75%
G=12.29%
B=51.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6422930.310.7600.64275.4961.7422.55
Hex40165D1F4C0401133e17
Octal100261353711401004237627
Binary10000001011010111011111110011000100000010001001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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