#40175E

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

Shades of Christalle #40175E

Tints of Christalle #40175E

Color information

#40175E (or 0x40175E) is unknown color: approx Christalle. HEX triplet: 40, 17 and 5E. RGB value is (64,23,94). Sum of RGB (Red+Green+Blue) = 64+23+94=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #40175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40175E is #BFE8A1. Grayscale: #2B2B2B. Windows color (decimal): -12576930 or 6166336. OLE color: 6166336.

HSL color Cylindrical-coordinate representation of color #40175E: hue angle of 274.65º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40175E is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB642394-
CMYK0.320.7600.63
HSL274.65º60.68%22.94%-
HSV(B)274.65º75.53%36.86%-
XYZ4.442.5110.84-
YUV43.35156.58142.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 94 (37.11% from 255) = 51.93%
R=35.36%
G=12.71%
B=51.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6423940.320.7600.63274.6560.6822.94
Hex40175E204C03F1133d17
Octal10027136401140774237527
Binary10000001011110111101000001001100011111110001001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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