#39195D

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

Shades of Christalle #39195D

Tints of Christalle #39195D

Color information

#39195D (or 0x39195D) is unknown color: approx Christalle. HEX triplet: 39, 19 and 5D. RGB value is (57,25,93). Sum of RGB (Red+Green+Blue) = 57+25+93=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #39195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39195D is #C6E6A2. Grayscale: #2A2A2A. Windows color (decimal): -13035171 or 6101305. OLE color: 6101305.

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

Color convert

RGB572593-
CMYK0.390.7300.64
HSL268.24º57.63%23.14%-
HSV(B)268.24º73.12%36.47%-
XYZ4.012.3610.6-
YUV42.32156.6138.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=32.57%
G=14.29%
B=53.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5725930.390.7300.64268.2457.6323.14
Hex39195D274904010c3a17
Octal71311354711101004147227
Binary11100111001101110110011110010010100000010000110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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