#400963

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

Shades of Christalle #400963

Tints of Christalle #400963

Color information

#400963 (or 0x400963) is unknown color: approx Christalle. HEX triplet: 40, 09 and 63. RGB value is (64,9,99). Sum of RGB (Red+Green+Blue) = 64+9+99=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #400963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400963 is #BFF69C. Grayscale: #232323. Windows color (decimal): -12580509 or 6490432. OLE color: 6490432.

HSL color Cylindrical-coordinate representation of color #400963: hue angle of 276.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400963 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB64999-
CMYK0.350.9100.61
HSL276.67º83.33%21.18%-
HSV(B)276.67º90.91%38.82%-
XYZ4.462.1911.99-
YUV35.7163.72148.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=37.21%
G=5.23%
B=57.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal649990.350.9100.61276.6783.3321.18
Hex40963235B03D1155315
Octal100111434313307542512325
Binary10000001001110001110001110110110111101100010101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400963; }

 p { color: rgb(64,9,99); }

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

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

 a { background-color: rgb(64,9,99); }

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

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

 span { border-color: rgb(64,9,99); }

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