#392560

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

Shades of Christalle #392560

Tints of Christalle #392560

Color information

#392560 (or 0x392560) is unknown color: approx Christalle. HEX triplet: 39, 25 and 60. RGB value is (57,37,96). Sum of RGB (Red+Green+Blue) = 57+37+96=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #392560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392560 is #C6DA9F. Grayscale: #313131. Windows color (decimal): -13032096 or 6300985. OLE color: 6300985.

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

Color convert

RGB573796-
CMYK0.410.6100.62
HSL260.34º44.36%26.08%-
HSV(B)260.34º61.46%37.65%-
XYZ4.463.0411.42-
YUV49.71154.13133.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 96 (37.89% from 255) = 50.53%
R=30%
G=19.47%
B=50.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5737960.410.6100.62260.3444.3626.08
Hex392560293D03E1042c1a
Octal714514051750764045432
Binary1110011001011100000101001111101011111010000010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392560; }

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

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

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

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

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

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

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

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