#40156B

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

Shades of Christalle #40156B

Tints of Christalle #40156B

Color information

#40156B (or 0x40156B) is unknown color: approx Christalle. HEX triplet: 40, 15 and 6B. RGB value is (64,21,107). Sum of RGB (Red+Green+Blue) = 64+21+107=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #40156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40156B is #BFEA94. Grayscale: #2B2B2B. Windows color (decimal): -12577429 or 7017792. OLE color: 7017792.

HSL color Cylindrical-coordinate representation of color #40156B: hue angle of 270º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40156B is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6421107-
CMYK0.400.8000.58
HSL270º67.19%25.1%-
HSV(B)270º80.37%41.96%-
XYZ5.042.6914.16-
YUV43.66163.75142.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=33.33%
G=10.94%
B=55.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64211070.400.8000.5827067.1925.1
Hex40156B285003A10e4319
Octal100251535012007241610331
Binary100000010101110101110100010100000111010100001110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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