#401069

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

Shades of Christalle #401069

Tints of Christalle #401069

Color information

#401069 (or 0x401069) is unknown color: approx Christalle. HEX triplet: 40, 10 and 69. RGB value is (64,16,105). Sum of RGB (Red+Green+Blue) = 64+16+105=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #401069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401069 is #BFEF96. Grayscale: #282828. Windows color (decimal): -12578711 or 6885440. OLE color: 6885440.

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

Color convert

RGB6416105-
CMYK0.390.8500.59
HSL272.36º73.55%23.73%-
HSV(B)272.36º84.76%41.18%-
XYZ4.852.4813.59-
YUV40.5164.4144.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=34.59%
G=8.65%
B=56.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64161050.390.8500.59272.3673.5523.73
Hex401069275503B1104a18
Octal100201514712507342011230
Binary100000010000110100110011110101010111011100010000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401069; }

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

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

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

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

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

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

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

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