#40275C

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

Shades of Christalle #40275C

Tints of Christalle #40275C

Color information

#40275C (or 0x40275C) is unknown color: approx Christalle. HEX triplet: 40, 27 and 5C. RGB value is (64,39,92). Sum of RGB (Red+Green+Blue) = 64+39+92=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #40275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40275C is #BFD8A3. Grayscale: #343434. Windows color (decimal): -12572836 or 6039360. OLE color: 6039360.

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

Color convert

RGB643992-
CMYK0.300.5800.64
HSL268.3º40.46%25.69%-
HSV(B)268.3º57.61%36.08%-
XYZ4.773.3110.51-
YUV52.52150.28136.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=32.82%
G=20%
B=47.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6439920.300.5800.64268.340.4625.69
Hex40275C1E3A04010c281a
Octal10047134367201004145032
Binary10000001001111011100111101110100100000010000110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40275C; }

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

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

<style>
 a { background-color: #40275C; }

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

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

<style>
 span { border-color: #40275C; }

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

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