#402560

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

Shades of Christalle #402560

Tints of Christalle #402560

Color information

#402560 (or 0x402560) is unknown color: approx Christalle. HEX triplet: 40, 25 and 60. RGB value is (64,37,96). Sum of RGB (Red+Green+Blue) = 64+37+96=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #402560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402560 is #BFDA9F. Grayscale: #333333. Windows color (decimal): -12573344 or 6300992. OLE color: 6300992.

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

Color convert

RGB643796-
CMYK0.330.6100.62
HSL267.46º44.36%26.08%-
HSV(B)267.46º61.46%37.65%-
XYZ4.893.2611.44-
YUV51.8152.95136.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=32.49%
G=18.78%
B=48.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6437960.330.6100.62267.4644.3626.08
Hex402560213D03E10b2c1a
Octal1004514041750764135432
Binary10000001001011100000100001111101011111010000101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402560; }

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

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

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

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

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

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

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

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