#392058

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

Shades of Christalle #392058

Tints of Christalle #392058

Color information

#392058 (or 0x392058) is unknown color: approx Christalle. HEX triplet: 39, 20 and 58. RGB value is (57,32,88). Sum of RGB (Red+Green+Blue) = 57+32+88=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #392058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392058 is #C6DFA7. Grayscale: #2D2D2D. Windows color (decimal): -13033384 or 5775417. OLE color: 5775417.

HSL color Cylindrical-coordinate representation of color #392058: hue angle of 266.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #392058 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB573288-
CMYK0.350.6400.65
HSL266.79º46.67%23.53%-
HSV(B)266.79º63.64%34.51%-
XYZ3.972.619.53-
YUV45.86151.78135.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=32.20%
G=18.08%
B=49.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5732880.350.6400.65266.7946.6723.53
Hex392058234004110b2f18
Octal71401304310001014135730
Binary111001100000101100010001110000000100000110000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392058; }

 p { color: rgb(57,32,88); }

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

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

 a { background-color: rgb(57,32,88); }

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

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

 span { border-color: rgb(57,32,88); }

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