#40216E

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

Shades of Christalle #40216E

Tints of Christalle #40216E

Color information

#40216E (or 0x40216E) is unknown color: approx Christalle. HEX triplet: 40, 21 and 6E. RGB value is (64,33,110). Sum of RGB (Red+Green+Blue) = 64+33+110=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #40216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40216E is #BFDE91. Grayscale: #323232. Windows color (decimal): -12574354 or 7217472. OLE color: 7217472.

HSL color Cylindrical-coordinate representation of color #40216E: hue angle of 264.16º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40216E is Cyan = 0.42, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6433110-
CMYK0.420.700.57
HSL264.16º53.85%28.04%-
HSV(B)264.16º70%43.14%-
XYZ5.473.315.1-
YUV51.05161.27137.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 110 (43.36% from 255) = 53.14%
R=30.92%
G=15.94%
B=53.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64331100.420.700.57264.1653.8528.04
Hex40216E2A46039108361c
Octal10041156521060714106634
Binary100000010000111011101010101000110011100110000100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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