#390660

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

Shades of Christalle #390660

Tints of Christalle #390660

Color information

#390660 (or 0x390660) is unknown color: approx Christalle. HEX triplet: 39, 06 and 60. RGB value is (57,6,96). Sum of RGB (Red+Green+Blue) = 57+6+96=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #390660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390660 is #C6F99F. Grayscale: #1F1F1F. Windows color (decimal): -13040032 or 6293049. OLE color: 6293049.

HSL color Cylindrical-coordinate representation of color #390660: hue angle of 274º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390660 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB57696-
CMYK0.410.9400.62
HSL274º88.24%20%-
HSV(B)274º93.75%37.65%-
XYZ3.861.8411.22-
YUV31.51164.4146.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=35.85%
G=3.77%
B=60.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal576960.410.9400.6227488.2420
Hex39660295E03E1125814
Octal7161405113607642213024
Binary111001110110000010100110111100111110100010010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390660; }

 p { color: rgb(57,6,96); }

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

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

 a { background-color: rgb(57,6,96); }

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

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

 span { border-color: rgb(57,6,96); }

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