#3E295E

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

Shades of Christalle #3E295E

Tints of Christalle #3E295E

Color information

#3E295E (or 0x3E295E) is unknown color: approx Christalle. HEX triplet: 3E, 29 and 5E. RGB value is (62,41,94). Sum of RGB (Red+Green+Blue) = 62+41+94=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E295E is #C1D6A1. Grayscale: #353535. Windows color (decimal): -12703394 or 6170942. OLE color: 6170942.

HSL color Cylindrical-coordinate representation of color #3E295E: hue angle of 263.77º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E295E is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB624194-
CMYK0.340.5600.63
HSL263.77º39.26%26.47%-
HSV(B)263.77º56.38%36.86%-
XYZ4.83.4211-
YUV53.32150.96134.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.47%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=31.47%
G=20.81%
B=47.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6241940.340.5600.63263.7739.2626.47
Hex3E295E223803F108271a
Octal765113642700774104732
Binary1111101010011011110100010111000011111110000100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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