#372050

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

Shades of Jagger #372050

Tints of Jagger #372050

Color information

#372050 (or 0x372050) is unknown color: approx Jagger. HEX triplet: 37, 20 and 50. RGB value is (55,32,80). Sum of RGB (Red+Green+Blue) = 55+32+80=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #372050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372050 is #C8DFAF. Grayscale: #2C2C2C. Windows color (decimal): -13164464 or 5251127. OLE color: 5251127.

HSL color Cylindrical-coordinate representation of color #372050: hue angle of 268.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372050 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB553280-
CMYK0.310.6000.69
HSL268.75º42.86%21.96%-
HSV(B)268.75º60%31.37%-
XYZ3.542.427.87-
YUV44.35148.12135.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=32.93%
G=19.16%
B=47.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5532800.310.6000.69268.7542.8621.96
Hex3720501F3C04510d2b16
Octal6740120377401054155326
Binary1101111000001010000111111111000100010110000110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372050; }

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

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

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

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

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

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

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

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