#40155E

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

Shades of Christalle #40155E

Tints of Christalle #40155E

Color information

#40155E (or 0x40155E) is unknown color: approx Christalle. HEX triplet: 40, 15 and 5E. RGB value is (64,21,94). Sum of RGB (Red+Green+Blue) = 64+21+94=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #40155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40155E is #BFEAA1. Grayscale: #292929. Windows color (decimal): -12577442 or 6165824. OLE color: 6165824.

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

Color convert

RGB642194-
CMYK0.320.7800.63
HSL275.34º63.48%22.55%-
HSV(B)275.34º77.66%36.86%-
XYZ4.42.4310.83-
YUV42.18157.25143.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 94 (37.11% from 255) = 52.51%
R=35.75%
G=11.73%
B=52.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6421940.320.7800.63275.3463.4822.55
Hex40155E204E03F1133f17
Octal10025136401160774237727
Binary10000001010110111101000001001110011111110001001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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