#391E49

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

Shades of Jagger #391E49

Tints of Jagger #391E49

Color information

#391E49 (or 0x391E49) is unknown color: approx Jagger. HEX triplet: 39, 1E and 49. RGB value is (57,30,73). Sum of RGB (Red+Green+Blue) = 57+30+73=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #391E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E49 is #C6E1B6. Grayscale: #2A2A2A. Windows color (decimal): -13033911 or 4791865. OLE color: 4791865.

HSL color Cylindrical-coordinate representation of color #391E49: hue angle of 277.67º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #391E49 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB573073-
CMYK0.220.5900.71
HSL277.67º41.75%20.2%-
HSV(B)277.67º58.9%28.63%-
XYZ3.352.286.57-
YUV42.98144.95138-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=35.62%
G=18.75%
B=45.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5730730.220.5900.71277.6741.7520.2
Hex391E49163B0471162a14
Octal7136111267301074265224
Binary111001111101001001101101110110100011110001011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391E49; }

 p { color: rgb(57,30,73); }

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

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

 a { background-color: rgb(57,30,73); }

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

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

 span { border-color: rgb(57,30,73); }

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