#3D206C

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

Shades of Christalle #3D206C

Tints of Christalle #3D206C

Color information

#3D206C (or 0x3D206C) is unknown color: approx Christalle. HEX triplet: 3D, 20 and 6C. RGB value is (61,32,108). Sum of RGB (Red+Green+Blue) = 61+32+108=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D206C is #C2DF93. Grayscale: #313131. Windows color (decimal): -12771220 or 7086141. OLE color: 7086141.

HSL color Cylindrical-coordinate representation of color #3D206C: hue angle of 262.89º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D206C is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6132108-
CMYK0.440.7000.58
HSL262.89º54.29%27.45%-
HSV(B)262.89º70.37%42.35%-
XYZ5.153.1114.52-
YUV49.33161.11136.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=30.35%
G=15.92%
B=53.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61321080.440.7000.58262.8954.2927.45
Hex3D206C2C4603A107361b
Octal7540154541060724076633
Binary11110110000011011001011001000110011101010000011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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