#40106D

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

Shades of Christalle #40106D

Tints of Christalle #40106D

Color information

#40106D (or 0x40106D) is unknown color: approx Christalle. HEX triplet: 40, 10 and 6D. RGB value is (64,16,109). Sum of RGB (Red+Green+Blue) = 64+16+109=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #40106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40106D is #BFEF92. Grayscale: #282828. Windows color (decimal): -12578707 or 7147584. OLE color: 7147584.

HSL color Cylindrical-coordinate representation of color #40106D: hue angle of 270.97º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40106D is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6416109-
CMYK0.410.8500.57
HSL270.97º74.4%24.51%-
HSV(B)270.97º85.32%42.75%-
XYZ5.062.5614.7-
YUV40.95166.4144.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 109 (42.97% from 255) = 57.67%
R=33.86%
G=8.47%
B=57.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64161090.410.8500.57270.9774.424.51
Hex40106D295503910f4a19
Octal100201555112507141711231
Binary100000010000110110110100110101010111001100001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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