#39095C

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

Shades of Christalle #39095C

Tints of Christalle #39095C

Color information

#39095C (or 0x39095C) is unknown color: approx Christalle. HEX triplet: 39, 09 and 5C. RGB value is (57,9,92). Sum of RGB (Red+Green+Blue) = 57+9+92=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #39095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39095C is #C6F6A3. Grayscale: #202020. Windows color (decimal): -13039268 or 6031673. OLE color: 6031673.

HSL color Cylindrical-coordinate representation of color #39095C: hue angle of 274.7º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39095C is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB57992-
CMYK0.380.9000.64
HSL274.7º82.18%19.8%-
HSV(B)274.7º90.22%36.08%-
XYZ3.721.8410.28-
YUV32.81161.4145.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=36.08%
G=5.70%
B=58.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal579920.380.9000.64274.782.1819.8
Hex3995C265A0401135214
Octal711113446132010042312224
Binary11100110011011100100110101101001000000100010011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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