#400D61

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

Shades of Christalle #400D61

Tints of Christalle #400D61

Color information

#400D61 (or 0x400D61) is unknown color: approx Christalle. HEX triplet: 40, 0D and 61. RGB value is (64,13,97). Sum of RGB (Red+Green+Blue) = 64+13+97=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #400D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D61 is #BFF29E. Grayscale: #252525. Windows color (decimal): -12579487 or 6360384. OLE color: 6360384.

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

Color convert

RGB641397-
CMYK0.340.8700.62
HSL276.43º76.36%21.57%-
HSV(B)276.43º86.6%38.04%-
XYZ4.422.2411.51-
YUV37.83161.4146.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 97 (38.28% from 255) = 55.75%
R=36.78%
G=7.47%
B=55.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6413970.340.8700.62276.4376.3621.57
Hex40D61225703E1144c16
Octal100151414212707642411426
Binary10000001101110000110001010101110111110100010100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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