#402669

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

Shades of Christalle #402669

Tints of Christalle #402669

Color information

#402669 (or 0x402669) is unknown color: approx Christalle. HEX triplet: 40, 26 and 69. RGB value is (64,38,105). Sum of RGB (Red+Green+Blue) = 64+38+105=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #402669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402669 is #BFD996. Grayscale: #353535. Windows color (decimal): -12573079 or 6891072. OLE color: 6891072.

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

Color convert

RGB6438105-
CMYK0.390.6400.59
HSL263.28º46.85%28.04%-
HSV(B)263.28º63.81%41.18%-
XYZ5.363.513.76-
YUV53.41157.11135.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=30.92%
G=18.36%
B=50.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64381050.390.6400.59263.2846.8528.04
Hex402669274003B1072f1c
Octal10046151471000734075734
Binary100000010011011010011001111000000011101110000011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402669; }

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

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

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

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

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

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

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

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