#400E60

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

Shades of Christalle #400E60

Tints of Christalle #400E60

Color information

#400E60 (or 0x400E60) is unknown color: approx Christalle. HEX triplet: 40, 0E and 60. RGB value is (64,14,96). Sum of RGB (Red+Green+Blue) = 64+14+96=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #400E60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E60 is #BFF19F. Grayscale: #262626. Windows color (decimal): -12579232 or 6295104. OLE color: 6295104.

HSL color Cylindrical-coordinate representation of color #400E60: hue angle of 276.59º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #400E60 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB641496-
CMYK0.330.8500.62
HSL276.59º74.55%21.57%-
HSV(B)276.59º85.42%37.65%-
XYZ4.382.2511.27-
YUV38.3160.56146.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 14 (5.86% from 255) = 8.05%
BLUE value IS 96 (37.89% from 255) = 55.17%
R=36.78%
G=8.05%
B=55.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6414960.330.8500.62276.5974.5521.57
Hex40E60215503E1154b16
Octal100161404112507642511326
Binary10000001110110000010000110101010111110100010101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400E60; }

 p { color: rgb(64,14,96); }

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

<style>
 a { background-color: #400E60; }

 a { background-color: rgb(64,14,96); }

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

<style>
 span { border-color: #400E60; }

 span { border-color: rgb(64,14,96); }

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