#39205e

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

Shades of Christalle #39205E

Tints of Christalle #39205E

Color information

#39205E (or 0x39205E) is unknown color: approx Christalle. HEX triplet: 39, 20 and 5E. RGB value is (57,32,94). Sum of RGB (Red+Green+Blue) = 57+32+94=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #39205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39205E is #C6DFA1. Grayscale: #2E2E2E. Windows color (decimal): -13033378 or 6168633. OLE color: 6168633.

HSL color Cylindrical-coordinate representation of color #39205E: hue angle of 264.19º 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 #39205E is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB573294-
CMYK0.390.6600.63
HSL264.19º49.21%24.71%-
HSV(B)264.19º65.96%36.86%-
XYZ4.222.7110.89-
YUV46.54154.78135.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 94 (37.11% from 255) = 51.37%
R=31.15%
G=17.49%
B=51.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5732940.390.6600.63264.1949.2124.71
Hex39205E274203F1083119
Octal7140136471020774106131
Binary11100110000010111101001111000010011111110000100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39205e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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