#40215F

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

Shades of Christalle #40215F

Tints of Christalle #40215F

Color information

#40215F (or 0x40215F) is unknown color: approx Christalle. HEX triplet: 40, 21 and 5F. RGB value is (64,33,95). Sum of RGB (Red+Green+Blue) = 64+33+95=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #40215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40215F is #BFDEA0. Grayscale: #313131. Windows color (decimal): -12574369 or 6234432. OLE color: 6234432.

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

Color convert

RGB643395-
CMYK0.330.6500.63
HSL270º48.44%25.1%-
HSV(B)270º65.26%37.25%-
XYZ4.72311.16-
YUV49.34153.77138.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 95 (37.5% from 255) = 49.48%
R=33.33%
G=17.19%
B=49.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6433950.330.6500.6327048.4425.1
Hex40215F214103F10e3019
Octal10041137411010774166031
Binary100000010000110111111000011000001011111110000111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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