#392962

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

Shades of Christalle #392962

Tints of Christalle #392962

Color information

#392962 (or 0x392962) is unknown color: approx Christalle. HEX triplet: 39, 29 and 62. RGB value is (57,41,98). Sum of RGB (Red+Green+Blue) = 57+41+98=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #392962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392962 is #C6D69D. Grayscale: #343434. Windows color (decimal): -13031070 or 6433081. OLE color: 6433081.

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

Color convert

RGB574198-
CMYK0.420.5800.62
HSL256.84º41.01%27.25%-
HSV(B)256.84º58.16%38.43%-
XYZ4.683.3411.95-
YUV52.28153.8131.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 98 (38.67% from 255) = 50%
R=29.08%
G=20.92%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5741980.420.5800.62256.8441.0127.25
Hex3929622A3A03E101291b
Octal715114252720764015133
Binary1110011010011100010101010111010011111010000000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392962; }

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

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

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

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

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

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

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

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