#392047

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

Shades of Jagger #392047

Tints of Jagger #392047

Color information

#392047 (or 0x392047) is unknown color: approx Jagger. HEX triplet: 39, 20 and 47. RGB value is (57,32,71). Sum of RGB (Red+Green+Blue) = 57+32+71=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #392047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392047 is #C6DFB8. Grayscale: #2B2B2B. Windows color (decimal): -13033401 or 4661305. OLE color: 4661305.

HSL color Cylindrical-coordinate representation of color #392047: hue angle of 278.46º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #392047 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB573271-
CMYK0.200.5500.72
HSL278.46º37.86%20.2%-
HSV(B)278.46º54.93%27.84%-
XYZ3.342.366.24-
YUV43.92143.28137.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=35.62%
G=20%
B=44.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5732710.200.5500.72278.4637.8620.2
Hex39204714370481162614
Octal7140107246701104264624
Binary1110011000001000111101001101110100100010001011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392047; }

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

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

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

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

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

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

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

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