#400f63

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

Shades of Christalle #400F63

Tints of Christalle #400F63

Color information

#400F63 (or 0x400F63) is unknown color: approx Christalle. HEX triplet: 40, 0F and 63. RGB value is (64,15,99). Sum of RGB (Red+Green+Blue) = 64+15+99=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #400F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F63 is #BFF09C. Grayscale: #262626. Windows color (decimal): -12578973 or 6491968. OLE color: 6491968.

HSL color Cylindrical-coordinate representation of color #400F63: hue angle of 275º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #400F63 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB641599-
CMYK0.350.8500.61
HSL275º73.68%22.35%-
HSV(B)275º84.85%38.82%-
XYZ4.542.3312.02-
YUV39.23161.73145.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=35.96%
G=8.43%
B=55.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6415990.350.8500.6127573.6822.35
Hex40F63235503D1134a16
Octal100171434312507542311226
Binary10000001111110001110001110101010111101100010011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400f63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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