#371D4F

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

Shades of Jagger #371D4F

Tints of Jagger #371D4F

Color information

#371D4F (or 0x371D4F) is unknown color: approx Jagger. HEX triplet: 37, 1D and 4F. RGB value is (55,29,79). Sum of RGB (Red+Green+Blue) = 55+29+79=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #371D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D4F is #C8E2B0. Grayscale: #2A2A2A. Windows color (decimal): -13165233 or 5184823. OLE color: 5184823.

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

Color convert

RGB552979-
CMYK0.300.6300.69
HSL271.2º46.3%21.18%-
HSV(B)271.2º63.29%30.98%-
XYZ3.432.267.65-
YUV42.47148.61136.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=33.74%
G=17.79%
B=48.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5529790.300.6300.69271.246.321.18
Hex371D4F1E3F04510f2e15
Octal6735117367701054175625
Binary110111111011001111111101111110100010110000111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,29,79); }

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

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

 a { background-color: rgb(55,29,79); }

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

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

 span { border-color: rgb(55,29,79); }

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