#401C65

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

Shades of Christalle #401C65

Tints of Christalle #401C65

Color information

#401C65 (or 0x401C65) is unknown color: approx Christalle. HEX triplet: 40, 1C and 65. RGB value is (64,28,101). Sum of RGB (Red+Green+Blue) = 64+28+101=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #401C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C65 is #BFE39A. Grayscale: #2E2E2E. Windows color (decimal): -12575643 or 6626368. OLE color: 6626368.

HSL color Cylindrical-coordinate representation of color #401C65: hue angle of 269.59º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401C65 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6428101-
CMYK0.370.7200.60
HSL269.59º56.59%25.29%-
HSV(B)269.59º72.28%39.61%-
XYZ4.882.8612.61-
YUV47.09158.43140.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 28 (11.33% from 255) = 14.51%
BLUE value IS 101 (39.84% from 255) = 52.33%
R=33.16%
G=14.51%
B=52.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64281010.370.7200.60269.5956.5925.29
Hex401C65254803C10e3919
Octal10034145451100744167131
Binary10000001110011001011001011001000011110010000111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401C65; }

 p { color: rgb(64,28,101); }

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

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

 a { background-color: rgb(64,28,101); }

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

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

 span { border-color: rgb(64,28,101); }

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