#3E205E

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

Shades of Christalle #3E205E

Tints of Christalle #3E205E

Color information

#3E205E (or 0x3E205E) is unknown color: approx Christalle. HEX triplet: 3E, 20 and 5E. RGB value is (62,32,94). Sum of RGB (Red+Green+Blue) = 62+32+94=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E205E is #C1DFA1. Grayscale: #2F2F2F. Windows color (decimal): -12705698 or 6168638. OLE color: 6168638.

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

Color convert

RGB623294-
CMYK0.340.6600.63
HSL269.03º49.21%24.71%-
HSV(B)269.03º65.96%36.86%-
XYZ4.522.8710.9-
YUV48.04153.94137.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.98%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 94 (37.11% from 255) = 50%
R=32.98%
G=17.02%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6232940.340.6600.63269.0349.2124.71
Hex3E205E224203F10d3119
Octal7640136421020774156131
Binary11111010000010111101000101000010011111110000110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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