#402A5C

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

Shades of Christalle #402A5C

Tints of Christalle #402A5C

Color information

#402A5C (or 0x402A5C) is unknown color: approx Christalle. HEX triplet: 40, 2A and 5C. RGB value is (64,42,92). Sum of RGB (Red+Green+Blue) = 64+42+92=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #402A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A5C is #BFD5A3. Grayscale: #363636. Windows color (decimal): -12572068 or 6040128. OLE color: 6040128.

HSL color Cylindrical-coordinate representation of color #402A5C: hue angle of 266.4º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #402A5C is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB644292-
CMYK0.300.5400.64
HSL266.4º37.31%26.27%-
HSV(B)266.4º54.35%36.08%-
XYZ4.873.5210.55-
YUV54.28149.29134.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 42 (16.80% from 255) = 21.21%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=32.32%
G=21.21%
B=46.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6442920.300.5400.64266.437.3126.27
Hex402A5C1E3604010a251a
Octal10052134366601004124532
Binary10000001010101011100111101101100100000010000101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402A5C; }

 p { color: rgb(64,42,92); }

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

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

 a { background-color: rgb(64,42,92); }

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

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

 span { border-color: rgb(64,42,92); }

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