#400C66

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

Shades of Christalle #400C66

Tints of Christalle #400C66

Color information

#400C66 (or 0x400C66) is unknown color: approx Christalle. HEX triplet: 40, 0C and 66. RGB value is (64,12,102). Sum of RGB (Red+Green+Blue) = 64+12+102=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #400C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C66 is #BFF399. Grayscale: #252525. Windows color (decimal): -12579738 or 6687808. OLE color: 6687808.

HSL color Cylindrical-coordinate representation of color #400C66: hue angle of 274.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400C66 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6412102-
CMYK0.370.8800.6
HSL274.67º78.95%22.35%-
HSV(B)274.67º88.24%40%-
XYZ4.642.3112.77-
YUV37.81164.23146.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 12 (5.08% from 255) = 6.74%
BLUE value IS 102 (40.23% from 255) = 57.30%
R=35.96%
G=6.74%
B=57.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64121020.370.8800.6274.6778.9522.35
Hex40C66255803C1134f16
Octal100141464513007442311726
Binary10000001100110011010010110110000111100100010011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,12,102); }

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

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

 a { background-color: rgb(64,12,102); }

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

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

 span { border-color: rgb(64,12,102); }

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