#402160

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

Shades of Christalle #402160

Tints of Christalle #402160

Color information

#402160 (or 0x402160) is unknown color: approx Christalle. HEX triplet: 40, 21 and 60. RGB value is (64,33,96). Sum of RGB (Red+Green+Blue) = 64+33+96=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #402160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402160 is #BFDE9F. Grayscale: #313131. Windows color (decimal): -12574368 or 6299968. OLE color: 6299968.

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

Color convert

RGB643396-
CMYK0.330.6600.62
HSL269.52º48.84%25.29%-
HSV(B)269.52º65.62%37.65%-
XYZ4.773.0211.4-
YUV49.45154.27138.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=33.16%
G=17.10%
B=49.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6433960.330.6600.62269.5248.8425.29
Hex402160214203E10e3119
Octal10041140411020764166131
Binary100000010000111000001000011000010011111010000111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402160; }

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

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

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

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

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

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

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

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