#391E51

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

Shades of Jagger #391E51

Tints of Jagger #391E51

Color information

#391E51 (or 0x391E51) is unknown color: approx Jagger. HEX triplet: 39, 1E and 51. RGB value is (57,30,81). Sum of RGB (Red+Green+Blue) = 57+30+81=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #391E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E51 is #C6E1AE. Grayscale: #2B2B2B. Windows color (decimal): -13033903 or 5316153. OLE color: 5316153.

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

Color convert

RGB573081-
CMYK0.300.6300.68
HSL271.76º45.95%21.76%-
HSV(B)271.76º62.96%31.76%-
XYZ3.642.398.05-
YUV43.89148.95137.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 81 (32.03% from 255) = 48.21%
R=33.93%
G=17.86%
B=48.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5730810.300.6300.68271.7645.9521.76
Hex391E511E3F0441102e16
Octal7136121367701044205626
Binary111001111101010001111101111110100010010001000010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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