#392963

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

Shades of Christalle #392963

Tints of Christalle #392963

Color information

#392963 (or 0x392963) is unknown color: approx Christalle. HEX triplet: 39, 29 and 63. RGB value is (57,41,99). Sum of RGB (Red+Green+Blue) = 57+41+99=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #392963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392963 is #C6D69C. Grayscale: #343434. Windows color (decimal): -13031069 or 6498617. OLE color: 6498617.

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

Color convert

RGB574199-
CMYK0.420.5900.61
HSL256.55º41.43%27.45%-
HSV(B)256.55º58.59%38.82%-
XYZ4.733.3612.2-
YUV52.4154.3131.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=28.93%
G=20.81%
B=50.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5741990.420.5900.61256.5541.4327.45
Hex3929632A3B03D101291b
Octal715114352730754015133
Binary1110011010011100011101010111011011110110000000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392963; }

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

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

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

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

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

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

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

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