#39204C

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

Shades of Jagger #39204C

Tints of Jagger #39204C

Color information

#39204C (or 0x39204C) is unknown color: approx Jagger. HEX triplet: 39, 20 and 4C. RGB value is (57,32,76). Sum of RGB (Red+Green+Blue) = 57+32+76=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #39204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39204C is #C6DFB3. Grayscale: #2C2C2C. Windows color (decimal): -13033396 or 4988985. OLE color: 4988985.

HSL color Cylindrical-coordinate representation of color #39204C: hue angle of 274.09º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39204C is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB573276-
CMYK0.250.5800.70
HSL274.09º40.74%21.18%-
HSV(B)274.09º57.89%29.8%-
XYZ3.512.427.12-
YUV44.49145.78136.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=34.55%
G=19.39%
B=46.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5732760.250.5800.70274.0940.7421.18
Hex39204C193A0461122915
Octal7140114317201064225125
Binary1110011000001001100110011110100100011010001001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39204C; }

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

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

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

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

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

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

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

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