#390C66

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

Shades of Christalle #390C66

Tints of Christalle #390C66

Color information

#390C66 (or 0x390C66) is unknown color: approx Christalle. HEX triplet: 39, 0C and 66. RGB value is (57,12,102). Sum of RGB (Red+Green+Blue) = 57+12+102=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #390C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C66 is #C6F399. Grayscale: #232323. Windows color (decimal): -13038490 or 6687801. OLE color: 6687801.

HSL color Cylindrical-coordinate representation of color #390C66: hue angle of 270º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390C66 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5712102-
CMYK0.440.8800.6
HSL270º78.95%22.35%-
HSV(B)270º88.24%40%-
XYZ4.222.0912.75-
YUV35.72165.41143.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 12 (5.08% from 255) = 7.02%
BLUE value IS 102 (40.23% from 255) = 59.65%
R=33.33%
G=7.02%
B=59.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57121020.440.8800.627078.9522.35
Hex39C662C5803C10e4f16
Octal71141465413007441611726
Binary1110011100110011010110010110000111100100001110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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