#392060

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

Shades of Christalle #392060

Tints of Christalle #392060

Color information

#392060 (or 0x392060) is unknown color: approx Christalle. HEX triplet: 39, 20 and 60. RGB value is (57,32,96). Sum of RGB (Red+Green+Blue) = 57+32+96=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #392060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392060 is #C6DF9F. Grayscale: #2E2E2E. Windows color (decimal): -13033376 or 6299705. OLE color: 6299705.

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

Color convert

RGB573296-
CMYK0.410.6700.62
HSL263.44º50%25.1%-
HSV(B)263.44º66.67%37.65%-
XYZ4.322.7511.37-
YUV46.77155.78135.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=30.81%
G=17.30%
B=51.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5732960.410.6700.62263.445025.1
Hex392060294303E1073219
Octal7140140511030764076231
Binary11100110000011000001010011000011011111010000011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392060; }

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

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

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

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

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

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

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

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