#402066

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

Shades of Christalle #402066

Tints of Christalle #402066

Color information

#402066 (or 0x402066) is unknown color: approx Christalle. HEX triplet: 40, 20 and 66. RGB value is (64,32,102). Sum of RGB (Red+Green+Blue) = 64+32+102=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #402066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402066 is #BFDF99. Grayscale: #313131. Windows color (decimal): -12574618 or 6692928. OLE color: 6692928.

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

Color convert

RGB6432102-
CMYK0.370.6900.6
HSL267.43º52.24%26.27%-
HSV(B)267.43º68.63%40%-
XYZ5.033.0812.9-
YUV49.55157.6138.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 102 (40.23% from 255) = 51.52%
R=32.32%
G=16.16%
B=51.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64321020.370.6900.6267.4352.2426.27
Hex402066254503C10b341a
Octal10040146451050744136432
Binary100000010000011001101001011000101011110010000101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402066; }

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

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

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

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

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

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

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

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