#40155C

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

Shades of Christalle #40155C

Tints of Christalle #40155C

Color information

#40155C (or 0x40155C) is unknown color: approx Christalle. HEX triplet: 40, 15 and 5C. RGB value is (64,21,92). Sum of RGB (Red+Green+Blue) = 64+21+92=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #40155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40155C is #BFEAA3. Grayscale: #292929. Windows color (decimal): -12577444 or 6034752. OLE color: 6034752.

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

Color convert

RGB642192-
CMYK0.300.7700.64
HSL276.34º62.83%22.16%-
HSV(B)276.34º77.17%36.08%-
XYZ4.312.410.36-
YUV41.95156.25143.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 92 (36.33% from 255) = 51.98%
R=36.16%
G=11.86%
B=51.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6421920.300.7700.64276.3462.8322.16
Hex40155C1E4D0401143f16
Octal100251343611501004247726
Binary10000001010110111001111010011010100000010001010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40155C; }

 p { color: rgb(64,21,92); }

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

<style>
 a { background-color: #40155C; }

 a { background-color: rgb(64,21,92); }

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

<style>
 span { border-color: #40155C; }

 span { border-color: rgb(64,21,92); }

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