#40206D

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

Shades of Christalle #40206D

Tints of Christalle #40206D

Color information

#40206D (or 0x40206D) is unknown color: approx Christalle. HEX triplet: 40, 20 and 6D. RGB value is (64,32,109). Sum of RGB (Red+Green+Blue) = 64+32+109=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #40206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40206D is #BFDF92. Grayscale: #323232. Windows color (decimal): -12574611 or 7151680. OLE color: 7151680.

HSL color Cylindrical-coordinate representation of color #40206D: hue angle of 264.94º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40206D is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6432109-
CMYK0.410.7100.57
HSL264.94º54.61%27.65%-
HSV(B)264.94º70.64%42.75%-
XYZ5.393.2314.81-
YUV50.35161.1137.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=31.22%
G=15.61%
B=53.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64321090.410.7100.57264.9454.6127.65
Hex40206D2947039109371c
Octal10040155511070714116734
Binary100000010000011011011010011000111011100110000100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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