#390860

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

Shades of Christalle #390860

Tints of Christalle #390860

Color information

#390860 (or 0x390860) is unknown color: approx Christalle. HEX triplet: 39, 08 and 60. RGB value is (57,8,96). Sum of RGB (Red+Green+Blue) = 57+8+96=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #390860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390860 is #C6F79F. Grayscale: #202020. Windows color (decimal): -13039520 or 6293561. OLE color: 6293561.

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

Color convert

RGB57896-
CMYK0.410.9200.62
HSL273.41º84.62%20.39%-
HSV(B)273.41º91.67%37.65%-
XYZ3.891.8911.23-
YUV32.68163.73145.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.40%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=35.40%
G=4.97%
B=59.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal578960.410.9200.62273.4184.6220.39
Hex39860295C03E1115514
Octal71101405113407642112524
Binary1110011000110000010100110111000111110100010001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390860; }

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

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

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

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

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

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

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

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