#39095D

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

Shades of Christalle #39095D

Tints of Christalle #39095D

Color information

#39095D (or 0x39095D) is unknown color: approx Christalle. HEX triplet: 39, 09 and 5D. RGB value is (57,9,93). Sum of RGB (Red+Green+Blue) = 57+9+93=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #39095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39095D is #C6F6A2. Grayscale: #202020. Windows color (decimal): -13039267 or 6097209. OLE color: 6097209.

HSL color Cylindrical-coordinate representation of color #39095D: hue angle of 274.29º 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 #39095D is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB57993-
CMYK0.390.9000.64
HSL274.29º82.35%20%-
HSV(B)274.29º90.32%36.47%-
XYZ3.761.8610.52-
YUV32.93161.9145.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 93 (36.72% from 255) = 58.49%
R=35.85%
G=5.66%
B=58.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal579930.390.9000.64274.2982.3520
Hex3995D275A0401125214
Octal711113547132010042212224
Binary11100110011011101100111101101001000000100010010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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