#40135d

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

Shades of Christalle #40135D

Tints of Christalle #40135D

Color information

#40135D (or 0x40135D) is unknown color: approx Christalle. HEX triplet: 40, 13 and 5D. RGB value is (64,19,93). Sum of RGB (Red+Green+Blue) = 64+19+93=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #40135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40135D is #BFECA2. Grayscale: #282828. Windows color (decimal): -12577955 or 6099776. OLE color: 6099776.

HSL color Cylindrical-coordinate representation of color #40135D: hue angle of 276.49º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40135D is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB641993-
CMYK0.310.8000.64
HSL276.49º66.07%21.96%-
HSV(B)276.49º79.57%36.47%-
XYZ4.322.3510.58-
YUV40.89157.41144.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=36.36%
G=10.80%
B=52.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6419930.310.8000.64276.4966.0721.96
Hex40135D1F500401144216
Octal1002313537120010042410226
Binary100000010011101110111111101000001000000100010100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40135d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40135d; }

 p { color: rgb(64,19,93); }

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

<style>
 a { background-color: #40135d; }

 a { background-color: rgb(64,19,93); }

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

<style>
 span { border-color: #40135d; }

 span { border-color: rgb(64,19,93); }

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