#400760

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

Shades of Christalle #400760

Tints of Christalle #400760

Color information

#400760 (or 0x400760) is unknown color: approx Christalle. HEX triplet: 40, 07 and 60. RGB value is (64,7,96). Sum of RGB (Red+Green+Blue) = 64+7+96=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #400760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400760 is #BFF89F. Grayscale: #212121. Windows color (decimal): -12581024 or 6293312. OLE color: 6293312.

HSL color Cylindrical-coordinate representation of color #400760: hue angle of 278.43º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400760 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64796-
CMYK0.330.9300.62
HSL278.43º86.41%20.2%-
HSV(B)278.43º92.71%37.65%-
XYZ4.32.0911.24-
YUV34.19162.88149.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=38.32%
G=4.19%
B=57.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal647960.330.9300.62278.4386.4120.2
Hex40760215D03E1165614
Octal10071404113507642612624
Binary1000000111110000010000110111010111110100010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400760; }

 p { color: rgb(64,7,96); }

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

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

 a { background-color: rgb(64,7,96); }

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

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

 span { border-color: rgb(64,7,96); }

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