#401967

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

Shades of Christalle #401967

Tints of Christalle #401967

Color information

#401967 (or 0x401967) is unknown color: approx Christalle. HEX triplet: 40, 19 and 67. RGB value is (64,25,103). Sum of RGB (Red+Green+Blue) = 64+25+103=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #401967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401967 is #BFE698. Grayscale: #2D2D2D. Windows color (decimal): -12576409 or 6756672. OLE color: 6756672.

HSL color Cylindrical-coordinate representation of color #401967: hue angle of 270º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401967 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6425103-
CMYK0.380.7600.60
HSL270º60.94%25.1%-
HSV(B)270º75.73%40.39%-
XYZ4.912.7613.11-
YUV45.55160.42141.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 103 (40.62% from 255) = 53.65%
R=33.33%
G=13.02%
B=53.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64251030.380.7600.6027060.9425.1
Hex401967264C03C10e3d19
Octal10031147461140744167531
Binary10000001100111001111001101001100011110010000111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401967; }

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

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

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

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

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

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

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

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