#40216D

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

Shades of Christalle #40216D

Tints of Christalle #40216D

Color information

#40216D (or 0x40216D) is unknown color: approx Christalle. HEX triplet: 40, 21 and 6D. RGB value is (64,33,109). Sum of RGB (Red+Green+Blue) = 64+33+109=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #40216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40216D is #BFDE92. Grayscale: #323232. Windows color (decimal): -12574355 or 7151936. OLE color: 7151936.

HSL color Cylindrical-coordinate representation of color #40216D: hue angle of 264.47º 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 #40216D is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6433109-
CMYK0.410.7000.57
HSL264.47º53.52%27.84%-
HSV(B)264.47º69.72%42.75%-
XYZ5.423.2814.82-
YUV50.93160.77137.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=31.07%
G=16.02%
B=52.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64331090.410.7000.57264.4753.5227.84
Hex40216D2946039108361c
Octal10041155511060714106634
Binary100000010000111011011010011000110011100110000100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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