#371F4C

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

Shades of Jagger #371F4C

Tints of Jagger #371F4C

Color information

#371F4C (or 0x371F4C) is unknown color: approx Jagger. HEX triplet: 37, 1F and 4C. RGB value is (55,31,76). Sum of RGB (Red+Green+Blue) = 55+31+76=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #371F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F4C is #C8E0B3. Grayscale: #2B2B2B. Windows color (decimal): -13164724 or 4988727. OLE color: 4988727.

HSL color Cylindrical-coordinate representation of color #371F4C: hue angle of 272º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #371F4C is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB553176-
CMYK0.280.5900.70
HSL272º42.06%20.98%-
HSV(B)272º59.21%29.8%-
XYZ3.372.317.11-
YUV43.31146.45136.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=33.95%
G=19.14%
B=46.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5531760.280.5900.7027242.0620.98
Hex371F4C1C3B0461102a15
Octal6737114347301064205225
Binary110111111111001100111001110110100011010001000010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,31,76); }

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

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

 a { background-color: rgb(55,31,76); }

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

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

 span { border-color: rgb(55,31,76); }

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