#3E2050

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

Shades of Jagger #3E2050

Tints of Jagger #3E2050

Color information

#3E2050 (or 0x3E2050) is unknown color: approx Jagger. HEX triplet: 3E, 20 and 50. RGB value is (62,32,80). Sum of RGB (Red+Green+Blue) = 62+32+80=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E2050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2050 is #C1DFAF. Grayscale: #2E2E2E. Windows color (decimal): -12705712 or 5251134. OLE color: 5251134.

HSL color Cylindrical-coordinate representation of color #3E2050: hue angle of 277.5º 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 #3E2050 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB623280-
CMYK0.220.6000.69
HSL277.5º42.86%21.96%-
HSV(B)277.5º60%31.37%-
XYZ3.952.647.89-
YUV46.44146.94139.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 80 (31.64% from 255) = 45.98%
R=35.63%
G=18.39%
B=45.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6232800.220.6000.69277.542.8621.96
Hex3E2050163C0451162b16
Octal7640120267401054265326
Binary1111101000001010000101101111000100010110001011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2050; }

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

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

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

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

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

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

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

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