#39205A

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

Shades of Christalle #39205A

Tints of Christalle #39205A

Color information

#39205A (or 0x39205A) is unknown color: approx Christalle. HEX triplet: 39, 20 and 5A. RGB value is (57,32,90). Sum of RGB (Red+Green+Blue) = 57+32+90=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #39205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39205A is #C6DFA5. Grayscale: #2D2D2D. Windows color (decimal): -13033382 or 5906489. OLE color: 5906489.

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

Color convert

RGB573290-
CMYK0.370.6400.65
HSL265.86º47.54%23.92%-
HSV(B)265.86º64.44%35.29%-
XYZ4.052.649.97-
YUV46.09152.78135.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.84%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=31.84%
G=17.88%
B=50.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5732900.370.6400.65265.8647.5423.92
Hex39205A254004110a3018
Octal71401324510001014126030
Binary111001100000101101010010110000000100000110000101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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