#402060

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

Shades of Christalle #402060

Tints of Christalle #402060

Color information

#402060 (or 0x402060) is unknown color: approx Christalle. HEX triplet: 40, 20 and 60. RGB value is (64,32,96). Sum of RGB (Red+Green+Blue) = 64+32+96=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #402060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402060 is #BFDF9F. Grayscale: #303030. Windows color (decimal): -12574624 or 6299712. OLE color: 6299712.

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

Color convert

RGB643296-
CMYK0.330.6700.62
HSL270º50%25.1%-
HSV(B)270º66.67%37.65%-
XYZ4.742.9711.39-
YUV48.86154.6138.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 96 (37.89% from 255) = 50%
R=33.33%
G=16.67%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6432960.330.6700.622705025.1
Hex402060214303E10e3219
Octal10040140411030764166231
Binary100000010000011000001000011000011011111010000111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402060; }

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

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

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

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

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

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

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

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