#40175B

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

Shades of Christalle #40175B

Tints of Christalle #40175B

Color information

#40175B (or 0x40175B) is unknown color: approx Christalle. HEX triplet: 40, 17 and 5B. RGB value is (64,23,91). Sum of RGB (Red+Green+Blue) = 64+23+91=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #40175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40175B is #BFE8A4. Grayscale: #2A2A2A. Windows color (decimal): -12576933 or 5969728. OLE color: 5969728.

HSL color Cylindrical-coordinate representation of color #40175B: hue angle of 276.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40175B is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB642391-
CMYK0.300.7500.64
HSL276.18º59.65%22.35%-
HSV(B)276.18º74.73%35.69%-
XYZ4.312.4610.14-
YUV43.01155.08142.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=35.96%
G=12.92%
B=51.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6423910.300.7500.64276.1859.6522.35
Hex40175B1E4B0401143c16
Octal100271333611301004247426
Binary10000001011110110111111010010110100000010001010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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