#400D5F

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

Shades of Christalle #400D5F

Tints of Christalle #400D5F

Color information

#400D5F (or 0x400D5F) is unknown color: approx Christalle. HEX triplet: 40, 0D and 5F. RGB value is (64,13,95). Sum of RGB (Red+Green+Blue) = 64+13+95=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #400D5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D5F is #BFF2A0. Grayscale: #252525. Windows color (decimal): -12579489 or 6229312. OLE color: 6229312.

HSL color Cylindrical-coordinate representation of color #400D5F: hue angle of 277.32º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400D5F is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB641395-
CMYK0.330.8600.63
HSL277.32º75.93%21.18%-
HSV(B)277.32º86.32%37.25%-
XYZ4.322.211.02-
YUV37.6160.4146.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 13 (5.47% from 255) = 7.56%
BLUE value IS 95 (37.5% from 255) = 55.23%
R=37.21%
G=7.56%
B=55.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6413950.330.8600.63277.3275.9321.18
Hex40D5F215603F1154c15
Octal100151374112607742511425
Binary10000001101101111110000110101100111111100010101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,13,95); }

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

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

 a { background-color: rgb(64,13,95); }

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

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

 span { border-color: rgb(64,13,95); }

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