#40265F

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

Shades of Christalle #40265F

Tints of Christalle #40265F

Color information

#40265F (or 0x40265F) is unknown color: approx Christalle. HEX triplet: 40, 26 and 5F. RGB value is (64,38,95). Sum of RGB (Red+Green+Blue) = 64+38+95=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #40265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40265F is #BFD9A0. Grayscale: #343434. Windows color (decimal): -12573089 or 6235712. OLE color: 6235712.

HSL color Cylindrical-coordinate representation of color #40265F: hue angle of 267.37º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40265F is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB643895-
CMYK0.330.6000.63
HSL267.37º42.86%26.08%-
HSV(B)267.37º60%37.25%-
XYZ4.873.311.21-
YUV52.27152.11136.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=32.49%
G=19.29%
B=48.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6438950.330.6000.63267.3742.8626.08
Hex40265F213C03F10b2b1a
Octal1004613741740774135332
Binary10000001001101011111100001111100011111110000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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