#401963

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

Shades of Christalle #401963

Tints of Christalle #401963

Color information

#401963 (or 0x401963) is unknown color: approx Christalle. HEX triplet: 40, 19 and 63. RGB value is (64,25,99). Sum of RGB (Red+Green+Blue) = 64+25+99=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #401963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401963 is #BFE69C. Grayscale: #2C2C2C. Windows color (decimal): -12576413 or 6494528. OLE color: 6494528.

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

Color convert

RGB642599-
CMYK0.350.7500.61
HSL271.62º59.68%24.31%-
HSV(B)271.62º74.75%38.82%-
XYZ4.712.6912.07-
YUV45.1158.42141.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=34.04%
G=13.30%
B=52.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6425990.350.7500.61271.6259.6824.31
Hex401963234B03D1103c18
Octal10031143431130754207430
Binary10000001100111000111000111001011011110110001000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401963; }

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

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

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

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

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

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

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

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