#391D51

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

Shades of Jagger #391D51

Tints of Jagger #391D51

Color information

#391D51 (or 0x391D51) is unknown color: approx Jagger. HEX triplet: 39, 1D and 51. RGB value is (57,29,81). Sum of RGB (Red+Green+Blue) = 57+29+81=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #391D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391D51 is #C6E2AE. Grayscale: #2B2B2B. Windows color (decimal): -13034159 or 5315897. OLE color: 5315897.

HSL color Cylindrical-coordinate representation of color #391D51: hue angle of 272.31º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #391D51 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB572981-
CMYK0.300.6400.68
HSL272.31º47.27%21.57%-
HSV(B)272.31º64.2%31.76%-
XYZ3.612.348.05-
YUV43.3149.28137.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 81 (32.03% from 255) = 48.50%
R=34.13%
G=17.37%
B=48.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5729810.300.6400.68272.3147.2721.57
Hex391D511E400441102f16
Octal71351213610001044205726
Binary1110011110110100011111010000000100010010001000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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