#40195D

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

Shades of Christalle #40195D

Tints of Christalle #40195D

Color information

#40195D (or 0x40195D) is unknown color: approx Christalle. HEX triplet: 40, 19 and 5D. RGB value is (64,25,93). Sum of RGB (Red+Green+Blue) = 64+25+93=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #40195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40195D is #BFE6A2. Grayscale: #2C2C2C. Windows color (decimal): -12576419 or 6101312. OLE color: 6101312.

HSL color Cylindrical-coordinate representation of color #40195D: hue angle of 274.41º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40195D is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB642593-
CMYK0.310.7300.64
HSL274.41º57.63%23.14%-
HSV(B)274.41º73.12%36.47%-
XYZ4.442.5810.62-
YUV44.41155.42141.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=35.16%
G=13.74%
B=51.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6425930.310.7300.64274.4157.6323.14
Hex40195D1F490401123a17
Octal100311353711101004227227
Binary10000001100110111011111110010010100000010001001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,25,93); }

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

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

 a { background-color: rgb(64,25,93); }

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

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

 span { border-color: rgb(64,25,93); }

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