#40116B

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

Shades of Christalle #40116B

Tints of Christalle #40116B

Color information

#40116B (or 0x40116B) is unknown color: approx Christalle. HEX triplet: 40, 11 and 6B. RGB value is (64,17,107). Sum of RGB (Red+Green+Blue) = 64+17+107=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #40116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40116B is #BFEE94. Grayscale: #292929. Windows color (decimal): -12578453 or 7016768. OLE color: 7016768.

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

Color convert

RGB6417107-
CMYK0.400.8400.58
HSL271.33º72.58%24.31%-
HSV(B)271.33º84.11%41.96%-
XYZ4.972.5514.14-
YUV41.31165.07144.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 107 (42.19% from 255) = 56.91%
R=34.04%
G=9.04%
B=56.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64171070.400.8400.58271.3372.5824.31
Hex40116B285403A10f4918
Octal100211535012407241711130
Binary100000010001110101110100010101000111010100001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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