#402166

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

Shades of Christalle #402166

Tints of Christalle #402166

Color information

#402166 (or 0x402166) is unknown color: approx Christalle. HEX triplet: 40, 21 and 66. RGB value is (64,33,102). Sum of RGB (Red+Green+Blue) = 64+33+102=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #402166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402166 is #BFDE99. Grayscale: #313131. Windows color (decimal): -12574362 or 6693184. OLE color: 6693184.

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

Color convert

RGB6433102-
CMYK0.370.6800.6
HSL266.96º51.11%26.47%-
HSV(B)266.96º67.65%40%-
XYZ5.063.1412.91-
YUV50.14157.27137.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=32.16%
G=16.58%
B=51.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64331020.370.6800.6266.9651.1126.47
Hex402166254403C10b331a
Octal10041146451040744136332
Binary100000010000111001101001011000100011110010000101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402166; }

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

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

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

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

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

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

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

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