#40205B

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

Shades of Christalle #40205B

Tints of Christalle #40205B

Color information

#40205B (or 0x40205B) is unknown color: approx Christalle. HEX triplet: 40, 20 and 5B. RGB value is (64,32,91). Sum of RGB (Red+Green+Blue) = 64+32+91=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #40205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40205B is #BFDFA4. Grayscale: #303030. Windows color (decimal): -12574629 or 5972032. OLE color: 5972032.

HSL color Cylindrical-coordinate representation of color #40205B: hue angle of 272.54º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40205B is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB643291-
CMYK0.300.6500.64
HSL272.54º47.97%24.12%-
HSV(B)272.54º64.84%35.69%-
XYZ4.522.8810.21-
YUV48.29152.1139.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=34.22%
G=17.11%
B=48.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6432910.300.6500.64272.5447.9724.12
Hex40205B1E410401113018
Octal100401333610101004216030
Binary100000010000010110111111010000010100000010001000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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