#390559

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

Shades of Christalle #390559

Tints of Christalle #390559

Color information

#390559 (or 0x390559) is unknown color: approx Christalle. HEX triplet: 39, 05 and 59. RGB value is (57,5,89). Sum of RGB (Red+Green+Blue) = 57+5+89=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #390559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390559 is #C6FAA6. Grayscale: #1D1D1D. Windows color (decimal): -13040295 or 5834041. OLE color: 5834041.

HSL color Cylindrical-coordinate representation of color #390559: hue angle of 277.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390559 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB57589-
CMYK0.360.9400.65
HSL277.14º89.36%18.43%-
HSV(B)277.14º94.38%34.9%-
XYZ3.541.79.59-
YUV30.12161.23147.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=37.75%
G=3.31%
B=58.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal575890.360.9400.65277.1489.3618.43
Hex39559245E0411155912
Octal71513144136010142513122
Binary1110011011011001100100101111001000001100010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390559; }

 p { color: rgb(57,5,89); }

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

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

 a { background-color: rgb(57,5,89); }

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

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

 span { border-color: rgb(57,5,89); }

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