#39065D

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

Shades of Christalle #39065D

Tints of Christalle #39065D

Color information

#39065D (or 0x39065D) is unknown color: approx Christalle. HEX triplet: 39, 06 and 5D. RGB value is (57,6,93). Sum of RGB (Red+Green+Blue) = 57+6+93=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #39065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39065D is #C6F9A2. Grayscale: #1E1E1E. Windows color (decimal): -13040035 or 6096441. OLE color: 6096441.

HSL color Cylindrical-coordinate representation of color #39065D: hue angle of 275.17º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39065D is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB57693-
CMYK0.390.9400.64
HSL275.17º87.88%19.41%-
HSV(B)275.17º93.55%36.47%-
XYZ3.731.7910.51-
YUV31.17162.9146.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=36.54%
G=3.85%
B=59.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal576930.390.9400.64275.1787.8819.41
Hex3965D275E0401135813
Octal71613547136010042313023
Binary1110011101011101100111101111001000000100010011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39065D; }

 p { color: rgb(57,6,93); }

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

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

 a { background-color: rgb(57,6,93); }

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

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

 span { border-color: rgb(57,6,93); }

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