#391D4C

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

Shades of Jagger #391D4C

Tints of Jagger #391D4C

Color information

#391D4C (or 0x391D4C) is unknown color: approx Jagger. HEX triplet: 39, 1D and 4C. RGB value is (57,29,76). Sum of RGB (Red+Green+Blue) = 57+29+76=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #391D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D4C is #C6E2B3. Grayscale: #2A2A2A. Windows color (decimal): -13034164 or 4988217. OLE color: 4988217.

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

Color convert

RGB572976-
CMYK0.250.6200.70
HSL275.74º44.76%20.59%-
HSV(B)275.74º61.84%29.8%-
XYZ3.432.277.09-
YUV42.73146.78138.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.19%
GREEN value IS 29 (11.72% from 255) = 17.90%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=35.19%
G=17.90%
B=46.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5729760.250.6200.70275.7444.7620.59
Hex391D4C193E0461142d15
Octal7135114317601064245525
Binary111001111011001100110011111100100011010001010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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