#371E4E

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

Shades of Jagger #371E4E

Tints of Jagger #371E4E

Color information

#371E4E (or 0x371E4E) is unknown color: approx Jagger. HEX triplet: 37, 1E and 4E. RGB value is (55,30,78). Sum of RGB (Red+Green+Blue) = 55+30+78=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #371E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E4E is #C8E1B1. Grayscale: #2A2A2A. Windows color (decimal): -13164978 or 5119543. OLE color: 5119543.

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

Color convert

RGB553078-
CMYK0.290.6200.69
HSL271.25º44.44%21.18%-
HSV(B)271.25º61.54%30.59%-
XYZ3.412.297.47-
YUV42.95147.78136.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=33.74%
G=18.40%
B=47.85%

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
Decimal5530780.290.6200.69271.2544.4421.18
Hex371E4E1D3E04510f2c15
Octal6736116357601054175425
Binary110111111101001110111011111100100010110000111110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,30,78); }

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

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

 a { background-color: rgb(55,30,78); }

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

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

 span { border-color: rgb(55,30,78); }

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