#39065C

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

Shades of Christalle #39065C

Tints of Christalle #39065C

Color information

#39065C (or 0x39065C) is unknown color: approx Christalle. HEX triplet: 39, 06 and 5C. RGB value is (57,6,92). Sum of RGB (Red+Green+Blue) = 57+6+92=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #39065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39065C is #C6F9A3. Grayscale: #1E1E1E. Windows color (decimal): -13040036 or 6030905. OLE color: 6030905.

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

Color convert

RGB57692-
CMYK0.380.9300.64
HSL275.58º87.76%19.22%-
HSV(B)275.58º93.48%36.08%-
XYZ3.681.7710.27-
YUV31.05162.4146.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 92 (36.33% from 255) = 59.35%
R=36.77%
G=3.87%
B=59.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal576920.380.9300.64275.5887.7619.22
Hex3965C265D0401145813
Octal71613446135010042413023
Binary1110011101011100100110101110101000000100010100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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