#392555

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

Shades of Christalle #392555

Tints of Christalle #392555

Color information

#392555 (or 0x392555) is unknown color: approx Christalle. HEX triplet: 39, 25 and 55. RGB value is (57,37,85). Sum of RGB (Red+Green+Blue) = 57+37+85=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #392555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392555 is #C6DAAA. Grayscale: #303030. Windows color (decimal): -13032107 or 5580089. OLE color: 5580089.

HSL color Cylindrical-coordinate representation of color #392555: hue angle of 265º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392555 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB573785-
CMYK0.330.5600.67
HSL265º39.34%23.92%-
HSV(B)265º56.47%33.33%-
XYZ3.992.858.93-
YUV48.45148.63134.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.84%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=31.84%
G=20.67%
B=47.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5737850.330.5600.6726539.3423.92
Hex39255521380431092718
Octal7145125417001034114730
Binary11100110010110101011000011110000100001110000100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392555; }

 p { color: rgb(57,37,85); }

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

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

 a { background-color: rgb(57,37,85); }

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

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

 span { border-color: rgb(57,37,85); }

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