#400E5B

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

Shades of Christalle #400E5B

Tints of Christalle #400E5B

Color information

#400E5B (or 0x400E5B) is unknown color: approx Christalle. HEX triplet: 40, 0E and 5B. RGB value is (64,14,91). Sum of RGB (Red+Green+Blue) = 64+14+91=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #400E5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E5B is #BFF1A4. Grayscale: #252525. Windows color (decimal): -12579237 or 5967424. OLE color: 5967424.

HSL color Cylindrical-coordinate representation of color #400E5B: hue angle of 278.96º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #400E5B is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB641491-
CMYK0.300.8500.64
HSL278.96º73.33%20.59%-
HSV(B)278.96º84.62%35.69%-
XYZ4.162.1610.1-
YUV37.73158.06146.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 14 (5.86% from 255) = 8.28%
BLUE value IS 91 (35.94% from 255) = 53.85%
R=37.87%
G=8.28%
B=53.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6414910.300.8500.64278.9673.3320.59
Hex40E5B1E550401174915
Octal1001613336125010042711125
Binary10000001110101101111110101010101000000100010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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