#3E165C

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

Shades of Christalle #3E165C

Tints of Christalle #3E165C

Color information

#3E165C (or 0x3E165C) is unknown color: approx Christalle. HEX triplet: 3E, 16 and 5C. RGB value is (62,22,92). Sum of RGB (Red+Green+Blue) = 62+22+92=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E165C is #C1E9A3. Grayscale: #292929. Windows color (decimal): -12708260 or 6035006. OLE color: 6035006.

HSL color Cylindrical-coordinate representation of color #3E165C: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E165C is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB622292-
CMYK0.330.7600.64
HSL274.29º61.4%22.35%-
HSV(B)274.29º76.09%36.08%-
XYZ4.212.3710.36-
YUV41.94156.25142.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=35.23%
G=12.5%
B=52.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6222920.330.7600.64274.2961.422.35
Hex3E165C214C0401123d16
Octal76261344111401004227526
Binary11111010110101110010000110011000100000010001001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E165C; }

 p { color: rgb(62,22,92); }

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

<style>
 a { background-color: #3E165C; }

 a { background-color: rgb(62,22,92); }

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

<style>
 span { border-color: #3E165C; }

 span { border-color: rgb(62,22,92); }

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