#401964

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

Shades of Christalle #401964

Tints of Christalle #401964

Color information

#401964 (or 0x401964) is unknown color: approx Christalle. HEX triplet: 40, 19 and 64. RGB value is (64,25,100). Sum of RGB (Red+Green+Blue) = 64+25+100=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #401964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401964 is #BFE69B. Grayscale: #2C2C2C. Windows color (decimal): -12576412 or 6560064. OLE color: 6560064.

HSL color Cylindrical-coordinate representation of color #401964: hue angle of 271.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401964 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6425100-
CMYK0.360.7500.61
HSL271.2º60%24.51%-
HSV(B)271.2º75%39.22%-
XYZ4.762.7112.33-
YUV45.21158.92141.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 100 (39.45% from 255) = 52.91%
R=33.86%
G=13.23%
B=52.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64251000.360.7500.61271.26024.51
Hex401964244B03D10f3c19
Octal10031144441130754177431
Binary10000001100111001001001001001011011110110000111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401964; }

 p { color: rgb(64,25,100); }

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

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

 a { background-color: rgb(64,25,100); }

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

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

 span { border-color: rgb(64,25,100); }

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