#3D205C

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

Shades of Christalle #3D205C

Tints of Christalle #3D205C

Color information

#3D205C (or 0x3D205C) is unknown color: approx Christalle. HEX triplet: 3D, 20 and 5C. RGB value is (61,32,92). Sum of RGB (Red+Green+Blue) = 61+32+92=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D205C is #C2DFA3. Grayscale: #2F2F2F. Windows color (decimal): -12771236 or 6037565. OLE color: 6037565.

HSL color Cylindrical-coordinate representation of color #3D205C: hue angle of 269º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D205C is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB613292-
CMYK0.340.6500.64
HSL269º48.39%24.31%-
HSV(B)269º65.22%36.08%-
XYZ4.372.810.43-
YUV47.51153.11137.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=32.97%
G=17.30%
B=49.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6132920.340.6500.6426948.3924.31
Hex3D205C224104010d3018
Octal75401344210101004156030
Binary111101100000101110010001010000010100000010000110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,32,92); }

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

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

 a { background-color: rgb(61,32,92); }

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

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

 span { border-color: rgb(61,32,92); }

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