#40216B

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

Shades of Christalle #40216B

Tints of Christalle #40216B

Color information

#40216B (or 0x40216B) is unknown color: approx Christalle. HEX triplet: 40, 21 and 6B. RGB value is (64,33,107). Sum of RGB (Red+Green+Blue) = 64+33+107=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #40216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40216B is #BFDE94. Grayscale: #323232. Windows color (decimal): -12574357 or 7020864. OLE color: 7020864.

HSL color Cylindrical-coordinate representation of color #40216B: hue angle of 265.14º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40216B is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6433107-
CMYK0.400.6900.58
HSL265.14º52.86%27.45%-
HSV(B)265.14º69.16%41.96%-
XYZ5.313.2414.26-
YUV50.7159.77137.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 107 (42.19% from 255) = 52.45%
R=31.37%
G=16.18%
B=52.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64331070.400.6900.58265.1452.8627.45
Hex40216B284503A109351b
Octal10041153501050724116533
Binary100000010000111010111010001000101011101010000100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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