#390F63

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

Shades of Christalle #390F63

Tints of Christalle #390F63

Color information

#390F63 (or 0x390F63) is unknown color: approx Christalle. HEX triplet: 39, 0F and 63. RGB value is (57,15,99). Sum of RGB (Red+Green+Blue) = 57+15+99=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #390F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F63 is #C6F09C. Grayscale: #242424. Windows color (decimal): -13037725 or 6491961. OLE color: 6491961.

HSL color Cylindrical-coordinate representation of color #390F63: hue angle of 270º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390F63 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB571599-
CMYK0.420.8500.61
HSL270º73.68%22.35%-
HSV(B)270º84.85%38.82%-
XYZ4.112.1112-
YUV37.13162.91142.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 99 (39.06% from 255) = 57.89%
R=33.33%
G=8.77%
B=57.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5715990.420.8500.6127073.6822.35
Hex39F632A5503D10e4a16
Octal71171435212507541611226
Binary1110011111110001110101010101010111101100001110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,15,99); }

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

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

 a { background-color: rgb(57,15,99); }

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

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

 span { border-color: rgb(57,15,99); }

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