#392260

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

Shades of Christalle #392260

Tints of Christalle #392260

Color information

#392260 (or 0x392260) is unknown color: approx Christalle. HEX triplet: 39, 22 and 60. RGB value is (57,34,96). Sum of RGB (Red+Green+Blue) = 57+34+96=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #392260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392260 is #C6DD9F. Grayscale: #2F2F2F. Windows color (decimal): -13032864 or 6300217. OLE color: 6300217.

HSL color Cylindrical-coordinate representation of color #392260: hue angle of 262.26º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392260 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB573496-
CMYK0.410.6500.62
HSL262.26º47.69%25.49%-
HSV(B)262.26º64.58%37.65%-
XYZ4.372.8611.39-
YUV47.94155.12134.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=30.48%
G=18.18%
B=51.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5734960.410.6500.62262.2647.6925.49
Hex392260294103E1063019
Octal7142140511010764066031
Binary11100110001011000001010011000001011111010000011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392260; }

 p { color: rgb(57,34,96); }

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

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

 a { background-color: rgb(57,34,96); }

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

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

 span { border-color: rgb(57,34,96); }

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