#401369

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

Shades of Christalle #401369

Tints of Christalle #401369

Color information

#401369 (or 0x401369) is unknown color: approx Christalle. HEX triplet: 40, 13 and 69. RGB value is (64,19,105). Sum of RGB (Red+Green+Blue) = 64+19+105=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #401369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401369 is #BFEC96. Grayscale: #292929. Windows color (decimal): -12577943 or 6886208. OLE color: 6886208.

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

Color convert

RGB6419105-
CMYK0.390.8200.59
HSL271.4º69.35%24.31%-
HSV(B)271.4º81.9%41.18%-
XYZ4.92.5813.6-
YUV42.26163.41143.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=34.04%
G=10.11%
B=55.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64191050.390.8200.59271.469.3524.31
Hex401369275203B10f4518
Octal100231514712207341710530
Binary100000010011110100110011110100100111011100001111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401369; }

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

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

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

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

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

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

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

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