#40205F

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

Shades of Christalle #40205F

Tints of Christalle #40205F

Color information

#40205F (or 0x40205F) is unknown color: approx Christalle. HEX triplet: 40, 20 and 5F. RGB value is (64,32,95). Sum of RGB (Red+Green+Blue) = 64+32+95=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #40205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40205F is #BFDFA0. Grayscale: #303030. Windows color (decimal): -12574625 or 6234176. OLE color: 6234176.

HSL color Cylindrical-coordinate representation of color #40205F: hue angle of 270.48º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40205F is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB643295-
CMYK0.330.6600.63
HSL270.48º49.61%24.9%-
HSV(B)270.48º66.32%37.25%-
XYZ4.72.9511.15-
YUV48.75154.1138.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 95 (37.5% from 255) = 49.74%
R=33.51%
G=16.75%
B=49.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6432950.330.6600.63270.4849.6124.9
Hex40205F214203F10e3219
Octal10040137411020774166231
Binary100000010000010111111000011000010011111110000111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40205F; }

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

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

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

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

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

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

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

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