#371C50

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

Shades of Jagger #371C50

Tints of Jagger #371C50

Color information

#371C50 (or 0x371C50) is unknown color: approx Jagger. HEX triplet: 37, 1C and 50. RGB value is (55,28,80). Sum of RGB (Red+Green+Blue) = 55+28+80=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #371C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C50 is #C8E3AF. Grayscale: #292929. Windows color (decimal): -13165488 or 5250103. OLE color: 5250103.

HSL color Cylindrical-coordinate representation of color #371C50: hue angle of 271.15º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371C50 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB552880-
CMYK0.310.6500.69
HSL271.15º48.15%21.18%-
HSV(B)271.15º65%31.37%-
XYZ3.442.227.84-
YUV42149.45137.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=33.74%
G=17.18%
B=49.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5528800.310.6500.69271.1548.1521.18
Hex371C501F4104510f3015
Octal67341203710101054176025
Binary1101111110010100001111110000010100010110000111111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C50; }

 p { color: rgb(55,28,80); }

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

<style>
 a { background-color: #371C50; }

 a { background-color: rgb(55,28,80); }

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

<style>
 span { border-color: #371C50; }

 span { border-color: rgb(55,28,80); }

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