#40206B

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

Shades of Christalle #40206B

Tints of Christalle #40206B

Color information

#40206B (or 0x40206B) is unknown color: approx Christalle. HEX triplet: 40, 20 and 6B. RGB value is (64,32,107). Sum of RGB (Red+Green+Blue) = 64+32+107=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #40206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40206B is #BFDF94. Grayscale: #313131. Windows color (decimal): -12574613 or 7020608. OLE color: 7020608.

HSL color Cylindrical-coordinate representation of color #40206B: hue angle of 265.6º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40206B is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6432107-
CMYK0.400.7000.58
HSL265.6º53.96%27.25%-
HSV(B)265.6º70.09%41.96%-
XYZ5.283.1814.25-
YUV50.12160.1137.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=31.53%
G=15.76%
B=52.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64321070.400.7000.58265.653.9627.25
Hex40206B284603A10a361b
Octal10040153501060724126633
Binary100000010000011010111010001000110011101010000101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40206B; }

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

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

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

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

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

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

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

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