#391E50

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

Shades of Jagger #391E50

Tints of Jagger #391E50

Color information

#391E50 (or 0x391E50) is unknown color: approx Jagger. HEX triplet: 39, 1E and 50. RGB value is (57,30,80). Sum of RGB (Red+Green+Blue) = 57+30+80=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #391E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E50 is #C6E1AF. Grayscale: #2B2B2B. Windows color (decimal): -13033904 or 5250617. OLE color: 5250617.

HSL color Cylindrical-coordinate representation of color #391E50: hue angle of 272.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #391E50 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB573080-
CMYK0.290.6200.69
HSL272.4º45.45%21.57%-
HSV(B)272.4º62.5%31.37%-
XYZ3.62.387.86-
YUV43.77148.45137.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=34.13%
G=17.96%
B=47.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5730800.290.6200.69272.445.4521.57
Hex391E501D3E0451102d16
Octal7136120357601054205526
Binary111001111101010000111011111100100010110001000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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