#400A61

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

Shades of Christalle #400A61

Tints of Christalle #400A61

Color information

#400A61 (or 0x400A61) is unknown color: approx Christalle. HEX triplet: 40, 0A and 61. RGB value is (64,10,97). Sum of RGB (Red+Green+Blue) = 64+10+97=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #400A61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400A61 is #BFF59E. Grayscale: #232323. Windows color (decimal): -12580255 or 6359616. OLE color: 6359616.

HSL color Cylindrical-coordinate representation of color #400A61: hue angle of 277.24º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400A61 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB641097-
CMYK0.340.9000.62
HSL277.24º81.31%20.98%-
HSV(B)277.24º89.69%38.04%-
XYZ4.382.1711.5-
YUV36.06162.39147.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=37.43%
G=5.85%
B=56.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6410970.340.9000.62277.2481.3120.98
Hex40A61225A03E1155115
Octal100121414213207642512125
Binary10000001010110000110001010110100111110100010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,10,97); }

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

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

 a { background-color: rgb(64,10,97); }

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

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

 span { border-color: rgb(64,10,97); }

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