#40175D

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

Shades of Christalle #40175D

Tints of Christalle #40175D

Color information

#40175D (or 0x40175D) is unknown color: approx Christalle. HEX triplet: 40, 17 and 5D. RGB value is (64,23,93). Sum of RGB (Red+Green+Blue) = 64+23+93=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #40175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40175D is #BFE8A2. Grayscale: #2B2B2B. Windows color (decimal): -12576931 or 6100800. OLE color: 6100800.

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

Color convert

RGB642393-
CMYK0.310.7500.64
HSL275.14º60.34%22.75%-
HSV(B)275.14º75.27%36.47%-
XYZ4.42.4910.61-
YUV43.24156.08142.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 23 (9.38% from 255) = 12.78%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=35.56%
G=12.78%
B=51.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6423930.310.7500.64275.1460.3422.75
Hex40175D1F4B0401133c17
Octal100271353711301004237427
Binary10000001011110111011111110010110100000010001001111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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