#39205D

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

Shades of Christalle #39205D

Tints of Christalle #39205D

Color information

#39205D (or 0x39205D) is unknown color: approx Christalle. HEX triplet: 39, 20 and 5D. RGB value is (57,32,93). Sum of RGB (Red+Green+Blue) = 57+32+93=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #39205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39205D is #C6DFA2. Grayscale: #2E2E2E. Windows color (decimal): -13033379 or 6103097. OLE color: 6103097.

HSL color Cylindrical-coordinate representation of color #39205D: hue angle of 264.59º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39205D is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB573293-
CMYK0.390.6600.64
HSL264.59º48.8%24.51%-
HSV(B)264.59º65.59%36.47%-
XYZ4.182.6910.66-
YUV46.43154.28135.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=31.32%
G=17.58%
B=51.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5732930.390.6600.64264.5948.824.51
Hex39205D27420401093119
Octal71401354710201004116131
Binary111001100000101110110011110000100100000010000100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39205D; }

 p { color: rgb(57,32,93); }

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

<style>
 a { background-color: #39205D; }

 a { background-color: rgb(57,32,93); }

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

<style>
 span { border-color: #39205D; }

 span { border-color: rgb(57,32,93); }

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