#401661

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

Shades of Christalle #401661

Tints of Christalle #401661

Color information

#401661 (or 0x401661) is unknown color: approx Christalle. HEX triplet: 40, 16 and 61. RGB value is (64,22,97). Sum of RGB (Red+Green+Blue) = 64+22+97=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #401661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401661 is #BFE99E. Grayscale: #2A2A2A. Windows color (decimal): -12577183 or 6362688. OLE color: 6362688.

HSL color Cylindrical-coordinate representation of color #401661: hue angle of 273.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401661 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB642297-
CMYK0.340.7700.62
HSL273.6º63.03%23.33%-
HSV(B)273.6º77.32%38.04%-
XYZ4.562.5311.56-
YUV43.11158.41142.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=34.97%
G=12.02%
B=53.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6422970.340.7700.62273.663.0323.33
Hex401661224D03E1123f17
Octal10026141421150764227727
Binary10000001011011000011000101001101011111010001001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401661; }

 p { color: rgb(64,22,97); }

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

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

 a { background-color: rgb(64,22,97); }

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

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

 span { border-color: rgb(64,22,97); }

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