#391D4E

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

Shades of Jagger #391D4E

Tints of Jagger #391D4E

Color information

#391D4E (or 0x391D4E) is unknown color: approx Jagger. HEX triplet: 39, 1D and 4E. RGB value is (57,29,78). Sum of RGB (Red+Green+Blue) = 57+29+78=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #391D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391D4E is #C6E2B1. Grayscale: #2A2A2A. Windows color (decimal): -13034162 or 5119289. OLE color: 5119289.

HSL color Cylindrical-coordinate representation of color #391D4E: hue angle of 274.29º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #391D4E is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB572978-
CMYK0.270.6300.69
HSL274.29º45.79%20.98%-
HSV(B)274.29º62.82%30.59%-
XYZ3.52.37.47-
YUV42.96147.78138.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=34.76%
G=17.68%
B=47.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5729780.270.6300.69274.2945.7920.98
Hex391D4E1B3F0451122e15
Octal7135116337701054225625
Binary111001111011001110110111111110100010110001001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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