#40185F

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

Shades of Christalle #40185F

Tints of Christalle #40185F

Color information

#40185F (or 0x40185F) is unknown color: approx Christalle. HEX triplet: 40, 18 and 5F. RGB value is (64,24,95). Sum of RGB (Red+Green+Blue) = 64+24+95=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #40185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40185F is #BFE7A0. Grayscale: #2B2B2B. Windows color (decimal): -12576673 or 6232128. OLE color: 6232128.

HSL color Cylindrical-coordinate representation of color #40185F: hue angle of 273.8º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40185F is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB642495-
CMYK0.330.7500.63
HSL273.8º59.66%23.33%-
HSV(B)273.8º74.74%37.25%-
XYZ4.512.5711.08-
YUV44.05156.75142.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=34.97%
G=13.11%
B=51.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6424950.330.7500.63273.859.6623.33
Hex40185F214B03F1123c17
Octal10030137411130774227427
Binary10000001100010111111000011001011011111110001001011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40185F; }

 p { color: rgb(64,24,95); }

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

<style>
 a { background-color: #40185F; }

 a { background-color: rgb(64,24,95); }

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

<style>
 span { border-color: #40185F; }

 span { border-color: rgb(64,24,95); }

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