#402660

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

Shades of Christalle #402660

Tints of Christalle #402660

Color information

#402660 (or 0x402660) is unknown color: approx Christalle. HEX triplet: 40, 26 and 60. RGB value is (64,38,96). Sum of RGB (Red+Green+Blue) = 64+38+96=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #402660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402660 is #BFD99F. Grayscale: #343434. Windows color (decimal): -12573088 or 6301248. OLE color: 6301248.

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

Color convert

RGB643896-
CMYK0.330.6000.62
HSL266.9º43.28%26.27%-
HSV(B)266.9º60.42%37.65%-
XYZ4.923.3211.45-
YUV52.39152.61136.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=32.32%
G=19.19%
B=48.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6438960.330.6000.62266.943.2826.27
Hex402660213C03E10b2b1a
Octal1004614041740764135332
Binary10000001001101100000100001111100011111010000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402660; }

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

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

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

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

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

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

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

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