#40215D

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

Shades of Christalle #40215D

Tints of Christalle #40215D

Color information

#40215D (or 0x40215D) is unknown color: approx Christalle. HEX triplet: 40, 21 and 5D. RGB value is (64,33,93). Sum of RGB (Red+Green+Blue) = 64+33+93=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #40215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40215D is #BFDEA2. Grayscale: #303030. Windows color (decimal): -12574371 or 6103360. OLE color: 6103360.

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

Color convert

RGB643393-
CMYK0.310.6500.64
HSL271º47.62%24.71%-
HSV(B)271º64.52%36.47%-
XYZ4.632.9710.68-
YUV49.11152.77138.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=33.68%
G=17.37%
B=48.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6433930.310.6500.6427147.6224.71
Hex40215D1F4104010f3019
Octal100411353710101004176031
Binary100000010000110111011111110000010100000010000111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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