#3E115D

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

Shades of Christalle #3E115D

Tints of Christalle #3E115D

Color information

#3E115D (or 0x3E115D) is unknown color: approx Christalle. HEX triplet: 3E, 11 and 5D. RGB value is (62,17,93). Sum of RGB (Red+Green+Blue) = 62+17+93=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E115D is #C1EEA2. Grayscale: #262626. Windows color (decimal): -12709539 or 6099262. OLE color: 6099262.

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

Color convert

RGB621793-
CMYK0.330.8200.64
HSL275.53º69.09%21.57%-
HSV(B)275.53º81.72%36.47%-
XYZ4.162.2210.56-
YUV39.12158.41144.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.05%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 93 (36.72% from 255) = 54.07%
R=36.05%
G=9.88%
B=54.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6217930.330.8200.64275.5369.0921.57
Hex3E115D21520401144516
Octal762113541122010042410526
Binary111110100011011101100001101001001000000100010100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,17,93); }

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

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

 a { background-color: rgb(62,17,93); }

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

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

 span { border-color: rgb(62,17,93); }

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