#39295B

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

Shades of Christalle #39295B

Tints of Christalle #39295B

Color information

#39295B (or 0x39295B) is unknown color: approx Christalle. HEX triplet: 39, 29 and 5B. RGB value is (57,41,91). Sum of RGB (Red+Green+Blue) = 57+41+91=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #39295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39295B is #C6D6A4. Grayscale: #333333. Windows color (decimal): -13031077 or 5974329. OLE color: 5974329.

HSL color Cylindrical-coordinate representation of color #39295B: hue angle of 259.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39295B is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB574191-
CMYK0.370.5500.64
HSL259.2º37.88%25.88%-
HSV(B)259.2º54.95%35.69%-
XYZ4.373.2110.29-
YUV51.48150.3131.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=30.16%
G=21.69%
B=48.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5741910.370.5500.64259.237.8825.88
Hex39295B2537040103261a
Octal7151133456701004034632
Binary11100110100110110111001011101110100000010000001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39295B; }

 p { color: rgb(57,41,91); }

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

<style>
 a { background-color: #39295B; }

 a { background-color: rgb(57,41,91); }

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

<style>
 span { border-color: #39295B; }

 span { border-color: rgb(57,41,91); }

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