#40156F

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

Shades of Christalle #40156F

Tints of Christalle #40156F

Color information

#40156F (or 0x40156F) is unknown color: approx Christalle. HEX triplet: 40, 15 and 6F. RGB value is (64,21,111). Sum of RGB (Red+Green+Blue) = 64+21+111=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #40156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40156F is #BFEA90. Grayscale: #2B2B2B. Windows color (decimal): -12577425 or 7279936. OLE color: 7279936.

HSL color Cylindrical-coordinate representation of color #40156F: hue angle of 268.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40156F is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6421111-
CMYK0.420.8100.56
HSL268.67º68.18%25.88%-
HSV(B)268.67º81.08%43.53%-
XYZ5.252.7715.3-
YUV44.12165.75142.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=32.65%
G=10.71%
B=56.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64211110.420.8100.56268.6768.1825.88
Hex40156F2A5103810d441a
Octal100251575212107041510432
Binary100000010101110111110101010100010111000100001101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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