#390C68

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

Shades of Christalle #390C68

Tints of Christalle #390C68

Color information

#390C68 (or 0x390C68) is unknown color: approx Christalle. HEX triplet: 39, 0C and 68. RGB value is (57,12,104). Sum of RGB (Red+Green+Blue) = 57+12+104=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #390C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C68 is #C6F397. Grayscale: #232323. Windows color (decimal): -13038488 or 6818873. OLE color: 6818873.

HSL color Cylindrical-coordinate representation of color #390C68: hue angle of 269.35º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390C68 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5712104-
CMYK0.450.8800.59
HSL269.35º79.31%22.75%-
HSV(B)269.35º88.46%40.78%-
XYZ4.322.1313.28-
YUV35.94166.41143.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 104 (41.02% from 255) = 60.12%
R=32.95%
G=6.94%
B=60.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57121040.450.8800.59269.3579.3122.75
Hex39C682D5803B10d4f17
Octal71141505513007341511727
Binary1110011100110100010110110110000111011100001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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