#392062

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

Shades of Christalle #392062

Tints of Christalle #392062

Color information

#392062 (or 0x392062) is unknown color: approx Christalle. HEX triplet: 39, 20 and 62. RGB value is (57,32,98). Sum of RGB (Red+Green+Blue) = 57+32+98=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #392062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392062 is #C6DF9D. Grayscale: #2E2E2E. Windows color (decimal): -13033374 or 6430777. OLE color: 6430777.

HSL color Cylindrical-coordinate representation of color #392062: hue angle of 262.73º degrees, saturation: 0.51, 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 #392062 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB573298-
CMYK0.420.6700.62
HSL262.73º50.77%25.49%-
HSV(B)262.73º67.35%38.43%-
XYZ4.412.7811.86-
YUV47156.78135.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=30.48%
G=17.11%
B=52.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5732980.420.6700.62262.7350.7725.49
Hex3920622A4303E1073319
Octal7140142521030764076331
Binary11100110000011000101010101000011011111010000011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392062; }

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

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

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

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

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

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

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

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