#402869

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

Shades of Christalle #402869

Tints of Christalle #402869

Color information

#402869 (or 0x402869) is unknown color: approx Christalle. HEX triplet: 40, 28 and 69. RGB value is (64,40,105). Sum of RGB (Red+Green+Blue) = 64+40+105=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #402869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402869 is #BFD796. Grayscale: #363636. Windows color (decimal): -12572567 or 6891584. OLE color: 6891584.

HSL color Cylindrical-coordinate representation of color #402869: hue angle of 262.15º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402869 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6440105-
CMYK0.390.6200.59
HSL262.15º44.83%28.43%-
HSV(B)262.15º61.9%41.18%-
XYZ5.423.6313.78-
YUV54.59156.45134.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=30.62%
G=19.14%
B=50.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64401050.390.6200.59262.1544.8328.43
Hex402869273E03B1062d1c
Octal1005015147760734065534
Binary10000001010001101001100111111110011101110000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402869; }

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

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

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

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

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

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

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

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