#40215E

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

Shades of Christalle #40215E

Tints of Christalle #40215E

Color information

#40215E (or 0x40215E) is unknown color: approx Christalle. HEX triplet: 40, 21 and 5E. RGB value is (64,33,94). Sum of RGB (Red+Green+Blue) = 64+33+94=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #40215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40215E is #BFDEA1. Grayscale: #313131. Windows color (decimal): -12574370 or 6168896. OLE color: 6168896.

HSL color Cylindrical-coordinate representation of color #40215E: hue angle of 270.49º 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 #40215E is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB643394-
CMYK0.320.6500.63
HSL270.49º48.03%24.9%-
HSV(B)270.49º64.89%36.86%-
XYZ4.682.9910.92-
YUV49.22153.27138.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 94 (37.11% from 255) = 49.21%
R=33.51%
G=17.28%
B=49.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6433940.320.6500.63270.4948.0324.9
Hex40215E204103F10e3019
Octal10041136401010774166031
Binary100000010000110111101000001000001011111110000111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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