#401766

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

Shades of Christalle #401766

Tints of Christalle #401766

Color information

#401766 (or 0x401766) is unknown color: approx Christalle. HEX triplet: 40, 17 and 66. RGB value is (64,23,102). Sum of RGB (Red+Green+Blue) = 64+23+102=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #401766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401766 is #BFE899. Grayscale: #2B2B2B. Windows color (decimal): -12576922 or 6690624. OLE color: 6690624.

HSL color Cylindrical-coordinate representation of color #401766: hue angle of 271.14º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401766 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6423102-
CMYK0.370.7700.6
HSL271.14º63.2%24.51%-
HSV(B)271.14º77.45%40%-
XYZ4.822.6612.83-
YUV44.26160.58142.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=33.86%
G=12.17%
B=53.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64231020.370.7700.6271.1463.224.51
Hex401766254D03C10f3f19
Octal10027146451150744177731
Binary10000001011111001101001011001101011110010000111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401766; }

 p { color: rgb(64,23,102); }

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

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

 a { background-color: rgb(64,23,102); }

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

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

 span { border-color: rgb(64,23,102); }

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