#371C4F

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

Shades of Jagger #371C4F

Tints of Jagger #371C4F

Color information

#371C4F (or 0x371C4F) is unknown color: approx Jagger. HEX triplet: 37, 1C and 4F. RGB value is (55,28,79). Sum of RGB (Red+Green+Blue) = 55+28+79=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #371C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C4F is #C8E3B0. Grayscale: #292929. Windows color (decimal): -13165489 or 5184567. OLE color: 5184567.

HSL color Cylindrical-coordinate representation of color #371C4F: hue angle of 271.76º 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 #371C4F is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB552879-
CMYK0.300.6500.69
HSL271.76º47.66%20.98%-
HSV(B)271.76º64.56%30.98%-
XYZ3.42.217.64-
YUV41.89148.95137.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 79 (31.25% from 255) = 48.77%
R=33.95%
G=17.28%
B=48.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5528790.300.6500.69271.7647.6620.98
Hex371C4F1E410451103015
Octal67341173610101054206025
Binary1101111110010011111111010000010100010110001000011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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