#3E295C

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

Shades of Christalle #3E295C

Tints of Christalle #3E295C

Color information

#3E295C (or 0x3E295C) is unknown color: approx Christalle. HEX triplet: 3E, 29 and 5C. RGB value is (62,41,92). Sum of RGB (Red+Green+Blue) = 62+41+92=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E295C is #C1D6A3. Grayscale: #343434. Windows color (decimal): -12703396 or 6039870. OLE color: 6039870.

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

Color convert

RGB624192-
CMYK0.330.5500.64
HSL264.71º38.35%26.08%-
HSV(B)264.71º55.43%36.08%-
XYZ4.713.3810.53-
YUV53.09149.96134.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.79%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=31.79%
G=21.03%
B=47.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6241920.330.5500.64264.7138.3526.08
Hex3E295C2137040109261a
Octal7651134416701004114632
Binary11111010100110111001000011101110100000010000100110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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