#401A69

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

Shades of Christalle #401A69

Tints of Christalle #401A69

Color information

#401A69 (or 0x401A69) is unknown color: approx Christalle. HEX triplet: 40, 1A and 69. RGB value is (64,26,105). Sum of RGB (Red+Green+Blue) = 64+26+105=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #401A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A69 is #BFE596. Grayscale: #2E2E2E. Windows color (decimal): -12576151 or 6888000. OLE color: 6888000.

HSL color Cylindrical-coordinate representation of color #401A69: hue angle of 268.86º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401A69 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6426105-
CMYK0.390.7500.59
HSL268.86º60.31%25.69%-
HSV(B)268.86º75.24%41.18%-
XYZ5.032.8513.65-
YUV46.37161.09140.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=32.82%
G=13.33%
B=53.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64261050.390.7500.59268.8660.3125.69
Hex401A69274B03B10d3c1a
Octal10032151471130734157432
Binary10000001101011010011001111001011011101110000110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401A69; }

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

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

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

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

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

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

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

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