#40185D

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

Shades of Christalle #40185D

Tints of Christalle #40185D

Color information

#40185D (or 0x40185D) is unknown color: approx Christalle. HEX triplet: 40, 18 and 5D. RGB value is (64,24,93). Sum of RGB (Red+Green+Blue) = 64+24+93=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #40185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40185D is #BFE7A2. Grayscale: #2B2B2B. Windows color (decimal): -12576675 or 6101056. OLE color: 6101056.

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

Color convert

RGB642493-
CMYK0.310.7400.64
HSL274.78º58.97%22.94%-
HSV(B)274.78º74.19%36.47%-
XYZ4.422.5310.61-
YUV43.83155.75142.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=35.36%
G=13.26%
B=51.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6424930.310.7400.64274.7858.9722.94
Hex40185D1F4A0401133b17
Octal100301353711201004237327
Binary10000001100010111011111110010100100000010001001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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