#40176E

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

Shades of Christalle #40176E

Tints of Christalle #40176E

Color information

#40176E (or 0x40176E) is unknown color: approx Christalle. HEX triplet: 40, 17 and 6E. RGB value is (64,23,110). Sum of RGB (Red+Green+Blue) = 64+23+110=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #40176E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40176E is #BFE891. Grayscale: #2C2C2C. Windows color (decimal): -12576914 or 7214912. OLE color: 7214912.

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

Color convert

RGB6423110-
CMYK0.420.7900.57
HSL268.28º65.41%26.08%-
HSV(B)268.28º79.09%43.14%-
XYZ5.242.8315.02-
YUV45.18164.58141.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=32.49%
G=11.68%
B=55.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64231100.420.7900.57268.2865.4126.08
Hex40176E2A4F03910c411a
Octal100271565211707141410132
Binary100000010111110111010101010011110111001100001100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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