#401368

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

Shades of Christalle #401368

Tints of Christalle #401368

Color information

#401368 (or 0x401368) is unknown color: approx Christalle. HEX triplet: 40, 13 and 68. RGB value is (64,19,104). Sum of RGB (Red+Green+Blue) = 64+19+104=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #401368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401368 is #BFEC97. Grayscale: #292929. Windows color (decimal): -12577944 or 6820672. OLE color: 6820672.

HSL color Cylindrical-coordinate representation of color #401368: hue angle of 271.76º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401368 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6419104-
CMYK0.380.8200.59
HSL271.76º69.11%24.12%-
HSV(B)271.76º81.73%40.78%-
XYZ4.852.5613.33-
YUV42.14162.91143.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 104 (41.02% from 255) = 55.61%
R=34.22%
G=10.16%
B=55.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64191040.380.8200.59271.7669.1124.12
Hex401368265203B1104518
Octal100231504612207342010530
Binary100000010011110100010011010100100111011100010000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401368; }

 p { color: rgb(64,19,104); }

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

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

 a { background-color: rgb(64,19,104); }

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

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

 span { border-color: rgb(64,19,104); }

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