#390C60

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

Shades of Christalle #390C60

Tints of Christalle #390C60

Color information

#390C60 (or 0x390C60) is unknown color: approx Christalle. HEX triplet: 39, 0C and 60. RGB value is (57,12,96). Sum of RGB (Red+Green+Blue) = 57+12+96=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #390C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C60 is #C6F39F. Grayscale: #222222. Windows color (decimal): -13038496 or 6294585. OLE color: 6294585.

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

Color convert

RGB571296-
CMYK0.410.8800.62
HSL272.14º77.78%21.18%-
HSV(B)272.14º87.5%37.65%-
XYZ3.931.9811.24-
YUV35.03162.41143.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 12 (5.08% from 255) = 7.27%
BLUE value IS 96 (37.89% from 255) = 58.18%
R=34.55%
G=7.27%
B=58.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5712960.410.8800.62272.1477.7821.18
Hex39C60295803E1104e15
Octal71141405113007642011625
Binary1110011100110000010100110110000111110100010000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390C60; }

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

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

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

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

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

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

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

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