#40155B

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

Shades of Christalle #40155B

Tints of Christalle #40155B

Color information

#40155B (or 0x40155B) is unknown color: approx Christalle. HEX triplet: 40, 15 and 5B. RGB value is (64,21,91). Sum of RGB (Red+Green+Blue) = 64+21+91=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #40155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40155B is #BFEAA4. Grayscale: #292929. Windows color (decimal): -12577445 or 5969216. OLE color: 5969216.

HSL color Cylindrical-coordinate representation of color #40155B: hue angle of 276.86º degrees, saturation: 0.62, 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 #40155B is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB642191-
CMYK0.300.7700.64
HSL276.86º62.5%21.96%-
HSV(B)276.86º76.92%35.69%-
XYZ4.272.3810.13-
YUV41.84155.75143.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=36.36%
G=11.93%
B=51.70%

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
Decimal6421910.300.7700.64276.8662.521.96
Hex40155B1E4D0401153e16
Octal100251333611501004257626
Binary10000001010110110111111010011010100000010001010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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