#402860

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

Shades of Christalle #402860

Tints of Christalle #402860

Color information

#402860 (or 0x402860) is unknown color: approx Christalle. HEX triplet: 40, 28 and 60. RGB value is (64,40,96). Sum of RGB (Red+Green+Blue) = 64+40+96=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #402860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402860 is #BFD79F. Grayscale: #353535. Windows color (decimal): -12572576 or 6301760. OLE color: 6301760.

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

Color convert

RGB644096-
CMYK0.330.5800.62
HSL265.71º41.18%26.67%-
HSV(B)265.71º58.33%37.65%-
XYZ4.983.4511.47-
YUV53.56151.95135.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 48%
R=32%
G=20%
B=48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6440960.330.5800.62265.7141.1826.67
Hex402860213A03E10a291b
Octal1005014041720764125133
Binary10000001010001100000100001111010011111010000101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402860; }

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

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

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

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

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

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

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

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